wolyshaw 4 年之前
父節點
當前提交
c9471fe8cf

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0415442d.5a7ca029.js


File diff suppressed because it is too large
+ 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">
             <template slot-scope="scope">
               <el-popconfirm
               <el-popconfirm
                 title="确定删除该条数据吗?"
                 title="确定删除该条数据吗?"
-                :onConfirm="() => removeRecord(scope.row.id)"
+                @onConfirm="() => removeRecord(scope.row.id)"
               >
               >
                 <el-button type="text" slot="reference">删除</el-button>
                 <el-button type="text" slot="reference">删除</el-button>
               </el-popconfirm>
               </el-popconfirm>

Some files were not shown because too many files changed in this diff