guhongwei 4 years ago
parent
commit
d15d276f9c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/adminCenter/order/list.vue

+ 4 - 4
src/views/adminCenter/order/list.vue

@@ -65,10 +65,10 @@ export default {
         },
       ],
       fields: [
-        { label: '订单号', prop: 'no' },
-        { label: '订单名称', prop: 'name' },
+        { label: '订单号', prop: 'no', filter: 'input' },
+        { label: '订单名称', prop: 'name', filter: 'input' },
         { label: '服务类型', prop: 'policy_user_type' },
-        { label: '所属单位', prop: 'mechanism_person' },
+        { label: '所属单位', prop: 'mechanism_person', filter: 'input' },
         { label: '购买单位', prop: 'user_name' },
         { label: '订单总金额', prop: 'money' },
         { label: '创新券抵扣金额', prop: 'allowance' },
@@ -127,7 +127,7 @@ export default {
           message: '订单确认成功',
           type: 'success',
         });
-        this.back();
+        this.search();
       }
     },
     // 取消订单