草稿列表布局

This commit is contained in:
宋伟佳
2021-09-09 19:36:38 +08:00
parent 5ddf90cfe0
commit 00dd9ffd15
@@ -80,7 +80,6 @@
prop="prcType"
label="流程类型"
align="center"
width="500"
>
<template slot-scope="scope">
{{ scope.row.prcName || getPrcName(scope.row.prcType) }}
@@ -98,14 +97,12 @@
prop="creatUserName"
label="发起人"
align="center"
width="300"
>
</el-table-column>
<el-table-column
prop="creatTime"
label="创建日期"
align="center"
width="380"
>
<template slot-scope="scope">
<span>{{ scope.row.creatTime ? $moment(scope.row.creatTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
@@ -115,7 +112,6 @@
prop="overTime"
label="完成日期"
align="center"
width="380"
>
<template slot-scope="scope">
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>