fix : 测试字典接口没加token
This commit is contained in:
@@ -74,13 +74,13 @@ const tableConfig = reactive({
|
|||||||
label: '电话拨打状态',
|
label: '电话拨打状态',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
showOverflowTooltip: false,
|
showOverflowTooltip: false,
|
||||||
currentRender: ({ row, index }) => {
|
// currentRender: ({ row, index }) => {
|
||||||
if (row.callState !== null) {
|
// if (row.callState !== null) {
|
||||||
return (<PointTag dictType={'call_status'} value={row.callState} />)
|
// return (<PointTag dictType={'call_status'} value={row.callState} />)
|
||||||
} else {
|
// } else {
|
||||||
return '--'
|
// return '--'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'workOrderTime',
|
prop: 'workOrderTime',
|
||||||
|
|||||||
Reference in New Issue
Block a user