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
53462862
Commit
53462862
authored
Jan 17, 2023
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
fc3688a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
.gitignore
.gitignore
+1
-0
columns.js
src/pages/check/plan/columns.js
+1
-0
columns.js
src/pages/check/task/columns.js
+8
-4
No files found.
.gitignore
View file @
53462862
...
...
@@ -8,6 +8,7 @@ _roadhog-api-doc
#
production
/
dist
/
static
#
misc
.
DS_Store
...
...
src/pages/check/plan/columns.js
View file @
53462862
...
...
@@ -248,6 +248,7 @@ function getcolumns(setdrawer) {
path
:
'/asset/equipment/list/user/shop'
,
columns
,
hideInDescriptions
:
true
,
rowName
:
"equipmentNo"
},
],
pathconfig
:
{
...
...
src/pages/check/task/columns.js
View file @
53462862
...
...
@@ -219,6 +219,7 @@ function getcolumns(setdrawer) {
dataIndex
:
'checkStartTime'
,
key
:
'checkStartTime'
,
hideInForm
:
true
,
hideInSearch
:
true
,
},
{
title
:
'点检人员'
,
...
...
@@ -232,8 +233,9 @@ function getcolumns(setdrawer) {
params
:
{},
},
fieldProps
:
{
dropdownMatchSelectWidth
:
100
}
placeholder
:
'请选择'
,
showSearch
:
true
,
},
},
{
title
:
'状态'
,
...
...
@@ -370,6 +372,7 @@ function getcolumns(setdrawer) {
dataIndex
:
'checkStartTime'
,
key
:
'checkStartTime'
,
hideInForm
:
true
,
hideInSearch
:
true
,
},
{
title
:
'关单时间'
,
...
...
@@ -392,8 +395,9 @@ function getcolumns(setdrawer) {
params
:
{},
},
fieldProps
:
{
dropdownMatchSelectWidth
:
100
}
placeholder
:
'请选择'
,
showSearch
:
true
,
},
},
{
title
:
'状态'
,
...
...
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