应用管理页面新增编辑报错

支付订单新增时时间选择问题
This commit is contained in:
周建
2023-06-17 09:41:10 +08:00
parent 28507236a7
commit 4cf5954eaa
3 changed files with 20 additions and 16 deletions

View File

@ -103,7 +103,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
form: {
component: 'Select',
componentProps: {
options: [],
// options: [],
multiple: true,
filterable: true,
allowCreate: true,
@ -118,7 +118,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
form: {
component: 'Select',
componentProps: {
options: [],
// options: [],
multiple: true,
filterable: true,
allowCreate: true,
@ -133,7 +133,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
form: {
component: 'Select',
componentProps: {
options: [],
// options: [],
multiple: true,
filterable: true,
allowCreate: true,
@ -148,7 +148,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
form: {
component: 'Select',
componentProps: {
options: [],
// options: [],
multiple: true,
filterable: true,
allowCreate: true,
@ -163,7 +163,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
form: {
component: 'Select',
componentProps: {
options: [],
// options: [],
multiple: true,
filterable: true,
allowCreate: true,