| | |
| | | size="medium" |
| | | :disabled="single" |
| | | @click="handleUpdate" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | >修改</el-button |
| | | > |
| | | </el-col> |
| | |
| | | |
| | | <el-table-column |
| | | label="姓名" |
| | | width="100" |
| | | align="center" |
| | | key="userName" |
| | | prop="userName" |
| | |
| | | prop="phonenumber" |
| | | /> |
| | | <el-table-column |
| | | label="模版名称" |
| | | label="模板名称" |
| | | align="center" |
| | | key="templateName" |
| | | prop="templateName" |
| | |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.createTime) }}</span> |
| | | <span>{{ formatTime(scope.row.createTime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | icon="el-icon-edit" |
| | | class="icon-edit" |
| | | @click="Referencequestion(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | >编辑话术</el-button |
| | | > |
| | | <el-button |
| | |
| | | icon="el-icon-s-claim" |
| | | class="icon-s-claim" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | >测试匹配</el-button |
| | | > |
| | | </template> |
| | |
| | | > |
| | | <el-button type="primary" icon="el-icon-s-claim">保存</el-button> |
| | | <el-button type="primary" icon="el-icon-document" |
| | | >更新指标规则至模版</el-button |
| | | >更新指标规则至模板</el-button |
| | | > |
| | | </div> |
| | | </div> |