Browse Source

no message

aXin-0810 1 tháng trước cách đây
mục cha
commit
3cc2b29ffe
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/packageWorkorder/pages/infoCollect/list.vue

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

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