Browse Source

完善待办工作列表、已办工作列表中发起日期改为审批日期

master
yunuo970428 2 years ago
parent
commit
8e279abfe2
  1. 2
      anrui-system-ui/src/views/flow/doneList.vue
  2. 2
      anrui-system-ui/src/views/flow/todoList.vue

2
anrui-system-ui/src/views/flow/doneList.vue

@ -49,7 +49,7 @@
<span>{{scope.row.startUserName}}</span>
</template>
</el-table-column>
<el-table-column label="发起日期" align="center">
<el-table-column label="最新审批日期" align="center">
<template slot-scope="scope">
<span>{{scope.row.createTime|formatTimer}}</span>
</template>

2
anrui-system-ui/src/views/flow/todoList.vue

@ -55,7 +55,7 @@
<span>{{scope.row.startUserName}}</span>
</template>
</el-table-column>
<el-table-column width="100px" label="发起日期" align="center">
<el-table-column width="100px" label="审批日期" align="center">
<template slot-scope="scope">
<span>{{scope.row.createTime|formatTimer}}</span>
</template>

Loading…
Cancel
Save