浏览代码

提现列表

chenjj 3 月之前
父节点
当前提交
c61120adee
共有 2 个文件被更改,包括 6 次插入5 次删除
  1. 4 5
      src/views/finance/withdrawal/useData.js
  2. 2 0
      src/views/staff/volunteer/manage/index.vue

+ 4 - 5
src/views/finance/withdrawal/useData.js

@@ -225,10 +225,10 @@ export default ({ proxy, jlzj_area_type }) => {
                 title: '支付宝提现审核',
                 name: '1'
             },
-            // {
-            //     title: '审核驳回',
-            //     name: '3'
-            // },
+            {
+                title: '审核驳回',
+                name: '3'
+            },
             {
                 title: '支付宝提现申请单',
                 name: '2'
@@ -281,7 +281,6 @@ export default ({ proxy, jlzj_area_type }) => {
                 prop: 'appStatus',
                 type: 'dict',
                 dict: volunteer_app_status,
-                isSearch: true,
             }
         ]),
         paymentColumn: ref([

+ 2 - 0
src/views/staff/volunteer/manage/index.vue

@@ -33,6 +33,8 @@ const listPageData = reactive({
         {
             label: '姓名',
             prop: 'name',
+            type: 'input',
+            isSearch: true,
         },
 
         {