Revert "Revert "V0.4.0 imporve error response""

This reverts commit acccdb65bd.
This commit is contained in:
yaziming
2019-09-04 20:41:37 +08:00
parent a5449a674a
commit 5e2b3ca228
51 changed files with 1373 additions and 416 deletions

View File

@@ -163,7 +163,7 @@ export default {
columns: [
{ name: 'name', label: 'Name', width: '220' },
{ name: 'ip', label: 'IP', width: '160' },
{ name: 'type', label: 'Type', width: '120' },
{ name: 'type', label: 'nodeList.type', width: '120' },
// { name: 'port', label: 'Port', width: '80' },
{ name: 'status', label: 'Status', width: '120' },
{ name: 'description', label: 'Description', width: 'auto' }