Ver Fonte

fix: [EK-3382] [AE]-[Recharge Management] 修改列宽

bill há 1 mês atrás
pai
commit
edb0187f4f
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/finance/recharge.vue

+ 3 - 3
src/views/finance/recharge.vue

@@ -16,19 +16,19 @@
                         </template>
                     </template>
                 </el-table-column>
-                <el-table-column :label="$t('common.action')"> <!-- 操作 -->
+                <el-table-column min-width="150" :label="$t('common.action')"> <!-- 操作 -->
                     <template slot-scope="scope">
                     <el-button type="success" size="small" @click="handleGroupManage(scope.row)" >
                         {{  $t('financial.statusManagement')  }}<!-- 状态管理 -->
                     </el-button>
                 </template></el-table-column>
-              <el-table-column :label="$t('financial.typeManagement')"> <!-- 操作 -->
+              <el-table-column min-width="150" :label="$t('financial.typeManagement')"> <!-- 操作 -->
                 <template slot-scope="scope">
                   <el-button type="success" size="small" @click="handleTypeManagement(scope.row)" >
                     {{  $t('financial.typeManagement')  }}<!-- 状态管理 -->
                   </el-button>
                 </template></el-table-column>
-                <el-table-column :label="$t('financial.viewVoucher')"><!-- 查看凭证 -->
+                <el-table-column min-width="150" :label="$t('financial.viewVoucher')"><!-- 查看凭证 -->
                     <template slot-scope="scope">
                         <el-button type="success" size="small" @click="handleInvoiceShow(scope.row)"
                            v-if="scope.row.AUDIT_STATUS!=='0'">{{  $t('financial.viewVoucher')  }}<!-- 查看凭证 -->