From fcb8b8cc392b146aa11bbaab9e497f7f13f29d44 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 26 五月 2025 11:38:17 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject --- UI-Project/src/views/hollow/hollowequipmenttwo.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/views/hollow/hollowequipmenttwo.vue b/UI-Project/src/views/hollow/hollowequipmenttwo.vue index 33e4597..80972b3 100644 --- a/UI-Project/src/views/hollow/hollowequipmenttwo.vue +++ b/UI-Project/src/views/hollow/hollowequipmenttwo.vue @@ -95,6 +95,7 @@ </el-table-column> <el-table-column prop="flowCardId" fixed align="center" :label="$t('hellow.cardnumber')" min-width="20"/> <el-table-column prop="productName" fixed align="center" :label="$t('large.productname')" min-width="20"/> + <el-table-column prop="customerName" fixed align="center" :label="$t('large.customerName')" min-width="20"/> <el-table-column fixed="right" :label="$t('hellow.operate')" align="center" width="270"> <template #default="scope"> <el-button type="text" :disabled="scope.row.isThroughSlot" plain @click="handletake(scope.row)">{{ $t('hellow.claimquest') }}</el-button> -- Gitblit v1.8.0