230320a303 1 년 전
부모
커밋
1fba2017e7

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


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


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


+ 1 - 4
src/views/user/appScore.vue

@@ -1,9 +1,6 @@
 <template>
   <div class="app-container">
-    <search-form
-      :list-loading="listLoading"
-      @change="searchHandle"
-    />
+
     <table-list
       :list-loading="listLoading"
       :data="tableData2"

+ 1 - 1
src/views/user/components/popup/AppScoreDtl.vue

@@ -5,7 +5,7 @@
       :show-close="false"
       :close-on-click-modal="false"
       :visible.sync="isShow"
-      :title="`明细列表`"
+      :title="`${curObj.sale_name}-明细列表`"
       :fullscreen="false"
       width="600px"
       custom-class="xl-dialog"

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