fix : 修复公告问题
This commit is contained in:
@@ -94,7 +94,14 @@ const articleTableConfig = reactive({
|
||||
{
|
||||
prop: 'remarks',
|
||||
label: '发文单位',
|
||||
align: 'center'
|
||||
align: 'center',
|
||||
currentRender: ({row, index}) => {
|
||||
if (!row.remarks|| row.remarks == undefined || row.remarks == null) {
|
||||
return '--'
|
||||
} else {
|
||||
return row.remarks
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: 'oper',
|
||||
|
||||
Reference in New Issue
Block a user