| | |
| | | @change="getList()" |
| | | ></FieldDatePicker> |
| | | </QueryFilterItem> |
| | | <QueryFilterItem tip-content="最近发放日期"> |
| | | <QueryFilterItem tip-content="最近拨付日期"> |
| | | <FieldDatePicker |
| | | v-model="extraParamState.lastPayTime" |
| | | type="daterange" |
| | | range-separator="~" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | | clearable |
| | | @change="getList()" |
| | | ></FieldDatePicker> |
| | | </QueryFilterItem> |
| | | <QueryFilterItem tip-content="最近充值日期"> |
| | | <FieldDatePicker |
| | | v-model="extraParamState.lastPayTime" |
| | | type="daterange" |
| | |
| | | id: '1', |
| | | enCode: 'enterpriseName', |
| | | name: '企业名', |
| | | width: 250, |
| | | }, |
| | | { |
| | | id: '2', |
| | | enCode: 'societyCreditCode', |
| | | name: '统一社会信用代码', |
| | | width: 200, |
| | | }, |
| | | { |
| | | id: '3', |
| | | enCode: 'enterpriseType', |
| | | name: '企业类型', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '4', |
| | | enCode: 'industrialParkName', |
| | | name: '所属园区', |
| | | width: 200, |
| | | }, |
| | | { |
| | | id: '5', |
| | | enCode: 'parkTypName', |
| | | name: '园区类型', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '6', |
| | | enCode: 'applyCount', |
| | | name: '奖励金申报次数', |
| | | name: '申报次数', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '7', |
| | | enCode: 'lastApplyTime', |
| | | name: '最近申报日期', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '8', |
| | | enCode: 'payCount', |
| | | name: '奖励金发放次数', |
| | | enCode: 'financeCount', |
| | | name: '财政拨付次数', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '9', |
| | | enCode: 'lastPayTime', |
| | | name: '最近发放日期', |
| | | enCode: 'lastFinanceTime', |
| | | name: '最近拨付日期', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '10', |
| | | enCode: 'bountyAmount', |
| | | name: '奖励金发放总额', |
| | | enCode: 'financeSumAmount', |
| | | name: '拨付总额', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '11', |
| | | enCode: 'settleCount', |
| | | name: '平台充值次数', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '12', |
| | | enCode: 'lastSettleTime', |
| | | name: '最近充值日期', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '13', |
| | | enCode: 'settleSumAmount', |
| | | name: '充值总额', |
| | | width: 150, |
| | | }, |
| | | { |
| | | id: '14', |
| | | enCode: 'bountyAmount', |
| | | name: '奖励金余额', |
| | | name: '平台充值余额', |
| | | width: 150, |
| | | }, |
| | | ]; |
| | | |
| | |
| | | }, |
| | | columnsRenderProps: { |
| | | lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | lastFinanceTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | financeSumAmount: { type: 'money' }, |
| | | lastSettleTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | settleSumAmount: { type: 'money' }, |
| | | bountyAmount: { type: 'money' }, |
| | | enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText }, |
| | | }, |