From 7ca6e58cb69cb1fa88df4b8779ad0de8ff01a210 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 01 四月 2026 17:42:40 +0800
Subject: [PATCH] 军泰伟业 1.军泰伟业-库存管理增加库位 2.军泰伟业-生产入库要审核,加个入库审核菜单,入库数量,库位,通过不通过

---
 src/views/procurementManagement/paymentEntry/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/procurementManagement/paymentEntry/index.vue b/src/views/procurementManagement/paymentEntry/index.vue
index 3f4512b..85f424c 100644
--- a/src/views/procurementManagement/paymentEntry/index.vue
+++ b/src/views/procurementManagement/paymentEntry/index.vue
@@ -153,7 +153,7 @@
           width="100"
         />
         <el-table-column
-          label="瑙勬牸鍨嬪彿"
+          label="鍥剧焊缂栧彿"
           prop="specificationModel"
           show-overflow-tooltip
           width="150"
@@ -283,7 +283,7 @@
 		showOverflowTooltip: true,
 	},
 	{
-		label: "瑙勬牸鍨嬪彿",
+		label: "鍥剧焊缂栧彿",
 		prop: "specificationModel",
 		showOverflowTooltip: true,
 		width: 150
@@ -572,7 +572,7 @@
 .table_list {
   margin-top: unset;
 }
-::v-deep(.el-checkbox__label) {
+:deep(.el-checkbox__label) {
   font-weight: bold;
 }
 .empty-tip {

--
Gitblit v1.9.3