review:【mall 商城】trade 相关代码
This commit is contained in:
@@ -50,6 +50,7 @@ function useFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'sourceUserLevel',
|
||||
label: '用户类型',
|
||||
component: 'RadioGroup',
|
||||
// TODO @xingyu:这里会折行
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '全部', value: 0 },
|
||||
|
||||
@@ -102,6 +102,7 @@ async function handleGetUser(id: any, userType: string) {
|
||||
|
||||
<template>
|
||||
<Modal title="创建分销员" class="w-2/5">
|
||||
<!-- TODO @霖:宽度不够,label 会折行 -->
|
||||
<div class="mr-2 flex items-center">
|
||||
分销员编号:
|
||||
<InputSearch
|
||||
|
||||
@@ -42,6 +42,7 @@ function useFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'level',
|
||||
label: '用户类型',
|
||||
component: 'RadioGroup',
|
||||
// TODO @xingyu:这里会折行
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '全部', value: undefined },
|
||||
|
||||
Reference in New Issue
Block a user