| | |
| | | label="问题主题" |
| | | fixed |
| | | align="center" |
| | | key="questiontitle" |
| | | prop="questiontitle" |
| | | key="scriptTopic" |
| | | prop="scriptTopic" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | | label="问题文本" |
| | | align="center" |
| | | key="questionText" |
| | | prop="questionText" |
| | | key="scriptContent" |
| | | prop="scriptContent" |
| | | width="200" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | |
| | | <el-table-column |
| | | label="问题语音" |
| | | align="center" |
| | | key="questionvoice" |
| | | prop="questionvoice" |
| | | key="scriptVoice" |
| | | prop="scriptVoice" |
| | | width="200" |
| | | /><el-table-column |
| | | label="关联指标" |
| | |
| | | getbaltrickclassify({}).then((res) => { |
| | | this.deptOptions = res.rows; |
| | | this.dialogFormVisible = false; |
| | | |
| | | }); |
| | | }, |
| | | |