待办流程页面去掉完成日期

This commit is contained in:
宋伟佳
2021-09-23 09:48:50 +08:00
parent 3e40a48714
commit dda6d8c084
@@ -117,7 +117,7 @@
<span>{{ scope.row.creatTime ? $moment(scope.row.creatTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
<el-table-column
<!-- <el-table-column
prop="overTime"
label="完成日期"
align="center"
@@ -126,7 +126,7 @@
<template slot-scope="scope">
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column :label="$t('m.operation')" align="center" width="50">
<template slot-scope="scope">
<div @click.stop style="display: inline-block">