保安服务单位许可和备案申请系统-验收版本
liuyg
2021-11-24 ce8a8a435e2803c4cf4b0533c60437dc2397c8af
+同上
1 files modified
6 ■■■■ changed files
src/components/licenseApproval/child/cancellationOfFiling.vue 6 ●●●● patch | view | raw | blame | history
src/components/licenseApproval/child/cancellationOfFiling.vue
@@ -2,7 +2,7 @@
 * @Author: liu
 * @Date: 2021-08-26 17:00:04 
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-08 17:48:45
 * @Last Modified time: 2021-11-24 09:28:56
 */
@@ -61,9 +61,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>