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
a1df1b18
Commit
a1df1b18
authored
May 07, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sortby
parent
d370f4b1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
30 deletions
+37
-30
dataGrid.vue
components/page/dataGrid.vue
+4
-1
index.vue
pages/technology/details/index.vue
+1
-1
index.vue
pages/technology/details/routingqccard/index.vue
+5
-3
index.vue
pages/technology/details/routingsupporting/index.vue
+2
-1
index.vue
pages/technology/index.vue
+25
-24
No files found.
components/page/dataGrid.vue
View file @
a1df1b18
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
@
on-drag-drop=
"onDragDrop"
@
on-drag-drop=
"onDragDrop"
@
on-selection-change=
"selectionChange"
@
on-selection-change=
"selectionChange"
@
on-select=
"onSelect"
@
on-select=
"onSelect"
@
on-sort-change=
"sortChange"
:loading=
"loading"
:loading=
"loading"
></Table>
></Table>
<div
class=
"table-footer"
ref=
"footer"
>
<div
class=
"table-footer"
ref=
"footer"
>
...
@@ -130,7 +131,9 @@ export default {
...
@@ -130,7 +131,9 @@ export default {
search
:
{
search
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
20
,
pageSize
:
20
,
conditions
:
[]
conditions
:
[],
sortBy
:
null
,
isDesc
:
true
,
},
},
pageSizeOpts
:
[
20
,
50
,
100
],
pageSizeOpts
:
[
20
,
50
,
100
],
tableHeight
:
0
,
tableHeight
:
0
,
...
...
pages/technology/details/index.vue
View file @
a1df1b18
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
});
});
}
}
},
},
{
key
:
"taskSeq"
,
title
:
this
.
l
(
"taskSeq"
),
align
:
"left"
,
width
:
80
},
{
key
:
"taskSeq"
,
title
:
this
.
l
(
"taskSeq"
),
align
:
"left"
,
width
:
100
,
sortable
:
true
},
{
{
key
:
"name"
,
key
:
"name"
,
title
:
this
.
l
(
"name"
),
title
:
this
.
l
(
"name"
),
...
...
pages/technology/details/routingqccard/index.vue
View file @
a1df1b18
...
@@ -49,8 +49,9 @@ export default {
...
@@ -49,8 +49,9 @@ export default {
"checkParams,standard"
,
"checkParams,standard"
,
value
:
null
value
:
null
},
},
routingHeaderId
:
{
op
:
"Equal"
,
value
:
-
1
}
routingHeaderId
:
{
op
:
"Equal"
,
value
:
-
1
}
,
},
},
sortType
:
'normal'
,
modal
:
false
,
modal
:
false
,
title
:
"新增"
,
title
:
"新增"
,
detail
:
null
,
detail
:
null
,
...
@@ -78,7 +79,8 @@ export default {
...
@@ -78,7 +79,8 @@ export default {
title
:
this
.
l
(
"routingDetailNo"
),
title
:
this
.
l
(
"routingDetailNo"
),
align
:
"left"
,
align
:
"left"
,
high
:
true
,
high
:
true
,
width
:
80
width
:
100
,
sortable
:
true
},
},
{
{
key
:
"routingDetailName"
,
key
:
"routingDetailName"
,
...
@@ -357,7 +359,7 @@ export default {
...
@@ -357,7 +359,7 @@ export default {
l
(
key
)
{
l
(
key
)
{
let
vkey
=
"routing_qc_card"
+
"."
+
key
;
let
vkey
=
"routing_qc_card"
+
"."
+
key
;
return
this
.
$t
(
vkey
)
||
key
;
return
this
.
$t
(
vkey
)
||
key
;
}
}
,
}
}
};
};
</
script
>
</
script
>
...
...
pages/technology/details/routingsupporting/index.vue
View file @
a1df1b18
...
@@ -78,7 +78,8 @@ export default {
...
@@ -78,7 +78,8 @@ export default {
title
:
this
.
l
(
"routingDetailNo"
),
title
:
this
.
l
(
"routingDetailNo"
),
align
:
"left"
,
align
:
"left"
,
high
:
true
,
high
:
true
,
width
:
80
width
:
100
,
sortable
:
true
},
},
{
{
key
:
"routingDetailName"
,
key
:
"routingDetailName"
,
...
...
pages/technology/index.vue
View file @
a1df1b18
...
@@ -121,30 +121,7 @@ export default {
...
@@ -121,30 +121,7 @@ export default {
uId
:
""
,
uId
:
""
,
columns
:
[
columns
:
[
{
key
:
"id"
,
title
:
this
.
$t
(
"id"
),
hide
:
true
,
align
:
"left"
},
{
key
:
"id"
,
title
:
this
.
$t
(
"id"
),
hide
:
true
,
align
:
"left"
},
{
key
:
"creationTime"
,
title
:
this
.
$t
(
"creationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"creatorUserId"
,
title
:
this
.
$t
(
"creatorUserId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModificationTime"
,
title
:
this
.
$t
(
"lastModificationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModifierUserId"
,
title
:
this
.
$t
(
"lastModifierUserId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"classId"
,
title
:
this
.
l
(
"classId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"classId"
,
title
:
this
.
l
(
"classId"
),
align
:
"left"
,
hide
:
true
},
{
{
key
:
"unicode"
,
key
:
"unicode"
,
...
@@ -244,6 +221,30 @@ export default {
...
@@ -244,6 +221,30 @@ export default {
width
:
140
,
width
:
140
,
high
:
true
,
high
:
true
,
code
:
"Process.Status"
code
:
"Process.Status"
},
{
key
:
"creationTime"
,
title
:
this
.
$t
(
"creationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"creatorUserId"
,
title
:
this
.
$t
(
"creatorUserId"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModificationTime"
,
title
:
this
.
$t
(
"lastModificationTime"
),
align
:
"left"
,
hide
:
true
},
{
key
:
"lastModifierUserId"
,
title
:
this
.
$t
(
"lastModifierUserId"
),
align
:
"left"
,
hide
:
true
},
},
{
{
title
:
"操作"
,
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