From a89cb44e36609e503eea7fb6bb8a07687a44dab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 13 Aug 2026 10:57:16 +0800 Subject: [PATCH] =?UTF-8?q?style(business):=20=E8=B0=83=E6=95=B4=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=AE=BD=E5=BA=A6=E5=8F=8A=E4=BC=98=E5=8C=96=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E7=A0=81=E5=A4=B4=E6=8E=92=E5=BA=8F=E5=92=8C=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将业务详情、导入和调度弹窗宽度由96%调整至92% - 修改端口码头相关字段的order属性,调整显示顺序 - 将“请选择类型”提示消息替换为变量newLocal,便于国际化 - 注释掉.detail-address-input的宽度样式,避免样式冲突 --- src/views/base/port-terminal.vue | 2 +- src/views/vehicle/customer-archive.vue | 334 +++++++++++++------------ 2 files changed, 169 insertions(+), 167 deletions(-) diff --git a/src/views/base/port-terminal.vue b/src/views/base/port-terminal.vue index 789246d..a7ee154 100644 --- a/src/views/base/port-terminal.vue +++ b/src/views/base/port-terminal.vue @@ -604,7 +604,7 @@ export default { prop: 'detailAddress', slot: true, formslot: true, - span: 24, + span: 12, minWidth: 220, overHidden: false, order: 86, diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index e55b4a6..38912bf 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -958,179 +958,181 @@ class="score-detail-dialog" @closed="resetScoreDialog" > - - - - - - - - handleScoreDecimalInput('applyCreditLimit', value)" - /> - - - - - - + + + + + - 至 - + + handleScoreDecimalInput('applyCreditLimit', value)" /> - - - - - - - - - - - - handleScoreDecimalInput('tempApplyCreditLimit', value)" - /> - - - - - - - - - - - + + + + + + + 至 + + + + + + + - - - - - + + + + + + handleScoreDecimalInput('tempApplyCreditLimit', value)" + /> + + + + + + + + + + + + + + + + - - - - - - - - - 请选择: - + + + + + + + + 请选择: + + + + + + + + + + {{ formatScoreValue(getSignedScore(detail, 'selfScore')) }}分 + + + + + handleScoreDetailScoreInput(detail, 'reviewScore', value)" > - - - - - - - - - {{ formatScoreValue(getSignedScore(detail, 'selfScore')) }}分 - - - - - handleScoreDetailScoreInput(detail, 'reviewScore', value)" - > - - - - - 分 - - - - - - - - - - {{ row.categoryName }} - 自评:{{ getSignedScore(row, 'selfScore') }}分 - 复评:{{ getSignedScore(row, 'reviewScore') }}分 - - - - - - - - - - + + - + + 分 + + + + + + + + + + {{ row.categoryName }} + 自评:{{ getSignedScore(row, 'selfScore') }}分 + 复评:{{ getSignedScore(row, 'reviewScore') }}分 + + + + + + + + + + + @@ -3829,7 +3831,7 @@ export default { .score-category-table { width: calc(100% - 72px); - margin: 8px 36px 0; + margin: 8px 36px 16px; :deep(.el-table__body td) { height: 56px;