Merge pull request 'dd' (#131) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/131
This commit is contained in:
2024-05-11 09:50:54 +00:00

View File

@@ -67,6 +67,14 @@ const tableConfig = reactive({
label: '当前节点',
align: 'center'
},
{
prop: 'state',
label: '状态',
align: 'center',
width:200,
showOverflowTooltip: false,
currentRender: ({row, index}) => (<Tag dictType={'process_state'} value={row.state}/>)
},
{
prop: 'oper',
label: '操作',