From b3fedd4221b807a07058be9d5d5d8ba8998adbcb Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期四, 11 九月 2025 21:35:31 +0800 Subject: [PATCH] Bug修改代码提交 --- src/views/productManage/price/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/productManage/price/index.vue b/src/views/productManage/price/index.vue index 6c6701c..bdf27a7 100644 --- a/src/views/productManage/price/index.vue +++ b/src/views/productManage/price/index.vue @@ -13,7 +13,7 @@ <el-icon class="section-icon"><Goods /></el-icon> <span>浜у搧鍩烘湰淇℃伅</span> </div> - <div class="id-info">浜у搧ID锛歿{ currentProductId || '鏈彁渚�' }}</div> +<!-- <div class="id-info">浜у搧ID锛歿{ currentProductId || '鏈彁渚�' }}</div>--> </div> </template> @@ -856,7 +856,7 @@ function handleToggleEnableStatus(row: any) { const newStatus = row.enableStatus === 'ENABLED' ? 'DISABLED' : 'ENABLED' ElMessageBox.confirm( - `纭瑕�${newStatus === 'ENABLED' ? '鍚敤' : '鍋滅敤'}璇ヤ环鏍�(ID: ${row.id})鍚楋紵`, + `纭瑕�${newStatus === 'ENABLED' ? '鍚敤' : '鍋滅敤'}璇ュ畾浠锋爣鍑嗗悧锛焋, '鐘舵�佸彉鏇�', { confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', type: 'warning' } ) -- Gitblit v1.8.0