fix : 移除话术ID和敏感词ID

This commit is contained in:
2024-09-28 22:55:28 +08:00
parent 6bdd2620ca
commit 7b9d7ed741
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: '名称',