jbb 2 лет назад
Родитель
Сommit
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>