fix : 修复支出明细-项目类型字段

This commit is contained in:
dj
2025-07-22 15:13:22 +08:00
parent 1fb3345afe
commit 3ddd24cc70

View File

@@ -108,13 +108,13 @@ const tableConfig = reactive({
align: 'center', align: 'center',
width: 120, width: 120,
showOverflowTooltip: false, showOverflowTooltip: false,
currentRender: ({row, index}) => { // currentRender: ({row, index}) => {
if (row.projectType&&row.projectType !== null&&row.projectType!==undefined) { // if (row.projectType&&row.projectType !== null&&row.projectType!==undefined) {
return (<Tag dictType={'project_type'} value={row.projectType}/>) // return (<Tag dictType={'project_type'} value={row.projectType}/>)
} else { // } else {
return '--' // return '--'
} // }
} // }
}, },
{ {
prop: 'rdType', prop: 'rdType',