wolyshaw 4 년 전
부모
커밋
317ee092f8

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-0d5d651a.f1e56b9d.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-0d5d651a.f54ad24d.js


+ 2 - 2
src/views/businessManager/shopManager/purchase-llist.vue

@@ -8,7 +8,7 @@
         v-permission="'goods/addGoodsProcurement'"
         type="primary"
         @click="editVisible = true"
-      >创建</el-button>
+      >新增</el-button>
       <el-form
          inline
          class="searchForm"
@@ -124,7 +124,7 @@
       </div>
     </div>
     <el-dialog
-      title="新增"
+      title="新增进货清单"
       width="500px"
       :visible.sync="editVisible"
       @close="editVisible = false"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.