NEZ-1534 fix: 修复Asset新增数据时Number与Brand & Model冲突

This commit is contained in:
@changcode
2022-02-15 09:30:30 +08:00
parent 8c4c7ca5bd
commit d3592a95f6
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
.system { .system {
height: 100%; height: calc(100% - 40px) !important;
position: relative; position: relative;
margin-top: 10px; overflow: auto;
margin: 10px;
.el-tag.el-tag--info { .el-tag.el-tag--info {
background-color: $--chart-title-hover-background-color; background-color: $--chart-title-hover-background-color;
border: 1px solid $--border-color-light; border: 1px solid $--border-color-light;

View File

@@ -15,7 +15,6 @@
.license-left { .license-left {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start;
} }
.license-left-header,.license-right-header { .license-left-header,.license-right-header {
width: 100%; width: 100%;

View File

@@ -235,6 +235,7 @@ export default {
modelId: '', modelId: '',
model: { id: '', name: '' }, model: { id: '', name: '' },
type: { name: '', id: '' }, type: { name: '', id: '' },
number: '',
brandAndModel: [], brandAndModel: [],
typeId: '', typeId: '',
snmpCredentialId: '', snmpCredentialId: '',