|
|
|
@ -100,6 +100,7 @@ export default function formBuilder(
|
|
|
|
format: "yyyy年MM月dd日",
|
|
|
|
format: "yyyy年MM月dd日",
|
|
|
|
value: target[info.name],
|
|
|
|
value: target[info.name],
|
|
|
|
clearable: true,
|
|
|
|
clearable: true,
|
|
|
|
|
|
|
|
editable:false,
|
|
|
|
placeholder: info.help_text,
|
|
|
|
placeholder: info.help_text,
|
|
|
|
"picker-options": {
|
|
|
|
"picker-options": {
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
@ -126,6 +127,7 @@ export default function formBuilder(
|
|
|
|
format: "yyyy-MM-dd HH:mm",
|
|
|
|
format: "yyyy-MM-dd HH:mm",
|
|
|
|
value: target[info.name],
|
|
|
|
value: target[info.name],
|
|
|
|
clearable: true,
|
|
|
|
clearable: true,
|
|
|
|
|
|
|
|
editable:false,
|
|
|
|
placeholder: info.help_text,
|
|
|
|
placeholder: info.help_text,
|
|
|
|
"picker-options": {
|
|
|
|
"picker-options": {
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
@ -1260,6 +1262,7 @@ export default function formBuilder(
|
|
|
|
format: "yyyy年MM月dd日",
|
|
|
|
format: "yyyy年MM月dd日",
|
|
|
|
value: target[info.name],
|
|
|
|
value: target[info.name],
|
|
|
|
clearable: true,
|
|
|
|
clearable: true,
|
|
|
|
|
|
|
|
editable:false,
|
|
|
|
placeholder: info.help_text || info.label,
|
|
|
|
placeholder: info.help_text || info.label,
|
|
|
|
"picker-options": {
|
|
|
|
"picker-options": {
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
@ -1286,6 +1289,7 @@ export default function formBuilder(
|
|
|
|
format: "yyyy-MM-dd HH:mm",
|
|
|
|
format: "yyyy-MM-dd HH:mm",
|
|
|
|
value: target[info.name],
|
|
|
|
value: target[info.name],
|
|
|
|
clearable: true,
|
|
|
|
clearable: true,
|
|
|
|
|
|
|
|
editable:false,
|
|
|
|
placeholder: info.help_text || info.label,
|
|
|
|
placeholder: info.help_text || info.label,
|
|
|
|
"picker-options": {
|
|
|
|
"picker-options": {
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
shortcuts: this.shortcuts,
|
|
|
|
|