wolyshaw 4 년 전
부모
커밋
c9471fe8cf

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


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


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


+ 1 - 1
src/views/businessManager/orderManager/payRecord.vue

@@ -91,7 +91,7 @@
             <template slot-scope="scope">
               <el-popconfirm
                 title="确定删除该条数据吗?"
-                :onConfirm="() => removeRecord(scope.row.id)"
+                @onConfirm="() => removeRecord(scope.row.id)"
               >
                 <el-button type="text" slot="reference">删除</el-button>
               </el-popconfirm>

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