Browse Source

Merge branch 'Luckysheet-mk' into feature

bug_mk
mk 5 months ago
parent
commit
c276a64090
  1. 4
      src/views/modules/home/index.vue

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

@ -177,11 +177,11 @@
== 'week' ? '每周' : '' : '' }}</span> == 'week' ? '每周' : '' : '' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="更新人数" align="center" width="105"> <!-- <el-table-column label="更新人数" align="center" width="105">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color:#006fd6;cursor: pointer;" @click="handelCLickJump(scope.row,'updateResiList')">{{scope.row.updateResiNum}}</span><span style="color:#989898;">({{scope.row.updatePeriodName?scope.row.updatePeriodName:'--'}})</span> <span style="color:#006fd6;cursor: pointer;" @click="handelCLickJump(scope.row,'updateResiList')">{{scope.row.updateResiNum}}</span><span style="color:#989898;">({{scope.row.updatePeriodName?scope.row.updatePeriodName:'--'}})</span>
</template> </template>
</el-table-column> </el-table-column> -->
</el-table> </el-table>
</div> </div>
</div> </div>

Loading…
Cancel
Save