Merge pull request 'master' (#1095) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/1095
This commit is contained in:
2025-07-22 07:13:45 +00:00

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',