소스 검색

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

zhongxiaoyu 2 년 전
부모
커밋
666465c8f9
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/authorityManagement/components/authorityHome.vue
  2. 4 0
      src/views/systemSettings/views/serviceManagement/serviceHome.vue

+ 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 {