保安服务单位许可和备案申请系统-验收版本
liuyg
2021-11-24 b9960d48954fbee6ebf72628720e84606c356998
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>