From a9883e218a09e71514592a196a7205b610f08bb4 Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Wed, 21 Jan 2026 08:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A6=E4=BE=A7=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/bill/index.vue | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/views/wisdom/bill/index.vue b/src/views/wisdom/bill/index.vue index 30f7258..e7a19ea 100644 --- a/src/views/wisdom/bill/index.vue +++ b/src/views/wisdom/bill/index.vue @@ -102,10 +102,15 @@ - + + + + @@ -938,7 +943,7 @@ getList(); // 显示预出库的状态 const tableBillRowClassName = ({ row, rowIndex }) => { - if (rowIndex == 0) { + if (row.execStatus == 0) { return 'success-row' } return '' @@ -1971,24 +1976,20 @@ const billAllObj = ref([]) const billStatus = ref('') -