소스 검색

no message

linwenxin 1 년 전
부모
커밋
ee5f0907e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/workOrder/workOrderPool/detailModule/PartsApplication/index.vue

+ 1 - 1
src/views/workOrder/workOrderPool/detailModule/PartsApplication/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">
             <formModule :item="payData[index]" :index="index" @shuaxin="shuaxin">
             </formModule>