WXL
2024-08-27 c4f2875b50f07e6f375cd9c9ec4d8fbc2494d35d
src/views/repositoryai/verbaltrick/index.vue
@@ -188,10 +188,10 @@
              />
              <el-table-column
                label="问题语音"
                label="问题内容"
                align="center"
                key="scriptVoice"
                prop="scriptVoice"
                key="scriptContent"
                prop="scriptContent"
                width="200"
              /><el-table-column
                label="关联指标"
@@ -630,7 +630,7 @@
    handleAdd() {
      this.$router.push({
        path: "/knowledge/verbaltrick/particulars/",
        query: { id: "" },
        query: { id: "", categoryid: this.queryParams.categoryid },
      });
    },
    // 分类树-----------------------------------------