review:【pay 支付】相关代码
parent
41583c5e41
commit
40566f8e4a
|
@ -80,6 +80,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||
}
|
||||
|
||||
/** 搜索表单配置 */
|
||||
// TODO @xingyu:缺了 placeholder
|
||||
export function useGridFormSchema(): VbenFormSchema[] {
|
||||
return [
|
||||
{
|
||||
|
|
|
@ -180,6 +180,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||
/>
|
||||
</template>
|
||||
<template #alipayAppConfig="{ row }">
|
||||
<!-- TODO @xingyu:channelCodes 爆红 -->
|
||||
<TableAction
|
||||
:actions="[
|
||||
{
|
||||
|
|
|
@ -63,6 +63,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||
];
|
||||
}
|
||||
|
||||
// TODO @xingyu:缺少 placeholder
|
||||
/** 列表的字段 */
|
||||
export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
return [
|
||||
|
|
|
@ -5,6 +5,7 @@ import type { VbenFormSchema } from '#/adapter/form';
|
|||
import { DICT_TYPE, getDictOptions, getRangePickerDefaultProps } from '#/utils';
|
||||
|
||||
/** 列表的搜索表单 */
|
||||
// TODO @xingyu:少了 placeholder
|
||||
export function useGridFormSchema(): VbenFormSchema[] {
|
||||
return [
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@ const [Modal, modalApi] = useVbenModal({
|
|||
</script>
|
||||
<template>
|
||||
<Modal
|
||||
title="消息详情"
|
||||
title="钱包交易记录"
|
||||
class="w-2/5"
|
||||
:show-cancel-button="false"
|
||||
:show-confirm-button="false"
|
||||
|
|
|
@ -47,6 +47,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||
}
|
||||
|
||||
/** 列表的搜索表单 */
|
||||
// TODO @xingyu:少了 placeholder
|
||||
export function useGridFormSchema(): VbenFormSchema[] {
|
||||
return [
|
||||
{
|
||||
|
|
|
@ -178,6 +178,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||
/>
|
||||
</template>
|
||||
<template #alipayAppConfig="{ row }">
|
||||
<!-- TODO @xingyu:channelCodes 爆红 -->
|
||||
<TableAction
|
||||
:actions="[
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@ import { getAppList } from '#/api/pay/app';
|
|||
import { DICT_TYPE, getDictOptions, getRangePickerDefaultProps } from '#/utils';
|
||||
|
||||
/** 列表的搜索表单 */
|
||||
// TODO @霖:缺少 placeholder
|
||||
export function useGridFormSchema(): VbenFormSchema[] {
|
||||
return [
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@ import type { VbenFormSchema } from '#/adapter/form';
|
|||
import { DICT_TYPE, getDictOptions, getRangePickerDefaultProps } from '#/utils';
|
||||
|
||||
/** 列表的搜索表单 */
|
||||
// TODO @霖:少了 placeholder
|
||||
export function useGridFormSchema(): VbenFormSchema[] {
|
||||
return [
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@ const [Modal, modalApi] = useVbenModal({
|
|||
</script>
|
||||
<template>
|
||||
<Modal
|
||||
title="消息详情"
|
||||
title="钱包交易记录"
|
||||
class="w-2/5"
|
||||
:show-cancel-button="false"
|
||||
:show-confirm-button="false"
|
||||
|
|
|
@ -56,6 +56,6 @@ const [Grid] = useVbenVxeGrid({
|
|||
|
||||
<template>
|
||||
<Page auto-content-height>
|
||||
<Grid table-title="钱包交易记录" />
|
||||
<Grid />
|
||||
</Page>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue