flat: 时间选择

This commit is contained in:
Apcallover
2024-05-21 15:50:59 +08:00
parent 6653360f0b
commit 4fdcbd3f38
4 changed files with 2 additions and 6 deletions

View File

@@ -86,8 +86,6 @@ export default {
"span": 24, "span": 24,
labelWidth: 100, labelWidth: 100,
"prop": "createTime", "prop": "createTime",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd",
"rules": [ "rules": [
{ {
"required": true, "required": true,

View File

@@ -869,7 +869,7 @@ export default {
prop: 'createTime', prop: 'createTime',
type: 'date', type: 'date',
format: "yyyy-MM-dd", format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd", valueFormat: "yyyy-MM-dd HH:mm:ss",
}, { }, {
label: '服务发起人', label: '服务发起人',
prop: 'fromName' prop: 'fromName'

View File

@@ -86,8 +86,6 @@ export default {
"span": 24, "span": 24,
labelWidth: 100, labelWidth: 100,
"prop": "createTime", "prop": "createTime",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd",
"rules": [ "rules": [
{ {
"required": true, "required": true,

View File

@@ -872,7 +872,7 @@ export default {
prop: 'createTime', prop: 'createTime',
type: 'date', type: 'date',
format: "yyyy-MM-dd", format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd", valueFormat: "yyyy-MM-dd HH:mm:ss",
}, { }, {
label: '服务发起人', label: '服务发起人',
prop: 'fromName' prop: 'fromName'