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:
@@ -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: '操作',
|
||||
|
||||
Reference in New Issue
Block a user