Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
12d140cc
Commit
12d140cc
authored
Aug 24, 2021
by
季圣华
Browse files
给租户增加字段
parent
e95a687e
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/TenantList.vue
View file @
12d140cc
...
...
@@ -100,11 +100,11 @@
},
{
title
:
'
登录名称
'
,
dataIndex
:
'
loginName
'
,
width
:
100
,
align
:
"
center
"
},
{
title
:
'
用户数量限制
'
,
dataIndex
:
'
userNumLimit
'
,
width
:
100
,
align
:
"
center
"
},
{
title
:
'
单据数量限制
'
,
dataIndex
:
'
billsNumLimit
'
,
width
:
100
,
align
:
"
center
"
},
{
title
:
'
状态
'
,
dataIndex
:
'
enabled
'
,
width
:
70
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderFlag
'
}
},
{
title
:
'
创建时间
'
,
dataIndex
:
'
createTimeStr
'
,
width
:
100
,
align
:
"
center
"
},
{
title
:
'
到期时间
'
,
dataIndex
:
'
expireTimeStr
'
,
width
:
100
,
align
:
"
center
"
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
...
...
jshERP-web/src/views/system/modules/TenantModal.vue
View file @
12d140cc
...
...
@@ -18,9 +18,6 @@
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"用户数量限制"
>
<a-input-number
style=
"width:50%"
placeholder=
"请输入用户数量限制"
v-decorator.trim=
"[ 'userNumLimit' ]"
/>
</a-form-item>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"单据数量限制"
>
<a-input-number
style=
"width:50%"
placeholder=
"请输入单据数量限制"
v-decorator.trim=
"[ 'billsNumLimit' ]"
/>
</a-form-item>
</a-form>
</a-spin>
</a-modal>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment