From a3c8c7e412172ee2cb593cac6573013769dd2960 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 23 Apr 2026 17:57:11 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6-=E7=BC=96=E7=A0=81=E6=B7=BB=E5=8A=A0=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages_function/pages/moldLedger/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/pages_function/pages/moldLedger/index.vue b/src/pages_function/pages/moldLedger/index.vue index 367be9b..a410198 100644 --- a/src/pages_function/pages/moldLedger/index.vue +++ b/src/pages_function/pages/moldLedger/index.vue @@ -44,7 +44,10 @@ {{ textValue(item.name) }} - 编码: {{ textValue(item.code) }} + + 编码:{{ textValue(item.code) }} + + @@ -273,6 +276,7 @@ import { ref, computed } from 'vue' import { onLoad } from '@dcloudio/uni-app' import AppTitleHeader from '@/components/common/AppTitleHeader.vue' +import CopyButton from '@/components/common/CopyButton.vue' import { createMold, deleteMold, getMoldBrandTree, getMoldDetail, getMoldPage, updateMold, uploadMoldImage } from '@/api/mes/mold' import { getProductUnitSimpleList, getUnitList } from '@/api/mes/product' import { DICT_TYPE, getDictLabel, initAllDict } from '@/utils/dict' @@ -992,6 +996,12 @@ function resolveUploadUrl(res) { color: #8c929a; } +.code-wrapper { + display: flex; + align-items: center; + gap: 8rpx; +} + .header-right { display: flex; align-items: center;