WXL
2024-02-04 cf9259c2ebee0e82c32864a1ee91d96c403b9099
src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -455,7 +455,7 @@
            </el-col></el-row
          >
          <el-card class="box-card" style="margin-bottom: 20px">
          <!-- <el-card class="box-card" style="margin-bottom: 20px">
            <el-table
              v-loading="loading"
              :data="indexform.ivrLibaScriptTargetoptionList"
@@ -531,6 +531,15 @@
                </template>
              </el-table-column>
            </el-table>
          </el-card> -->
          <el-card class="box-card" style="margin-bottom: 20px">
              <Regular
                :TargetoptionList="indexform.ivrLibaScriptTargetoptionList"
                @addoption="addoption"
                @deloption="deloption"
                @syioption="syioption"
                @xiayioption="xiayioption"
              />
          </el-card>
          <el-row :gutter="20">
            <el-col :span="12">
@@ -576,9 +585,12 @@
  gettargetInfolist,
  gettargetInfo,
} from "@/api/AiCentre/index";
import Regular from "@/components/Regular"; //正则组件
import store from "@/store";
export default {
  name:'Verbalproblem',
  components: {  Regular },
  data() {
    return {
      Editprogress: 1, //编辑进度