Browse Source

首页去掉拓展不完整数

feature
mk 1 year ago
parent
commit
d9c5323e07
  1. 6
      src/views/modules/home/index.vue

6
src/views/modules/home/index.vue

@ -165,12 +165,6 @@
<span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row,'cateNonIntegrity')">{{scope.row.nonIntegratedNum}}</span> <span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row,'cateNonIntegrity')">{{scope.row.nonIntegratedNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="拓展不完整数" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row,'extNonIntegrity')">{{scope.row.extNonIntegratedNum}}</span>
</template>
</el-table-column>
<el-table-column label="更新负责人" :show-overflow-tooltip="true" align="center" v-if="showAll"> <el-table-column label="更新负责人" :show-overflow-tooltip="true" align="center" v-if="showAll">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color:#989898;">{{scope.row.userName}}</span> <span style="color:#989898;">{{scope.row.userName}}</span>

Loading…
Cancel
Save