Browse Source

Merge branch 'master' of http://120.26.64.82:3000/BFFE/CABaggageData2.0

zhongxiaoyu 2 years ago
parent
commit
666465c8f9

+ 1 - 1
src/views/authorityManagement/components/authorityHome.vue

@@ -363,7 +363,7 @@ export default {
       this.editDialogVisible = true;
       this.editDialogTitle = "编辑下级权限";
       this.editType = "edit";
-      this.ruleForm = data;
+      this.ruleForm = _.cloneDeep(data);
       this.optionsApp.push({
         label: data.app_name,
         value: data.app_id,

+ 4 - 0
src/views/systemSettings/views/serviceManagement/serviceHome.vue

@@ -512,11 +512,15 @@ export default {
       }
       .status0,
       .status2 {
+        display: flex;
+        align-items: center;
         margin-right: 28px;
         position: relative;
         top: 5px;
       }
       .status1 {
+        display: flex;
+        align-items: center;
         position: relative;
         top: 5px;
         .icon {