Browse Source

修改问题

master
yunuo970428 1 year ago
parent
commit
c5745f77e2
  1. 2
      anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue

2
anrui-riskcenter-ui/src/views/collectionmeasures/collectionmeasures.vue

@ -79,7 +79,7 @@
</el-table-column> </el-table-column>
<el-table-column label="办结日期" align="center" width="100"> <el-table-column label="办结日期" align="center" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.createTime }}</span> <span>{{ scope.row.modifyTime }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="措施" align="center"> <el-table-column label="措施" align="center">

Loading…
Cancel
Save