This commit is contained in:
zhutianqi
2021-08-17 14:19:57 +08:00
parent a6ab3c7964
commit e46cc77ac6
5 changed files with 10 additions and 10 deletions
@@ -112,13 +112,13 @@
</template>
</el-table-column>
<el-table-column
prop="endTime"
prop="overTime"
label="完成日期"
align="center"
width="150"
>
<template slot-scope="scope">
<span>{{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('m.operation')" align="center" width="50">
@@ -112,13 +112,13 @@
</template>
</el-table-column>
<el-table-column
prop="endTime"
prop="overTime"
label="完成日期"
align="center"
width="150"
>
<template slot-scope="scope">
<span>{{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('m.operation')" align="center" width="50">
@@ -112,13 +112,13 @@
</template>
</el-table-column>
<el-table-column
prop="endTime"
prop="overTime"
label="完成日期"
align="center"
width="150"
>
<template slot-scope="scope">
<span>{{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('m.operation')" align="center" width="50">
@@ -112,13 +112,13 @@
</template>
</el-table-column>
<el-table-column
prop="endTime"
prop="overTime"
label="完成日期"
align="center"
width="150"
>
<template slot-scope="scope">
<span>{{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('m.operation')" align="center" width="50">
@@ -112,13 +112,13 @@
</template>
</el-table-column>
<el-table-column
prop="endTime"
prop="overTime"
label="完成日期"
align="center"
width="380"
>
<template slot-scope="scope">
<span>{{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
<span>{{ scope.row.overTime ? $moment(scope.row.overTime).format('YYYY-MM-DD HH:mm:ss') : '' }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('m.operation')" align="center" width="50">