Skip to content

Commit

Permalink
feat: 添加资产编号字段
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemio authored and BaiJiangJie committed Dec 21, 2020
1 parent b65664f commit 9d70eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/assets/Asset/AssetMoreInformationEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
},
fields: [
[this.$t('common.Basic'), ['hostname', 'ip', 'platform']],
[this.$t('assets.Hardware'), ['vendor', 'model', 'cpu_model', 'memory', 'disk_info', 'disk_total']],
[this.$t('assets.Hardware'), ['vendor', 'model', 'number', 'cpu_model', 'memory', 'disk_info', 'disk_total']],
[this.$t('assets.Os'), ['sn', 'os', 'os_version', 'os_arch']]
],
fieldsMeta: {
Expand Down

0 comments on commit 9d70eec

Please sign in to comment.