第三方接口增加服务描述
This commit is contained in:
parent
87eb3906e1
commit
4c1889c250
@ -57,6 +57,12 @@ const columns: QTable['columns'] = [
|
|||||||
field: (row) => (row.state == 0 ? '正常' : '异常'),
|
field: (row) => (row.state == 0 ? '正常' : '异常'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'serviceName',
|
||||||
|
label: '服务描述',
|
||||||
|
field: 'serviceName',
|
||||||
|
align: 'center',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
const rows = ref<state.SimulationThirdPartyApiServiceState[]>([]);
|
const rows = ref<state.SimulationThirdPartyApiServiceState[]>([]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user