From 98c9a3c7f711e76d2d8db31d00db36bcee6a4086 Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 25 Aug 2025 14:45:28 +0800 Subject: [PATCH] up --- .../collection/components/MultiPackageSubmitForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/budget/collection/components/MultiPackageSubmitForm.vue b/src/views/budget/collection/components/MultiPackageSubmitForm.vue index 8efa2bb..8133df7 100644 --- a/src/views/budget/collection/components/MultiPackageSubmitForm.vue +++ b/src/views/budget/collection/components/MultiPackageSubmitForm.vue @@ -178,7 +178,7 @@ :rows="3" placeholder="请输入申请依据..." :readonly="isViewMode" - maxlength="500" + maxlength="2000" show-word-limit /> @@ -191,7 +191,7 @@ :rows="3" placeholder="请输入申请目的..." :readonly="isViewMode" - maxlength="500" + maxlength="2000" show-word-limit /> @@ -207,7 +207,7 @@ :rows="3" placeholder="请输入申请理由..." :readonly="isViewMode" - maxlength="500" + maxlength="2000" show-word-limit /> @@ -379,7 +379,7 @@ type="textarea" :rows="2" placeholder="请输入汇总测算依据..." - maxlength="500" + maxlength="2000" />
{{ scope.row.calculationBasis || '-' }}
- @@ -718,7 +718,7 @@ :rows="3" placeholder="请说明其他需要说明的事项..." :readonly="isViewMode" - maxlength="500" + maxlength="2000" show-word-limit />