banner、协议
This commit is contained in:
@ -126,14 +126,6 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="上级导航" prop="parentId">
|
||||
<!-- <treeselect
|
||||
v-model="form.parentId"
|
||||
:options="menuOptions"
|
||||
:normalizer="normalizer"
|
||||
:show-count="true"
|
||||
placeholder="选择上级导航"
|
||||
/> -->
|
||||
|
||||
<TreeSelect
|
||||
:objMap="{
|
||||
value: 'id', // ID字段名
|
||||
@ -150,7 +142,6 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="内容:" prop="content">
|
||||
<WangEditor v-model="form.content" minHeight="150px" />
|
||||
<!-- <Editor v-model="form.content" :minHeight="150" /> -->
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
@ -176,7 +167,6 @@ import WangEditor from "@/components/WangEditor/index.vue";
|
||||
const queryFormRef = ref(null);
|
||||
const dataList = ref([]);
|
||||
const loading = ref(true);
|
||||
const total = ref(0);
|
||||
const showEditDialog = ref(false);
|
||||
const formRef = ref(null);
|
||||
const siteList = ref([]); // 站点列表
|
||||
|
Reference in New Issue
Block a user