feat : 项目立项详情页面初始化
This commit is contained in:
@@ -129,7 +129,7 @@ const tableConfig = reactive({
|
||||
},
|
||||
{
|
||||
prop: 'status',
|
||||
label: '发布状态',
|
||||
label: '状态',
|
||||
align: 'center',
|
||||
showOverflowTooltip: false,
|
||||
currentRender: ({row, index}) => (<Tag dictType={'process_state'} value={row.state}/>)
|
||||
@@ -165,7 +165,7 @@ const tableConfig = reactive({
|
||||
}
|
||||
}
|
||||
],
|
||||
api: '/workflow/mosr/requirement',
|
||||
api: '',
|
||||
params: {},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user