fix : 测试字典接口没加token

This commit is contained in:
2024-10-08 23:11:58 +08:00
parent 0aff2a5fab
commit 88b1052f14
3 changed files with 17 additions and 17 deletions

View File

@@ -74,13 +74,13 @@ const tableConfig = reactive({
label: '电话拨打状态',
align: 'center',
showOverflowTooltip: false,
// currentRender: ({ row, index }) => {
// if (row.callState !== null) {
// return (<PointTag dictType={'call_status'} value={row.callState} />)
// } else {
// return '--'
// }
// }
currentRender: ({ row, index }) => {
if (row.callState !== null) {
return (<PointTag dictType={'call_status'} value={row.callState} />)
} else {
return '--'
}
}
},
{
prop: 'workOrderTime',