定义字段
This commit is contained in:
parent
fd370ba2ad
commit
5e423ce25f
@ -157,9 +157,9 @@
|
||||
const formData = reactive({
|
||||
id: '',
|
||||
title: '',
|
||||
adSortId: '',
|
||||
adSortId: undefined,
|
||||
cover: '',
|
||||
type: '',
|
||||
type: undefined,
|
||||
note: '',
|
||||
content: '',
|
||||
url: '',
|
||||
|
@ -109,8 +109,8 @@
|
||||
*/
|
||||
const formData = reactive({
|
||||
id: '',
|
||||
layoutId: '',
|
||||
type: '',
|
||||
layoutId: undefined,
|
||||
type: undefined,
|
||||
typeText: '',
|
||||
typeId: '',
|
||||
image: '',
|
||||
|
@ -101,9 +101,9 @@
|
||||
const formData = reactive({
|
||||
id: '',
|
||||
name: '',
|
||||
type: '',
|
||||
type: undefined,
|
||||
url: '',
|
||||
form: '',
|
||||
form: undefined,
|
||||
image: '',
|
||||
status: 1,
|
||||
sort: 0,
|
||||
|
@ -172,7 +172,7 @@
|
||||
const formData = reactive({
|
||||
id: '',
|
||||
pid: 0,
|
||||
level: '',
|
||||
level: undefined,
|
||||
name: '',
|
||||
cityCode: '',
|
||||
areaCode: '',
|
||||
|
@ -102,7 +102,7 @@
|
||||
code: '',
|
||||
number: '',
|
||||
content: '',
|
||||
type: '',
|
||||
type: undefined,
|
||||
});
|
||||
|
||||
/**
|
||||
|
@ -98,7 +98,7 @@
|
||||
code: '',
|
||||
number: '',
|
||||
content: '',
|
||||
type: '',
|
||||
type: undefined,
|
||||
});
|
||||
|
||||
/**
|
||||
|
@ -104,7 +104,7 @@
|
||||
id: '',
|
||||
name: '',
|
||||
code: '',
|
||||
dbType: '',
|
||||
dbType: undefined,
|
||||
dbDriver: '',
|
||||
dbUrl: '',
|
||||
dbName: '',
|
||||
|
@ -141,11 +141,11 @@
|
||||
id: '',
|
||||
jobName: '',
|
||||
jobAlias: '',
|
||||
jobGroup: '',
|
||||
jobGroup: undefined,
|
||||
jobTrigger: '',
|
||||
status: '',
|
||||
status: undefined,
|
||||
cronExpression: '',
|
||||
executePolicy: '',
|
||||
executePolicy: undefined,
|
||||
isSync: 0,
|
||||
url: '',
|
||||
note: '',
|
||||
|
Loading…
Reference in New Issue
Block a user