资讯信息+资讯分类
This commit is contained in:
parent
f16e8b3fa5
commit
adb82861a3
@ -269,6 +269,7 @@
|
||||
<el-select
|
||||
v-model="form.informationCategoryType"
|
||||
placeholder="请选择"
|
||||
style="width: 250px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
@ -284,7 +285,7 @@
|
||||
<el-radio v-model="form.informationCategoryType" label="OTHER"
|
||||
>其他</el-radio
|
||||
> -->
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
prop="informationTitle"
|
||||
/>
|
||||
<el-table-column label="资讯编码" align="center" prop="informationCode" />
|
||||
|
||||
|
||||
<el-table-column label="显示顺序" align="center" prop="informationSort" />
|
||||
<el-table-column
|
||||
label="操作"
|
||||
@ -221,7 +221,7 @@
|
||||
:rules="rules"
|
||||
label-width="140px"
|
||||
:inline="true"
|
||||
|
||||
|
||||
>
|
||||
<el-form-item label="资讯标题" prop="informationTitle">
|
||||
<el-input
|
||||
@ -277,7 +277,7 @@
|
||||
<el-form-item label="资讯图文内容" prop="informationContent">
|
||||
<editor
|
||||
@imgs="imgs"
|
||||
|
||||
|
||||
maxlength="300"
|
||||
:min-height="102"
|
||||
placeholder="请输入资讯图文内容"
|
||||
@ -450,7 +450,7 @@ export default {
|
||||
title: "",
|
||||
total2: 0,
|
||||
imgsurl: { pictureUrlList: [] },
|
||||
|
||||
|
||||
// 是否显示弹出层
|
||||
open: false,
|
||||
// 查询参数
|
||||
@ -537,7 +537,7 @@ export default {
|
||||
informationCategoryCode: "",
|
||||
informationCategoryName: "",
|
||||
};
|
||||
this.informationInfoinfo();
|
||||
this.getList();
|
||||
},
|
||||
informationInfoinfo() {
|
||||
listInformationCategory(this.nurseStationqueryParams).then((response) => {
|
||||
@ -588,7 +588,7 @@ export default {
|
||||
// } else {
|
||||
this.form.informationCategoryId = row.id;
|
||||
this.form.informationCategoryName = row.informationCategoryName;
|
||||
|
||||
|
||||
// }
|
||||
this.innerVisible = false;
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user