From 559a75d077ec3ffb7228191cefffdb97ac1aa3ed Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 10 七月 2025 15:06:19 +0800
Subject: [PATCH] 优化台账页面列宽
---
src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue b/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
index c00251a..ea5b259 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
@@ -28,7 +28,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="鏉ョエ鏁帮細">
- <el-input v-model="form.ticketsNum" @input="inputTicketsNum" />
+ <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="form.ticketsNum" @input="inputTicketsNum" />
</el-form-item>
</el-col>
<el-col :span="12">
--
Gitblit v1.9.3