From d5528541cef9eb61829cd8ad06441541e4302fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 7 Aug 2026 15:29:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(option):=20=E8=B0=83=E6=95=B4=E6=94=B6?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E4=BF=A1=E6=81=AF=E5=AD=97=E6=AE=B5=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 取消发货地址字段的额外参数,调整布局样式 - 取消到货地址字段的额外参数,统一字段显示格式 - 取消备注字段的额外参数,简化信息展示方式 --- src/option/business/transport-plan.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/option/business/transport-plan.js b/src/option/business/transport-plan.js index a5fa776..8ab8982 100644 --- a/src/option/business/transport-plan.js +++ b/src/option/business/transport-plan.js @@ -153,19 +153,19 @@ export const config = { title: '收发货信息', fields: [ ['departureName', '发货地'], - ['departureAddress', '发货地址', 2], ['departureContact', '发货联系人'], + ['departureAddress', '发货地址'], ['departurePhone', '发货联系方式'], ['arrivalName', '收货地'], - ['arrivalAddress', '到货地址', 2], ['arrivalContact', '收货联系人'], + ['arrivalAddress', '到货地址'], ['arrivalPhone', '收货联系方式'], ], }, { title: '其它信息', fields: [ - ['remark', '备注', 2], + ['remark', '备注'], ['updateUserName', '更新人'], ['updateTime', '更新时间'], ['createTime', '创建时间'],