From f62ff9cdf90aa28b40d068f227dfa8eb7293ff81 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期六, 10 八月 2024 18:27:04 +0800
Subject: [PATCH] 1.销售单号显示
---
src/views/statistic/groupSalaryList.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/statistic/groupSalaryList.vue b/src/views/statistic/groupSalaryList.vue
index 615e582..ee5227f 100644
--- a/src/views/statistic/groupSalaryList.vue
+++ b/src/views/statistic/groupSalaryList.vue
@@ -163,7 +163,7 @@
sortable="custom"
/>
<el-table-column
- prop="socode"
+ prop="saleOrderCode"
label="閿�鍞崟鍙�"
width="160"
sortable="custom"
@@ -340,8 +340,8 @@
sortable="custom"
/>
<el-table-column
- prop="socode"
- label="閿�鍞紪鍙�"
+ prop="saleOrderCode"
+ label="閿�鍞崟鍙�"
width="160"
show-tooltip-when-overflow
sortable="custom"
--
Gitblit v1.9.3