Merge pull request 'master' (#212) from master into test

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/212
This commit is contained in:
2024-11-30 08:17:56 +00:00

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} />)