Browse Source

大中型详情显示bug fixed

wucl 1 year ago
parent
commit
4235ac8638
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/components/YDetailPageLayout/index_detail.vue
  2. 2 2
      src/views/major/detail.vue

+ 1 - 0
src/components/YDetailPageLayout/index_detail.vue

@@ -132,6 +132,7 @@
       // top: 9px;
       text-align: right;
       margin-right: 30px;
+      padding-top: 10px;
     }
 
     /*.el-tabs__item {*/

+ 2 - 2
src/views/major/detail.vue

@@ -310,7 +310,7 @@
                         label-width="120px"
                         class="postInfo-container-item"
                       >
-                      <el-input :value="major.cDepartment" class="filter-item" readonly disabled/>
+                      <el-input :value="major.cdepartment" class="filter-item" readonly disabled/>
                       </el-form-item>
                     </el-col>
                     <el-col :xs="24" :sm="12" :lg="6" :span="6">
@@ -320,7 +320,7 @@
                         label-width="120px"
                         class="postInfo-container-item"
                       >
-                      <el-input :value="major.cDuty" class="filter-item"   readonly disabled/>
+                      <el-input :value="major.cduty" class="filter-item"   readonly disabled/>
                       </el-form-item>
                     </el-col>
                   </el-row>