loulijun2021
2022-12-30 afd3eab5d9db604134f570586ccd5598d38ce799
src/views/bbgl/adbb.vue
@@ -289,13 +289,11 @@
              >
                <template slot-scope="{row}">
                  <div v-if="row.status==='已响应'" style="display: flex;align-items: center">
                    <div
                      style="margin-right: 5px;width:10px;height: 10px;border-radius: 50%;background-color: #42b983"
                    />
                    <i class="el-icon-success" :style="{color:$store.state.settings.theme}" style="margin-right: 2px" />
                    已响应
                  </div>
                  <div v-if="row.status==='待响应'" style="display: flex;align-items: center">
                    <div style="margin-right: 5px;width:10px;height: 10px;border-radius: 50%;background-color: yellow" />
                    <i class="el-icon-info" style="margin-right: 2px" />
                    待响应
                  </div>
                </template>