Merge pull request 'master' (#212) from master into test
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/212
This commit is contained in:
@@ -98,6 +98,7 @@ const verbalTrickTableConfig = reactive({
|
||||
prop: 'callOff',
|
||||
label: '是否挂断电话',
|
||||
align: 'center',
|
||||
width: '120',
|
||||
currentRender: ({ row, index }) => {
|
||||
if (row.callOff !== null) {
|
||||
return (<Tag dictType={'call_off'} value={row.callOff} />)
|
||||
@@ -110,6 +111,7 @@ const verbalTrickTableConfig = reactive({
|
||||
prop: 'type',
|
||||
label: '上下文类型',
|
||||
align: 'center',
|
||||
width: '120',
|
||||
currentRender: ({ row, index }) => {
|
||||
if (row.type !== null) {
|
||||
return (<Tag dictType={'context_type'} value={row.type} />)
|
||||
|
||||
Reference in New Issue
Block a user