NEZ-992 fix: 修复 asset 批量修改 label 显示问题
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
.input-box {
|
||||
.el-textarea {
|
||||
.el-textarea__inner {
|
||||
width: 530px;
|
||||
width: 522px;
|
||||
height: 32px;
|
||||
padding: 5px 70px 4px 10px;
|
||||
}
|
||||
|
||||
@@ -625,6 +625,7 @@ const cn = {
|
||||
talonPrompt: 'Talon 是一个负责日志收集的客户端程序',
|
||||
alertNum: '告警',
|
||||
userName: '用户名',
|
||||
username: '用户名',
|
||||
address: '地址',
|
||||
assetType: '资产类型', // '资产类型'
|
||||
batchEditAsset: '批量修改资产',
|
||||
|
||||
@@ -632,6 +632,7 @@ const en = {
|
||||
asset: 'Asset ',
|
||||
talonPrompt: 'Talon is a client program responsible for log collection.',
|
||||
userName: 'User name',
|
||||
username: 'Username',
|
||||
address: 'Address',
|
||||
assets: 'Asset', // '资产'
|
||||
editAsset: 'Edit asset', // '编辑资产'
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
:options="fieldGroupData"
|
||||
:props="labelCascProp"
|
||||
class="hide-input"
|
||||
popper-class="prevent-clickoutside"
|
||||
popper-class="prevent-clickoutside limit-height"
|
||||
size="small"
|
||||
@change="addLabel"
|
||||
></el-cascader>
|
||||
@@ -471,7 +471,7 @@ export default {
|
||||
handler (n) {
|
||||
this.isEdit = true
|
||||
if (n !== assetConstants.editTypeData.account) {
|
||||
this.editData.authProtocol = 0
|
||||
this.editData.authProtocol = 1
|
||||
} else {
|
||||
this.getTableData()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user