From 2935442d9bdb795fecaa704d3bce2f6249b208d4 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 25 十二月 2024 16:12:48 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/HangZhouMes
---
UI-Project/src/views/hollow/hollowequipment.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index 7437db2..054b86e 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -48,8 +48,8 @@
<el-table-column prop="layoutSequence" :label="$t('hellow.coatingtypes')" align="center"/>
<el-table-column prop="layoutSequence" :label="$t('hellow.height')" align="center"/>
<el-table-column prop="layoutSequence" :label="$t('hellow.width')" align="center"/>
- <el-table-column prop="layoutSequence" :label="$t('hellow.state')" align="center"/>
- </el-table>
+ <el-table-column prop="layoutSequence" :label="123" align="center"/>
+ </el-table>
<div style="float: right;">
<el-pagination layout="prev, pager, next" :total="50"/>
</div>
--
Gitblit v1.8.0