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
fe9dd3d9
Commit
fe9dd3d9
authored
Dec 29, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
91aecefd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
columns.js
src/pages/device/account/columns.js
+0
-1
columns.js
src/pages/setting/users/columns.js
+4
-0
No files found.
src/pages/device/account/columns.js
View file @
fe9dd3d9
...
...
@@ -86,7 +86,6 @@ function getcolumns(setdrawer) {
placeholder
:
'请选择'
,
showSearch
:
true
,
},
valueType
:
'select'
,
options
:
{
path
:
'/auth/sysFactory/getAllFactorySelection'
,
params
:
{}
},
formItemProps
:
{
rules
:
[{
required
:
true
,
message
:
'此项为必填项'
}]
},
...
...
src/pages/setting/users/columns.js
View file @
fe9dd3d9
...
...
@@ -189,6 +189,8 @@ function getcolumns(setDrawer, ifs, formRef) {
},
width
:
120
,
valueType
:
'select'
,
searchKey
:
'factoryNames'
,
searchValueType
:
'input'
,
options
:
{
path
:
'/auth/sysFactory/getAllFactorySelection'
,
params
:
{}
},
},
{
...
...
@@ -199,6 +201,8 @@ function getcolumns(setDrawer, ifs, formRef) {
showSearch
:
true
,
mode
:
'multiple'
,
},
searchKey
:
'shopNames'
,
searchValueType
:
'input'
,
width
:
120
,
valueType
:
'select'
,
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