From fe631515b71782a10a750874f6d4582fe027cd22 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 03 十一月 2025 09:32:49 +0800
Subject: [PATCH] 公司-所有的表格添加斑马纹
---
src/views/procurementManagement/invoiceEntry/indexOld.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/views/procurementManagement/invoiceEntry/indexOld.vue b/src/views/procurementManagement/invoiceEntry/indexOld.vue
index 60d5124..52fe222 100644
--- a/src/views/procurementManagement/invoiceEntry/indexOld.vue
+++ b/src/views/procurementManagement/invoiceEntry/indexOld.vue
@@ -37,6 +37,7 @@
:summary-method="summarizeMainTable"
@expand-change="expandChange"
height="calc(100vh - 18.5em)"
+ stripe
>
<el-table-column align="center" type="selection" width="55" />
<el-table-column type="expand">
@@ -46,6 +47,7 @@
border
show-summary
:summary-method="summarizeChildrenTable"
+ stripe
>
<el-table-column
align="center"
@@ -278,6 +280,7 @@
:data="productData"
border
@selection-change="productSelected"
+ stripe
show-summary
style="width: 100%"
:summary-method="summarizeChildrenTable"
@@ -296,19 +299,19 @@
<el-table-column label="褰曞叆鏃ユ湡" prop="createTime" width="120" />
<el-table-column
label="鍚◣鍗曚环(鍏�)"
- width="150"
+ width="200"
prop="taxInclusiveUnitPrice"
:formatter="formattedNumber"
/>
<el-table-column
label="鍚◣鎬讳环(鍏�)"
- width="150"
+ width="200"
prop="taxInclusiveTotalPrice"
:formatter="formattedNumber"
/>
<el-table-column
label="涓嶅惈绋庢�讳环(鍏�)"
- width="150"
+ width="200"
prop="taxExclusiveTotalPrice"
:formatter="formattedNumber"
/>
@@ -318,6 +321,7 @@
v-model="scope.row.ticketsNum"
placeholder="璇烽�夋嫨"
:min="0"
+ :precision="2"
:step="0.1"
clearable
style="width: 100%"
@@ -331,13 +335,14 @@
:min="0"
:step="0.1"
:formatter="formattedNumber"
- width="170"
+ width="200"
>
<template #default="scope">
<el-input-number
v-model="scope.row.ticketsAmount"
placeholder="璇烽�夋嫨"
:min="0"
+ :precision="2"
:step="0.1"
clearable
style="width: 100%"
--
Gitblit v1.9.3