优化一点前端的UI

This commit is contained in:
陈景阳
2019-08-23 20:39:14 +08:00
parent 3c308681d4
commit 266c3ba3e8
4 changed files with 36 additions and 14 deletions

View File

@@ -165,7 +165,7 @@ export default {
{ name: 'ip', label: 'IP', width: '160' },
{ name: 'type', label: 'Type', width: '120' },
// { name: 'port', label: 'Port', width: '80' },
{ name: 'status', label: 'Status', width: '120', sortable: true },
{ name: 'status', label: 'Status', width: '120' },
{ name: 'description', label: 'Description', width: 'auto' }
],
nodeFormRules: {