diff --git a/src/views/erp/product/product/index.vue b/src/views/erp/product/product/index.vue index 54c225ea..8902381e 100644 --- a/src/views/erp/product/product/index.vue +++ b/src/views/erp/product/product/index.vue @@ -136,13 +136,13 @@
-
{{ t('FactoryModeling.ProductInformation.qrcode') }}
+
{{ t('FactoryModeling.ProductInformation.images') }}
@@ -249,17 +249,17 @@ 默认供应商:{{ defaultSupplierText }}
-
-
{{ t('FactoryModeling.ProductInformation.images') }}
+
+
{{ t('FactoryModeling.ProductInformation.qrcode') }}
- +
@@ -640,6 +640,21 @@ const formatDateTime = (value: any) => { grid-column: 1 / -1; } +.detail-qrcode-box { + display: flex; + flex-direction: column; + gap: 6px; +} + +.detail-qrcode { + width: 80px; + height: 80px; + flex-shrink: 0; + border: 1px solid var(--el-border-color-lighter); + border-radius: 4px; + cursor: pointer; +} + .field-label { flex: 0 0 auto; color: var(--el-text-color-regular);