From bb97c00a6a7bd35dd1863803b1404ed21829e7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 25 Aug 2026 19:57:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20=E8=B0=83=E6=95=B4=E5=A4=9A?= =?UTF-8?q?=E5=A4=84=E6=96=87=E6=9C=AC=E6=A1=86=E8=A1=8C=E6=95=B0=E4=B8=BA?= =?UTF-8?q?2=E8=A1=8C=E4=BB=A5=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将锁定和解锁原因文本框行数由3改为2行 - 调整支付单据和发票相关备注输入框行数为2行 - 优化业务组件中多处备注和说明文本框行数为2行 - 修改异常处理及风险处置页面文本框行数为2行 - 更新项目申请及合同变更中的多处文本框行数为2行 - 在发货地址输入框中添加“选择”链接,提升地址选择体验 - 规范备注输入框显示,统一字数限制及行数设置 - 统一调整信用评分、路线变更备注输入框行数及样式样式调整 --- .../components/business-crud-page.vue | 36 ++++++++++++++++--- src/views/business/contract-manage-change.vue | 2 +- src/views/business/contract-manage.vue | 2 +- src/views/business/loading-manage.vue | 4 +-- src/views/business/project-apply.vue | 12 +++---- src/views/payment/bill-ledger-form.vue | 2 +- src/views/payment/bill-payment-form.vue | 2 +- .../payment/invoice-application-form.vue | 2 +- src/views/payment/invoice-receipt-form.vue | 2 +- .../payment/receipt-claim-record-form.vue | 2 +- src/views/payment/receipt-flow-form.vue | 2 +- src/views/system/authlock.vue | 4 +-- src/views/system/user.vue | 2 +- src/views/transit/exception-disposal.vue | 2 +- src/views/transit/risk-disposal.vue | 2 +- .../vehicle/credit-score-quantification.vue | 2 +- 16 files changed, 53 insertions(+), 27 deletions(-) diff --git a/src/views/business/components/business-crud-page.vue b/src/views/business/components/business-crud-page.vue index 6bde282..7ccbe10 100644 --- a/src/views/business/components/business-crud-page.vue +++ b/src/views/business/components/business-crud-page.vue @@ -2857,7 +2857,7 @@ + > + + 联系人 联系方式 @@ -3536,8 +3544,16 @@ + > + + 联系人 联系方式 @@ -13200,6 +13216,16 @@ export default { } } + &__address-choose-link { + display: inline-flex; + align-items: center; + height: 100%; + padding: 0 4px; + font-size: 13px; + line-height: 1; + cursor: pointer; + } + &__dispatch-shipping-form &__route-address-row { grid-template-columns: 260px minmax(280px, 1fr) 58px minmax(160px, 220px) 72px minmax( 160px, diff --git a/src/views/business/contract-manage-change.vue b/src/views/business/contract-manage-change.vue index 3118d06..5cf0529 100644 --- a/src/views/business/contract-manage-change.vue +++ b/src/views/business/contract-manage-change.vue @@ -76,7 +76,7 @@ 上传附件 -
变更原因
变更材料
上传变更材料
+
变更原因
变更材料
上传变更材料
diff --git a/src/views/business/contract-manage.vue b/src/views/business/contract-manage.vue index 4262909..7c7f9c8 100644 --- a/src/views/business/contract-manage.vue +++ b/src/views/business/contract-manage.vue @@ -294,7 +294,7 @@
{{ routeChangeTypeText(index) }}{{ node.address }}{{ tag }}
- + diff --git a/src/views/business/project-apply.vue b/src/views/business/project-apply.vue index 4fb3219..ce81605 100644 --- a/src/views/business/project-apply.vue +++ b/src/views/business/project-apply.vue @@ -428,7 +428,7 @@ diff --git a/src/views/payment/invoice-receipt-form.vue b/src/views/payment/invoice-receipt-form.vue index 45925ce..d783b48 100644 --- a/src/views/payment/invoice-receipt-form.vue +++ b/src/views/payment/invoice-receipt-form.vue @@ -232,7 +232,7 @@ v-model="form.remark" :disabled="readonly" type="textarea" - :rows="3" + :rows="2" maxlength="200" show-word-limit /> diff --git a/src/views/payment/receipt-claim-record-form.vue b/src/views/payment/receipt-claim-record-form.vue index 5c46897..9abbc6a 100644 --- a/src/views/payment/receipt-claim-record-form.vue +++ b/src/views/payment/receipt-claim-record-form.vue @@ -145,7 +145,7 @@ - +
diff --git a/src/views/payment/receipt-flow-form.vue b/src/views/payment/receipt-flow-form.vue index 32dd9b9..c6fb752 100644 --- a/src/views/payment/receipt-flow-form.vue +++ b/src/views/payment/receipt-flow-form.vue @@ -159,7 +159,7 @@ > diff --git a/src/views/system/authlock.vue b/src/views/system/authlock.vue index 883c783..f45f8d9 100644 --- a/src/views/system/authlock.vue +++ b/src/views/system/authlock.vue @@ -88,7 +88,7 @@ @@ -144,7 +144,7 @@ diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 1442bbe..4a93510 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -200,7 +200,7 @@ 仅所属组织全部组织自定义 包含下级仅本级 - + diff --git a/src/views/transit/exception-disposal.vue b/src/views/transit/exception-disposal.vue index de4bad0..a202a86 100644 --- a/src/views/transit/exception-disposal.vue +++ b/src/views/transit/exception-disposal.vue @@ -200,7 +200,7 @@ type="textarea" maxlength="500" show-word-limit - :rows="4" + :rows="2" placeholder="请输入" /> diff --git a/src/views/transit/risk-disposal.vue b/src/views/transit/risk-disposal.vue index fa49742..36c5118 100644 --- a/src/views/transit/risk-disposal.vue +++ b/src/views/transit/risk-disposal.vue @@ -158,7 +158,7 @@ v-model="disposeForm.disposalRemark" type="textarea" maxlength="500" - :rows="4" + :rows="2" :disabled="dialog.readonly" /> diff --git a/src/views/vehicle/credit-score-quantification.vue b/src/views/vehicle/credit-score-quantification.vue index cbf0124..dbef287 100644 --- a/src/views/vehicle/credit-score-quantification.vue +++ b/src/views/vehicle/credit-score-quantification.vue @@ -105,7 +105,7 @@