@@ -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([
@@ -33,6 +33,8 @@ const listPageData = reactive({
label: '姓名',
prop: 'name',
+ type: 'input',
+ isSearch: true,