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',
width: 120,
showOverflowTooltip: false,
currentRender: ({row, index}) => {
if (row.projectType&&row.projectType !== null&&row.projectType!==undefined) {
return (<Tag dictType={'project_type'} value={row.projectType}/>)
} else {
return '--'
}
}
// currentRender: ({row, index}) => {
// if (row.projectType&&row.projectType !== null&&row.projectType!==undefined) {
// return (<Tag dictType={'project_type'} value={row.projectType}/>)
// } else {
// return '--'
// }
// }
},
{
prop: 'rdType',