소스 검색

装箱单按钮名称修改

jbb 2 년 전
부모
커밋
dc8a9879e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

+ 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>