修整优惠券页面,添加发放功能及权限控制 & 用户添加查看优惠券发放详情 & 添加切换线上环境页面显示功能
This commit is contained in:
@@ -142,7 +142,7 @@ export default function BalancePage() {
|
||||
</Field>
|
||||
)}
|
||||
/>
|
||||
|
||||
|
||||
<Button type="submit">搜索</Button>
|
||||
<Button
|
||||
type="button"
|
||||
@@ -155,7 +155,7 @@ export default function BalancePage() {
|
||||
>
|
||||
重置
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<Suspense>
|
||||
@@ -167,7 +167,7 @@ export default function BalancePage() {
|
||||
accessorFn: row => row.user?.phone || "",
|
||||
},
|
||||
{
|
||||
header: "账单号",
|
||||
header: "账单编号",
|
||||
accessorFn: row => row.bill?.bill_no || "",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user