mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-10 20:57:10 +08:00
fix(system/client): 修复客户端添加表单布局
This commit is contained in:
@@ -83,6 +83,7 @@ const columns: ColumnItem[] = reactive([
|
|||||||
field: 'authType',
|
field: 'authType',
|
||||||
type: 'select',
|
type: 'select',
|
||||||
required: true,
|
required: true,
|
||||||
|
span: 12,
|
||||||
props: {
|
props: {
|
||||||
options: auth_type_enum,
|
options: auth_type_enum,
|
||||||
multiple: true,
|
multiple: true,
|
||||||
@@ -93,6 +94,7 @@ const columns: ColumnItem[] = reactive([
|
|||||||
label: '终端类型',
|
label: '终端类型',
|
||||||
field: 'clientType',
|
field: 'clientType',
|
||||||
type: 'select',
|
type: 'select',
|
||||||
|
span: 12,
|
||||||
props: {
|
props: {
|
||||||
options: client_type,
|
options: client_type,
|
||||||
},
|
},
|
||||||
@@ -106,6 +108,7 @@ const columns: ColumnItem[] = reactive([
|
|||||||
),
|
),
|
||||||
field: 'activeTimeout',
|
field: 'activeTimeout',
|
||||||
type: 'input-number',
|
type: 'input-number',
|
||||||
|
span: 12,
|
||||||
slots: {
|
slots: {
|
||||||
append: () => (
|
append: () => (
|
||||||
<span style={{ width: '30px', textAlign: 'center' }}>秒</span>
|
<span style={{ width: '30px', textAlign: 'center' }}>秒</span>
|
||||||
@@ -125,6 +128,7 @@ const columns: ColumnItem[] = reactive([
|
|||||||
),
|
),
|
||||||
field: 'timeout',
|
field: 'timeout',
|
||||||
type: 'input-number',
|
type: 'input-number',
|
||||||
|
span: 12,
|
||||||
slots: {
|
slots: {
|
||||||
append: () => (
|
append: () => (
|
||||||
<span style={{ width: '30px', textAlign: 'center' }}>秒</span>
|
<span style={{ width: '30px', textAlign: 'center' }}>秒</span>
|
||||||
@@ -140,6 +144,7 @@ const columns: ColumnItem[] = reactive([
|
|||||||
field: 'status',
|
field: 'status',
|
||||||
type: 'radio-group',
|
type: 'radio-group',
|
||||||
required: true,
|
required: true,
|
||||||
|
span: 24,
|
||||||
props: {
|
props: {
|
||||||
type: 'button',
|
type: 'button',
|
||||||
options: DisEnableStatusList,
|
options: DisEnableStatusList,
|
||||||
|
Reference in New Issue
Block a user