NEZ-1534 fix: 修复Asset新增数据时Number与Brand & Model冲突
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user