From 4de3e186248f338f1f6c0992c3ee3dce28fb6136 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 10 七月 2026 16:36:57 +0800
Subject: [PATCH] 银川 1.仓储物流页面开发、联调
---
src/views/wls/barcode/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/wls/barcode/index.vue b/src/views/wls/barcode/index.vue
index 6dfe978..649b955 100644
--- a/src/views/wls/barcode/index.vue
+++ b/src/views/wls/barcode/index.vue
@@ -97,7 +97,7 @@
/** 璺宠浆鏉$爜閰嶇疆 */
function handleConfig() {
- router.push({ name: 'WlsBarcodeConfig' });
+ router.push({ path: '/wls/barcode/config' });
}
/** 瀵煎嚭琛ㄦ牸 */
@@ -193,7 +193,7 @@
:content="row.content"
:format="row.format"
:height="60"
- :width="140"
+ :width="60"
/>
</div>
</template>
--
Gitblit v1.9.3