Merge pull request 'fix : 移除话术ID和敏感词ID' (#123) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/123
This commit is contained in:
2024-09-28 14:56:28 +00:00
2 changed files with 0 additions and 10 deletions

View File

@@ -116,11 +116,6 @@ const sensitiveTableConfig= reactive({
align: 'center',
width: 80,
},
{
prop: 'sensitiveId',
label: '敏感词ID',
align: 'center'
},
{
prop: 'content',
label: '内容',

View File

@@ -72,11 +72,6 @@ const verbalTrickTableConfig = reactive({
align: 'center',
width: 80,
},
{
prop: 'verbalId',
label: '话术ID',
align: 'center'
},
{
prop: 'verbalName',
label: '名称',