From caae61dc1f477168b3c26404a86b33e3559dec50 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 01 六月 2026 18:14:37 +0800
Subject: [PATCH] 新疆马铃薯 1.采购台账页面隐藏一些字段
---
src/views/procurementManagement/procurementLedger/index.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 15339b5..785ce11 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -228,17 +228,17 @@
</el-tag>
</template>
</el-table-column>
- <el-table-column label="鍏ュ簱鐘舵��"
- prop="stockInStatus"
- width="100"
- show-overflow-tooltip>
- <template #default="scope">
- <el-tag :type="getStockInStatusType(scope.row.stockInStatus)"
- size="small">
- {{ scope.row.stockInStatus || '--' }}
- </el-tag>
- </template>
- </el-table-column>
+<!-- <el-table-column label="鍏ュ簱鐘舵��"-->
+<!-- prop="stockInStatus"-->
+<!-- width="100"-->
+<!-- show-overflow-tooltip>-->
+<!-- <template #default="scope">-->
+<!-- <el-tag :type="getStockInStatusType(scope.row.stockInStatus)"-->
+<!-- size="small">-->
+<!-- {{ scope.row.stockInStatus || '--' }}-->
+<!-- </el-tag>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
<el-table-column label="绛捐鏃ユ湡"
prop="executionDate"
width="100"
--
Gitblit v1.9.3