| | |
| | | size="medium" |
| | | type="text" |
| | | @click="illnessUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-textxg" |
| | | ><i class="el-icon-date"></i>详情</span |
| | | ></el-button |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="compileUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-bji" |
| | | ><i class="el-icon-edit"></i>编辑问题</span |
| | | ></el-button |
| | |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | | import "@riophae/vue-treeselect/dist/vue-treeselect.css"; |
| | | export default { |
| | | name: "questionnaire", |
| | | name: "Verbaltrick", |
| | | components: { Treeselect }, |
| | | data() { |
| | | return { |
| | |
| | | }, |
| | | ], |
| | | // 弹出层标题 |
| | | title: "新增类别", |
| | | title: "类别编辑", |
| | | // 是否显示弹出层 |
| | | open: false, |
| | | // 日期范围 |
| | |
| | | handleAdd() { |
| | | this.$router.push({ |
| | | path: "/knowledge/verbaltrick/particulars/", |
| | | query: { id: "", categoryid: this.queryParams.categoryid }, |
| | | query: { id: "", assortid: this.queryParams.assortid }, |
| | | }); |
| | | }, |
| | | // 分类树----------------------------------------- |