linwenxin hace 1 año
padre
commit
dcacd02fca

+ 1 - 1
src/views/workOrder/workOrderPool/detailModule/Payment/index.vue

@@ -2,7 +2,7 @@
   <zj-page-container>
     <zj-page-fill class="neibuview">
       <template v-if="payData.length">
-        <zj-form-container :formAttributes="{ 'label-position': 'top' }">
+        <zj-form-container>
           <template v-for="(item, index) in payData">
             <zj-form-module :title="'支付费用' + (index + 1)" :form-data="payData[index]"
               :form-items="[formItemsL1, formItems(item)][!!~[1,2,3].indexOf(workOrderType) ? 0 : workOrderType == 4 ? 1 : 0]">

+ 1 - 2
src/views/workOrder/workOrderPool/detailModule/SettleAccounts/index.vue

@@ -1,8 +1,7 @@
 <template>
   <zj-page-container>
     <zj-page-fill class="neibuview">
-      <zj-form-container ref="formRef" v-if="formData.orderType" :form-data="formData"
-        :formAttributes="{ 'label-position': 'top' }">
+      <zj-form-container ref="formRef" v-if="formData.orderType" :form-data="formData">
         <zj-form-module :title="`费用结算-${({ INSTALL: '安装', REPAIR: '维修' })[formData.orderType]}`" :form-data="formData"
           :form-items="repairInfo" />
       </zj-form-container>