Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
bcc0ae07
Commit
bcc0ae07
authored
Apr 01, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
order
parent
41e88add
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
141 additions
and
119 deletions
+141
-119
customTable.vue
components/customTable/customTable.vue
+15
-0
createOrder.vue
components/orderOperator/createOrder.vue
+126
-119
No files found.
components/customTable/customTable.vue
View file @
bcc0ae07
...
...
@@ -290,6 +290,21 @@ export default {
title
:
'紧急程度'
,
key
:
'urgencyLevel'
,
width
:
100
,
filters
:
this
.
getArry
(
this
.
$store
.
getters
.
dictionaryByKey
(
'plan.order.urgencyLevel'
)
),
filterMethod
(
value
,
row
)
{
return
row
.
urgencyLevel
.
indexOf
(
value
)
>
-
1
},
render
:
(
h
,
params
)
=>
{
return
h
(
'state'
,
{
props
:
{
code
:
'plan.order.urgencyLevel'
,
type
:
'text'
,
value
:
params
.
row
.
urgencyLevel
+
''
}
})
}
},
// {
// title: '任务类型',
...
...
components/orderOperator/createOrder.vue
View file @
bcc0ae07
This diff is collapsed.
Click to expand it.
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