表单配置
This commit is contained in:
2
packages/2.0.5/AppForm/components/Add.vue
vendored
2
packages/2.0.5/AppForm/components/Add.vue
vendored
@@ -141,7 +141,7 @@
|
||||
tableInfos: this.tableInfos,
|
||||
...info.btns,
|
||||
id: this.params.id,
|
||||
applicationName: this.basicInfo.menuLevel2Lable,
|
||||
applicationName: this.basicInfo.menuLevel3Name || this.basicInfo.menuLevel2Name,
|
||||
fuzzyQueryFields: info.fuzzyQueryFields,
|
||||
orderType: info.orderType,
|
||||
orderFields: info.orderFields,
|
||||
|
||||
4
packages/2.0.5/AppForm/components/List.vue
vendored
4
packages/2.0.5/AppForm/components/List.vue
vendored
@@ -66,8 +66,8 @@
|
||||
colConfigs: [
|
||||
{ prop: 'saasPlatformName', label: '所属平台' },
|
||||
{ prop: 'menuLevel1Name', label: '一级菜单名称'},
|
||||
{ prop: 'menuLevel2Name', label: '权限列表名称'},
|
||||
{ prop: 'menuLevel2Lable', label: '二级菜单名称'},
|
||||
{ prop: 'menuLevel2Name', label: '二级菜单名称'},
|
||||
{ prop: 'menuLevel3Name', label: '三级菜单名称'},
|
||||
{ prop: 'createUserName', label: '编辑人' },
|
||||
{ prop: 'createTime', label: '编辑时间' },
|
||||
{
|
||||
|
||||
3
packages/3.0.0/AppNotice/components/Add.vue
vendored
3
packages/3.0.0/AppNotice/components/Add.vue
vendored
@@ -11,9 +11,6 @@
|
||||
<el-form-item label="标题" style="width: 100%;" prop="title" :rules="[{ required: true, message: '请输入标题', trigger: 'blur' }]">
|
||||
<el-input size="small" placeholder="请输入标题" :maxlength="30" v-model="form.title"></el-input>
|
||||
</el-form-item>
|
||||
<!-- <el-form-item label="发布单位" style="width: 100%;" prop="codeName" :rules="[{ required: true, message: '请输入发布单位', trigger: 'blur' }]">
|
||||
<el-input size="small" placeholder="请输入发布单位" :maxlength="30" v-model="form.codeName"></el-input>
|
||||
</el-form-item> -->
|
||||
<el-form-item label="正文" style="width: 100%;" prop="content" :rules="[{ required: true, message: '请输入正文', trigger: 'blur' }]">
|
||||
<el-input size="small" placeholder="请输入正文" :rows="6" :maxlength="1000" type="textarea" v-model="form.content"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
},
|
||||
|
||||
getList () {
|
||||
this.instance.post(`/app/appquestionnairetemplate/list`, null, {
|
||||
this.instance.post(`/app/appvillagepicturealbum/list`, null, {
|
||||
params: {
|
||||
...this.search,
|
||||
areaId: this.areaId
|
||||
|
||||
Reference in New Issue
Block a user