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
3e99b4c1
Commit
3e99b4c1
authored
Nov 09, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mes123.com:zhouyx/mes-ui
parents
da089700
d58fef4f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1564 additions
and
524 deletions
+1564
-524
EditGrid.vue
components/page/treeGrid/EditGrid.vue
+2
-7
dataGrid.vue
components/page/treeGrid/dataGrid.vue
+998
-0
zh-CN.js
i18n/locale/zh-CN.js
+2
-0
excute.vue
pages/aps/aps/components/excute.vue
+562
-517
No files found.
components/page/treeGrid/EditGrid.vue
View file @
3e99b4c1
<
template
>
<div
class=
"table-content"
>
<div
class=
"table-content
1
"
>
<div
class=
"table-tools"
>
<div
class=
"table-search"
>
<slot
name=
"easySearch"
></slot>
...
...
@@ -46,11 +46,6 @@
</th>
</tr>
</thead>
</table>
</div>
<div
class=
"table-body"
>
<table>
<tbody>
<tr
v-for=
"(item, index) in trs"
...
...
@@ -784,7 +779,7 @@ export default {
@table_line_height: 50px;
@table_hover: #f2f8fe;
@table_border: #accef7;
.table-content {
.table-content
1
{
position: relative;
height: 100%;
display: flex;
...
...
components/page/treeGrid/dataGrid.vue
0 → 100644
View file @
3e99b4c1
This diff is collapsed.
Click to expand it.
i18n/locale/zh-CN.js
View file @
3e99b4c1
...
...
@@ -1137,6 +1137,8 @@ export default {
multipleEquip
:
"是否多台安排设备"
,
// 否 是
multipleEquipIds
:
"设备id"
,
//用英文逗号分隔
discrete
:
'离散值'
,
routingHeaderCode
:
'工艺编号'
,
routingHeaderName
:
'工艺名称'
,
},
routing_header
:
{
id
:
''
,
...
...
pages/aps/aps/components/excute.vue
View file @
3e99b4c1
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