NEZ-1534 fix: 修复Asset新增数据时Number与Brand & Model冲突
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.system {
|
||||
height: 100%;
|
||||
height: calc(100% - 40px) !important;
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
overflow: auto;
|
||||
margin: 10px;
|
||||
.el-tag.el-tag--info {
|
||||
background-color: $--chart-title-hover-background-color;
|
||||
border: 1px solid $--border-color-light;
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
.license-left {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.license-left-header,.license-right-header {
|
||||
width: 100%;
|
||||
|
||||
@@ -235,6 +235,7 @@ export default {
|
||||
modelId: '',
|
||||
model: { id: '', name: '' },
|
||||
type: { name: '', id: '' },
|
||||
number: '',
|
||||
brandAndModel: [],
|
||||
typeId: '',
|
||||
snmpCredentialId: '',
|
||||
|
||||
Reference in New Issue
Block a user