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;