| | |
| | | </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" |
| | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </el-card> |
| | | </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"> |
| | | <el-form-item label="测试输入" prop="targetvalue"> |
| | |
| | | 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, //编辑进度 |