From ed1fd75b5df2231be1c2d3f643ce75ee29313cfd Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 09 十二月 2024 14:03:53 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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 2e26b93..077c72a 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -56,7 +56,7 @@
</template>
</el-table-column>
</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
@@ -176,6 +176,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">
@@ -303,6 +304,7 @@
dialogFormVisiblea.value = true;
fetchFlowCardId();
};
+// 缂虹墖璇︽儏
const handleBindRack = (row) => {
const { projectNumber, layer } = row;
currentRow.projectNumber = row.projectNumber;
--
Gitblit v1.8.0