Browse Source

Merge branch 'online' of http://git.dayaedu.com/molingzhide/dy-admin-manager into online

lex-xin 4 năm trước cách đây
mục cha
commit
8136fdf73d

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-0415442d.827edc17.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-0415442d.983b2ccf.js


+ 3 - 3
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>
@@ -282,8 +282,8 @@ export default {
     },
     searchOrderDate (value) {
       if (value) {
-        this.searchForm.startTime = value[0] + ' 00:00:00'
-        this.searchForm.endTime = value[1] + ' 23:59:59'
+        this.searchForm.startTime = value[0]
+        this.searchForm.endTime = value[1]
       } else {
         this.searchForm.startTime = null
         this.searchForm.endTime = null

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác