From 9f03850e058066a7c7bb3a3320c5010bb9d162d2 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 09 十二月 2024 13:48:49 +0800
Subject: [PATCH] 大理片笼表格更改,新增调度开关,钢化调整版图大小
---
UI-Project/src/views/hollow/hollowequipment.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index e5a67e0..2e28062 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -51,7 +51,7 @@
<el-table-column prop="width" :label="$t('hellow.width')" align="center"/>
<el-table-column prop="state" :label="$t('hellow.state')" align="center"/>
</el-table>
- <div style="display: flex;margin-left: 500px;margin-top: 10px;">
+ <div style="display: flex;margin-left: 40%;margin-top: 10px;">
<!-- <div style="float: center;"> -->
<div style="margin-top: 5px;margin-right: 5px;">绾胯矾</div>
<el-pagination
@@ -171,6 +171,7 @@
</div>
</template>
</el-dialog>
+ <!-- 缂虹墖璇︽儏 -->
<el-dialog v-model="dialogFormVisibleb" top="7vh" width="70%" height="500">
<div style="margin-top: -20px;text-align: center;margin-left: 400px;">
<el-form-item :label="$t('hellow.cardnumbera')" style="width: 14vw">
@@ -298,6 +299,7 @@
dialogFormVisiblea.value = true;
fetchFlowCardId();
};
+// 缂虹墖璇︽儏
const handleBindRack = (row) => {
const { projectNumber, layer } = row;
currentRow.projectNumber = row.projectNumber;
--
Gitblit v1.8.0