diff --git a/cmdb-ui/src/modules/cmdb/views/operation_history/modules/typeTable.vue b/cmdb-ui/src/modules/cmdb/views/operation_history/modules/typeTable.vue
index be1b32b..6bc8e13 100644
--- a/cmdb-ui/src/modules/cmdb/views/operation_history/modules/typeTable.vue
+++ b/cmdb-ui/src/modules/cmdb/views/operation_history/modules/typeTable.vue
@@ -60,7 +60,7 @@
- {{ row.operate_type === '删除模型' ? row.change.alias : row.type_id}}
+ {{ row.operate_type === '删除模型' ? row.change.alias : row.type_id }}
diff --git a/cmdb-ui/src/modules/cmdb/views/tree_views/index.vue b/cmdb-ui/src/modules/cmdb/views/tree_views/index.vue
index c65d942..e0b4ad5 100644
--- a/cmdb-ui/src/modules/cmdb/views/tree_views/index.vue
+++ b/cmdb-ui/src/modules/cmdb/views/tree_views/index.vue
@@ -14,12 +14,16 @@
}
"
class="cmdb-views-header-metadata"
- >
+ >
属性说明
- 新建新建
{{ value }}{{ value }}
diff --git a/cmdb-ui/src/views/user/Login.vue b/cmdb-ui/src/views/user/Login.vue
index d64553e..f3824b4 100644
--- a/cmdb-ui/src/views/user/Login.vue
+++ b/cmdb-ui/src/views/user/Login.vue
@@ -117,7 +117,7 @@ export default {
const loginParams = { ...values }
delete loginParams.username
loginParams[!state.loginType ? 'email' : 'username'] = values.username
- loginParams.password = appConfig.useEncryption?md5(values.password):values.password
+ loginParams.password = appConfig.useEncryption ? md5(values.password) : values.password
Login(loginParams)
.then((res) => this.loginSuccess(res))
.finally(() => {