|
|
|
@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils'; |
|
|
|
//列表数据
|
|
|
|
export const columns: BasicColumn[] = [ |
|
|
|
{ |
|
|
|
title: '用户id', |
|
|
|
title: '用户', |
|
|
|
align:"center", |
|
|
|
dataIndex: 'userId_dictText' |
|
|
|
}, |
|
|
|
@ -55,7 +55,7 @@ export const searchFormSchema: FormSchema[] = [ |
|
|
|
//表单数据
|
|
|
|
export const formSchema: FormSchema[] = [ |
|
|
|
{ |
|
|
|
label: '用户id', |
|
|
|
label: '用户', |
|
|
|
field: 'userId', |
|
|
|
component: 'JSearchSelect', |
|
|
|
componentProps:{ |
|
|
|
@ -124,7 +124,7 @@ export const formSchema: FormSchema[] = [ |
|
|
|
|
|
|
|
// 高级查询数据
|
|
|
|
export const superQuerySchema = { |
|
|
|
userId: {title: '用户id',order: 0,view: 'sel_search', type: 'string',dictTable: "applet_user", dictCode: 'id', dictText: 'name',}, |
|
|
|
userId: {title: '用户',order: 0,view: 'sel_search', type: 'string',dictTable: "applet_user", dictCode: 'id', dictText: 'name',}, |
|
|
|
name: {title: '申请人',order: 1,view: 'text', type: 'string',}, |
|
|
|
money: {title: '提现金额',order: 2,view: 'number', type: 'number',}, |
|
|
|
method: {title: '提现方式',order: 3,view: 'list', type: 'string',dictCode: 'applett_translate_type',}, |
|
|
|
|