草稿列表布局
This commit is contained in:
@@ -80,7 +80,6 @@
|
|||||||
prop="prcType"
|
prop="prcType"
|
||||||
label="流程类型"
|
label="流程类型"
|
||||||
align="center"
|
align="center"
|
||||||
width="500"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.prcName || getPrcName(scope.row.prcType) }}
|
{{ scope.row.prcName || getPrcName(scope.row.prcType) }}
|
||||||
@@ -98,14 +97,12 @@
|
|||||||
prop="creatUserName"
|
prop="creatUserName"
|
||||||
label="发起人"
|
label="发起人"
|
||||||
align="center"
|
align="center"
|
||||||
width="300"
|
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="creatTime"
|
prop="creatTime"
|
||||||
label="创建日期"
|
label="创建日期"
|
||||||
align="center"
|
align="center"
|
||||||
width="380"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.creatTime ? $moment(scope.row.creatTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
|
<span>{{ scope.row.creatTime ? $moment(scope.row.creatTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
|
||||||
@@ -115,7 +112,6 @@
|
|||||||
prop="overTime"
|
prop="overTime"
|
||||||
label="完成日期"
|
label="完成日期"
|
||||||
align="center"
|
align="center"
|
||||||
width="380"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
|
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user