Browse Source

no message

aXin-0810 1 month ago
parent
commit
3cc2b29ffe
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/packageWorkorder/pages/infoCollect/list.vue

+ 3 - 2
src/packageWorkorder/pages/infoCollect/list.vue

@@ -39,13 +39,14 @@
 
 
       <template slot="footer">
       <template slot="footer">
         <view class="footer-btn-group">
         <view class="footer-btn-group">
-          <u-button
+          <!-- <u-button
             text="提交全部采集"
             text="提交全部采集"
             type="primary"
             type="primary"
             size="large"
             size="large"
             @click="submitData"
             @click="submitData"
             :disabled="isCollected"
             :disabled="isCollected"
-          ></u-button>
+          ></u-button> -->
+          <u-button text="提交全部采集" type="primary" size="large" @click="submitData"></u-button>
         </view>
         </view>
       </template>
       </template>
     </zj-page-layout>
     </zj-page-layout>