Browse Source

fix: 修改bug

shiyanyu 17 giờ trước cách đây
mục cha
commit
e9fc999147

+ 5 - 5
src/components/task/components/costAudit.vue

@@ -631,11 +631,11 @@
             }
             this.costAuditcolumn.push(column)
           })
-          this.costAuditcolumn.push({
-            prop: 'unit',
-            label: '单位',
-            width: '80px',
-          })
+          // this.costAuditcolumn.push({
+          //   prop: 'unit',
+          //   label: '单位',
+          //   width: '80px',
+          // })
           // 检查tableHeadersRes数组是否包含年账面值
           const hasBookValueColumn = this.checkHasBookValueColumn()
 

+ 8 - 4
src/views/EntDeclaration/auditTaskManagement/components/FixedTableDialog.vue

@@ -51,7 +51,8 @@
         :label="label"
         :prop="label"
         :min-width="140"
-        align="center"
+        header-align="center"
+        align="left"
       >
         <template slot-scope="scope">
           <el-date-picker
@@ -133,7 +134,8 @@
         :label="col.label"
         :prop="col.prop"
         width="150"
-        align="center"
+        header-align="center"
+        align="left"
       >
         <template slot-scope="scope">
           <el-input
@@ -172,7 +174,8 @@
         prop="cellCode"
         label="指标编号"
         width="120"
-        align="center"
+        header-align="center"
+        align="left"
       >
         <template slot-scope="scope">
           <span v-if="!scope.row.isCategory">{{ scope.row.cellCode }}</span>
@@ -184,6 +187,7 @@
         prop="calculationFormula"
         label="计算方式"
         min-width="180"
+        header-align="center"
         align="left"
       >
         <template slot-scope="scope">
@@ -2316,7 +2320,7 @@
       .el-input__inner {
         border: none;
         padding: 0 5px;
-        text-align: center;
+        text-align: left;
 
         &:focus {
           border: 1px solid #409eff;

+ 2 - 2
src/views/costAudit/projectInfo/taskSuperviseManage/superviseResultManage/index.vue

@@ -285,7 +285,7 @@
           </template>
         </el-table>
         <div class="button-group">
-          <el-button @click="handleBack">返回</el-button>
+          <el-button @click="handleBack">关闭</el-button>
         </div>
       </div>
     </el-dialog>
@@ -817,7 +817,7 @@
 
   .button-group {
     margin-top: 15px;
-    text-align: center;
+    text-align: right;
   }
 
   /* 子任务样式 */