src/components/licenseApproval/child/securityGuard.vue
@@ -77,9 +77,9 @@ <template class="tdtype" slot-scope="{ row }" slot="type"> <el-tag class="dtype"> {{ row.type == "0" ? "通过" : row.type == "1" ? "不通过" : "待审核" }} <i class="gz" v-if="row.type == '0'"></i> <i class="gz" v-if="row.type == '2'"></i> <i class="yj" v-if="row.type == '1'"></i> <i class="zc" v-if="row.type == '2'"></i> <i class="zc" v-if="row.type == '0'"></i> </el-tag> </template> </avue-crud>