|
@@ -150,20 +150,24 @@ const columnConfig: ColumnConfigType[] = [
|
|
|
}
|
|
|
return ''
|
|
|
},
|
|
|
- width: 120
|
|
|
+ width: 120,
|
|
|
+ if: () => !(props.logData && props.logData.id)
|
|
|
},
|
|
|
{
|
|
|
prop: 'auditTime',
|
|
|
label: '审核时间',
|
|
|
- width: 160
|
|
|
+ width: 160,
|
|
|
+ if: () => !(props.logData && props.logData.id)
|
|
|
},
|
|
|
{
|
|
|
prop: 'remark',
|
|
|
label: '审核注释',
|
|
|
- width: 160
|
|
|
+ width: 160,
|
|
|
+ if: () => !(props.logData && props.logData.id)
|
|
|
},
|
|
|
{
|
|
|
width: 120,
|
|
|
+ if: () => !(props.logData && props.logData.id),
|
|
|
handleConfig: [
|
|
|
{
|
|
|
if: (row) => row.auditStatus == 0,
|