chenjj 3 kuukautta sitten
vanhempi
commit
c61120adee

+ 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,
         },
 
         {