Przeglądaj źródła

装箱单按钮名称修改

jbb 2 lat temu
rodzic
commit
dc8a9879e7

+ 1 - 1
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

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