fix: 修改话术页面

This commit is contained in:
dj
2024-11-30 16:17:32 +08:00
parent f8e2500e97
commit da08543d9b

View File

@@ -98,6 +98,7 @@ const verbalTrickTableConfig = reactive({
prop: 'callOff', prop: 'callOff',
label: '是否挂断电话', label: '是否挂断电话',
align: 'center', align: 'center',
width: '120',
currentRender: ({ row, index }) => { currentRender: ({ row, index }) => {
if (row.callOff !== null) { if (row.callOff !== null) {
return (<Tag dictType={'call_off'} value={row.callOff} />) return (<Tag dictType={'call_off'} value={row.callOff} />)
@@ -110,6 +111,7 @@ const verbalTrickTableConfig = reactive({
prop: 'type', prop: 'type',
label: '上下文类型', label: '上下文类型',
align: 'center', align: 'center',
width: '120',
currentRender: ({ row, index }) => { currentRender: ({ row, index }) => {
if (row.type !== null) { if (row.type !== null) {
return (<Tag dictType={'context_type'} value={row.type} />) return (<Tag dictType={'context_type'} value={row.type} />)