保安服务单位许可和备案申请系统-验收版本
liuyg
2021-11-24 b9960d48954fbee6ebf72628720e84606c356998
src/components/licenseApproval/child/securityPermit.vue
@@ -3,7 +3,7 @@
 * @Author: liu
 * @Date: 2021-08-26 16:22:20 
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-08 17:17:01
 * @Last Modified time: 2021-11-24 09:13:52
 */
<template>
@@ -69,9 +69,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>