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