Commit 3e99b4c1 authored by renjintao's avatar renjintao

Merge branch 'master' of git.mes123.com:zhouyx/mes-ui

parents da089700 d58fef4f
<template> <template>
<div class="table-content"> <div class="table-content1">
<div class="table-tools"> <div class="table-tools">
<div class="table-search"> <div class="table-search">
<slot name="easySearch"></slot> <slot name="easySearch"></slot>
...@@ -46,11 +46,6 @@ ...@@ -46,11 +46,6 @@
</th> </th>
</tr> </tr>
</thead> </thead>
</table>
</div>
<div class="table-body">
<table>
<tbody> <tbody>
<tr <tr
v-for="(item, index) in trs" v-for="(item, index) in trs"
...@@ -784,7 +779,7 @@ export default { ...@@ -784,7 +779,7 @@ export default {
@table_line_height: 50px; @table_line_height: 50px;
@table_hover: #f2f8fe; @table_hover: #f2f8fe;
@table_border: #accef7; @table_border: #accef7;
.table-content { .table-content1 {
position: relative; position: relative;
height: 100%; height: 100%;
display: flex; display: flex;
......
This diff is collapsed.
...@@ -1137,6 +1137,8 @@ export default { ...@@ -1137,6 +1137,8 @@ export default {
multipleEquip: "是否多台安排设备", // 否 是 multipleEquip: "是否多台安排设备", // 否 是
multipleEquipIds: "设备id", //用英文逗号分隔 multipleEquipIds: "设备id", //用英文逗号分隔
discrete: '离散值', discrete: '离散值',
routingHeaderCode:'工艺编号',
routingHeaderName:'工艺名称',
}, },
routing_header: { routing_header: {
id: '', id: '',
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment