flat: 修改些条件

This commit is contained in:
Apcallover
2024-05-21 14:29:41 +08:00
parent e970733bd0
commit 195ceb284d
13 changed files with 558 additions and 534 deletions

View File

@@ -870,9 +870,9 @@ export default {
column: [{
label: '服务时间',
prop: 'createTime',
type: 'datetime',
format: "yyyy-MM-dd HH:mm:ss",
valueFormat: "yyyy-MM-dd HH:mm:ss",
type: 'date',
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd",
}, {
label: '服务发起人',
prop: 'fromName'