Parcourir la source

装箱单面料新增页面提交按钮改为保存

jbb il y a 2 ans
Parent
commit
dddb7e9d63

+ 1 - 1
src/views/packing-list/packinglist-fabrics/addFabricDrawer.vue

@@ -295,7 +295,7 @@
           <a-button :style="{ marginRight: '8px' }">取消</a-button>
         </a-popconfirm>
         <a-button type="primary" @click="submitAdd">
-          提交
+         保存
         </a-button>
       </div>
     </a-drawer>