Ver código fonte

Merge branch 'master' of http://git.keao.tech/SupplyChain/front

peixh 3 anos atrás
pai
commit
f7eb1cebee
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      front-vue/src/views/service/credit/goFinance.vue

+ 2 - 2
front-vue/src/views/service/credit/goFinance.vue

@@ -8,13 +8,13 @@
         :model="form"
         :rules="rules"
         :inline="true"
-        label-width="auto">
+        label-width="172px">
         <el-row class="zap-form">
             <el-col :span="12">
                 <text-item label="选择融信" :value="financeInfList | pickerFilter(form.zfrFinanceId, 'zfiId', 'zfiNumber')"></text-item>
             </el-col>
             <el-col :span="12">
-                <el-form-item label="融资收款账户:" prop="zfrCollectionAccount" size="large" label-width="101px">
+                <el-form-item label="融资收款账户:" prop="zfrCollectionAccount">
                     <el-input
                         class="zap-form-input"
                         v-model="form.zfrCollectionAccount"