flat: 时间选择
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user