linwenxin 1 vuosi sitten
vanhempi
commit
8728d3b98e

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

@@ -3,7 +3,7 @@
     <zj-page-fill class="neibuview">
       <template v-if="payData.length">
         <zj-form-container :formAttributes="{ 'label-position': 'top' }">
-          <template v-for="(item, index) in payData.length">
+          <template v-for="(item, index) in payData">
             <zj-form-module :title="'支付费用' + (index + 1)" :form-data="payData[index]" :form-items="formItems">
               <div v-if="item.examineStatus === 'FAIL'" style="text-align:right">
                 <el-button size="mini" type="danger" plain @click="enginMaterialCancelFun(item)">取消申请</el-button>