Commit 8364c3e7 by 郑艺斌

修改标题名称

parent bd67d3d3
......@@ -120,7 +120,7 @@
<Form ref="updateForm" :model="updateForm" :label-width="100" :rules="ruleAdd">
<Row>
<Col span="20">
<FormItem label="常见问题" prop="problem">
<FormItem label="题" prop="problem">
<Input v-model="updateForm.problem" placeholder="请输入常见问题"></Input>
</FormItem>
</Col>
......@@ -184,7 +184,7 @@ export default {
parentId: "null",
problem: "",
watch: true,
label: ""
label: "0"
},
//表格
tableConfig: {
......@@ -337,11 +337,11 @@ export default {
]
},
tabsList: [
{ label: '全部', value: '' },
// { label: '全部', value: '' },
{ label: '常见问题', value: '0' },
{ label: '解决方案', value: '1' },
],
tabActive: ''
tabActive: '0'
};
},
computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment