正在显示
4 个修改的文件
包含
6 行增加
和
6 行删除
| @@ -823,8 +823,8 @@ let routes = [ | @@ -823,8 +823,8 @@ let routes = [ | ||
| 823 | //{path: '/AiCoustoms', component: AiCoustoms, name: 'Ai智慧关务'}, | 823 | //{path: '/AiCoustoms', component: AiCoustoms, name: 'Ai智慧关务'}, |
| 824 | {path: '/Category', component: Category, name: '任务分类'}, | 824 | {path: '/Category', component: Category, name: '任务分类'}, |
| 825 | {path: '/TaskManage', component: TaskManage, name: '任务管理'}, | 825 | {path: '/TaskManage', component: TaskManage, name: '任务管理'}, |
| 826 | - {path: '/ChatflowReportForm', component: ChatflowReportForm, name: '报表'}, | ||
| 827 | - {path: '/ChatflowReport', component: ChatflowReport, name: '报告'}, | 826 | + {path: '/ChatflowReportForm', component: ChatflowReportForm, name: '常规报表报告'}, |
| 827 | + {path: '/ChatflowReport', component: ChatflowReport, name: '智能问答'}, | ||
| 828 | {path: '/ChatflowReportFormRoutine', component: ChatflowReportFormRoutine, name: '常规报表'}, | 828 | {path: '/ChatflowReportFormRoutine', component: ChatflowReportFormRoutine, name: '常规报表'}, |
| 829 | ] | 829 | ] |
| 830 | }, | 830 | }, |
| 1 | <template> | 1 | <template> |
| 2 | <iframe | 2 | <iframe |
| 3 | - src="http://10.78.6.30/chat/ukXcVUWhP7HHv0Ss" | 3 | + src="http://10.78.6.30/chat/2HCKREpFAnlbIlQf" |
| 4 | style="width: 100%; height: 100%; min-height: 700px" | 4 | style="width: 100%; height: 100%; min-height: 700px" |
| 5 | frameborder="0" | 5 | frameborder="0" |
| 6 | allow="microphone"> | 6 | allow="microphone"> |
| 1 | <template> | 1 | <template> |
| 2 | <iframe | 2 | <iframe |
| 3 | - src="http://10.78.6.30/chat/2HCKREpFAnlbIlQf" | 3 | + src="http://10.78.6.30/chat/ukXcVUWhP7HHv0Ss" |
| 4 | style="width: 100%; height: 100%; min-height: 700px" | 4 | style="width: 100%; height: 100%; min-height: 700px" |
| 5 | frameborder="0" | 5 | frameborder="0" |
| 6 | allow="microphone"> | 6 | allow="microphone"> |
| @@ -2,10 +2,10 @@ | @@ -2,10 +2,10 @@ | ||
| 2 | <el-contaier> | 2 | <el-contaier> |
| 3 | <el-row> | 3 | <el-row> |
| 4 | <el-col :span="5"> | 4 | <el-col :span="5"> |
| 5 | - <el-input v-model="name" placeholder="任务分类" style="width: 200px"></el-input> | 5 | + <el-input v-model="cateId" placeholder="任务分类" style="width: 200px"></el-input> |
| 6 | </el-col> | 6 | </el-col> |
| 7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
| 8 | - <el-input v-model="cateId" placeholder="任务名称" style="width: 200px"></el-input> | 8 | + <el-input v-model="name" placeholder="任务名称" style="width: 200px"></el-input> |
| 9 | </el-col> | 9 | </el-col> |
| 10 | 10 | ||
| 11 | <el-col :span="6"> | 11 | <el-col :span="6"> |
-
请 注册 或 登录 后发表评论