From 371808abf112af59fdf64d45ae027368ea33465f Mon Sep 17 00:00:00 2001 From: gcd Date: Thu, 8 May 2025 00:00:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/me-icon/me-icon.css | 3 +++ components/me-icon/me-icon.ttf | Bin 4120 -> 5108 bytes pages/order/order-info.vue | 19 +++++++++++++++++-- svg_icons/README.md | 1 + svg_icons/edit-line.svg | 1 + 5 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 svg_icons/README.md create mode 100644 svg_icons/edit-line.svg diff --git a/components/me-icon/me-icon.css b/components/me-icon/me-icon.css index c128214..3253af6 100644 --- a/components/me-icon/me-icon.css +++ b/components/me-icon/me-icon.css @@ -49,3 +49,6 @@ .icon-user:before { content: "\e910"; } +.icon-edit-line:before { + content: "\e911"; +} diff --git a/components/me-icon/me-icon.ttf b/components/me-icon/me-icon.ttf index c5be73f4c0fecb70be449d661edc1ba8f0ca93f1..2a36596946ff6298223752beaa2a452b46e4521c 100644 GIT binary patch delta 1285 zcmaJ>O-~b16uoa=XGTOm24<#-sRk&vQ3&dMF2E0VMu{#Y#EnXW2pTF)fCN|5l`+AM zHc{BQfSAaVt%+T^l^BVCKoetJxX^`>R?ll~?Q2Zmo#~r<-#zEtdneQNzVGRX7!kEo zo;aPla`mLs)uZ(x@(TC#Og58?PrX|wVhQ+@bD5jy^(QAAylm0+VleZodOwt1c6_UE6g+aMa8P8<5HV0bR2U6A8Wjj@tmRY|GS9 zTFsIga?=AfG3=f%wH8K>t4alldXnJRPczLj;}EHvgKC119c!LOvnJYUrHOI!F(#Ix zD3QVyT*7c6BI2f*SgZI*Kum;?EYd}i!q;?FEp6mwP$dURRldAoC{soi_!otfCXv$1 zL}X$m@@%M;UU{#I1W|=ird3Q$)>bt&R(|@QAiG=ox-APufHrit-Aag&jFq9qglWo! z$^ELTUM%l7XGD!7F*q54r6dq$mOX&Z5^{pl#pW!POUp~=^m4kO~c8&d@_E^RLI6iV#JXH3=Mn}Nx!fwZ8 h;af+nFxWY4>Ys5aur|9v_{1~kH&0MV0k1kD*mCod5UnfymkM*tiIq6{Y(AS#(AKNJ?;>@T#G5dgd{KwAI+ diff --git a/pages/order/order-info.vue b/pages/order/order-info.vue index 0e82e8e..b05d639 100644 --- a/pages/order/order-info.vue +++ b/pages/order/order-info.vue @@ -50,8 +50,12 @@ 预约上门时间 - {{data.plan_time}} - + + + {{data.plan_time}} + + + {{data.plan_time}} @@ -199,6 +203,17 @@ const canReportOrderException = computed(() => { return data.value.status !== enums.ORDER_DISPATCH_STATUS.STATUS_TOGET && data.value.status !== enums.ORDER_DISPATCH_STATUS.STATUS_REFUSED }) +const changePlanTime = (e) => { + //TODO 修改上门时间 + console.log(e) + + uni.showModal({ + title: '提示信息', + showCancel: false, + content: '修改前需和客户约定,确定修改上门时间?' + }); +} + //更新师傅备注 const updateWorkerRemark = () => { helpers.jumpToPage('worker-remark', `id=${id.value}&worker_remark=${data.value.worker_remark}`) diff --git a/svg_icons/README.md b/svg_icons/README.md new file mode 100644 index 0000000..71e254b --- /dev/null +++ b/svg_icons/README.md @@ -0,0 +1 @@ +图标原 svg 文件,可通过这些 svg 文件,修改或新增图标,生成新的 ttf 文件。 diff --git a/svg_icons/edit-line.svg b/svg_icons/edit-line.svg new file mode 100644 index 0000000..52689e6 --- /dev/null +++ b/svg_icons/edit-line.svg @@ -0,0 +1 @@ + \ No newline at end of file