Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ems3.3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
ems3.3
Commits
91aecefd
Commit
91aecefd
authored
Dec 29, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adser
parent
ee4ea158
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
columns.js
src/pages/device/account/columns.js
+0
-10
columns.js
src/pages/setting/users/columns.js
+0
-4
No files found.
src/pages/device/account/columns.js
View file @
91aecefd
...
...
@@ -30,14 +30,9 @@ function getcolumns(setdrawer) {
{
width
:
120
,
title
:
'设备类型'
,
dataIndex
:
'equipmentTypeName'
,
key
:
'equipmentTypeId'
,
valueType
:
'treeSelect'
,
fieldProps
:
{
placeholder
:
'请选择'
,
showSearch
:
true
,
},
options
:
{
path
:
'/asset/equipmentType/queryTreeList'
,
params
:
{}
},
formItemProps
:
{
rules
:
[{
required
:
true
,
message
:
'此项为必填项'
}]
},
},
...
...
@@ -72,13 +67,8 @@ function getcolumns(setdrawer) {
{
title
:
'部门名称'
,
width
:
120
,
valueType
:
'treeSelect'
,
dataIndex
:
'departmentName'
,
fieldProps
:
{
placeholder
:
'请选择'
,
showSearch
:
true
,
},
key
:
'departmentId'
,
options
:
{
path
:
'/auth/sysDepartment/query/children/tree'
,
...
...
src/pages/setting/users/columns.js
View file @
91aecefd
...
...
@@ -162,10 +162,6 @@ function getcolumns(setDrawer, ifs, formRef) {
width
:
120
,
valueType
:
'treeSelect'
,
dataIndex
:
'departmentName'
,
fieldProps
:
{
placeholder
:
'请选择'
,
showSearch
:
true
,
},
formItemProps
:
{
rules
:
[{
required
:
true
,
message
:
'此项为必填项'
}]
},
key
:
'departmentId'
,
options
:
{
...
...
Write
Preview
Markdown
is supported
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