fix : 需求上报详情删除重复项,优化台账上方基础信息排版,表格内容少时固定宽度,驳回弹窗'重新提交'改为'发起节点'
This commit is contained in:
@@ -142,13 +142,13 @@ const tableConfig = reactive({
|
||||
prop: 'deadline',
|
||||
label: '需求上报截止时间',
|
||||
align: 'center',
|
||||
// width: 150,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
prop: 'approveName',
|
||||
label: '当前审批节点',
|
||||
align: 'center',
|
||||
// width: 100,
|
||||
width: 120,
|
||||
currentRender: ({row, index}) => {
|
||||
if(row.state=='1'){
|
||||
return <span>{row.approveName}</span>
|
||||
@@ -157,18 +157,11 @@ const tableConfig = reactive({
|
||||
}
|
||||
}
|
||||
},
|
||||
// {
|
||||
// prop: 'taskNode',
|
||||
// label: '当前审批节点',
|
||||
// align: 'center',
|
||||
// // width: 300
|
||||
//
|
||||
// },
|
||||
{
|
||||
prop: 'state',
|
||||
label: '状态',
|
||||
align: 'center',
|
||||
// width: 100,
|
||||
width: 120,
|
||||
showOverflowTooltip: false,
|
||||
currentRender: ({row, index}) => (<Tag dictType={'demand_collection'} value={row.state}/>)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user