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 c5be73f..2a36596 100644 Binary files a/components/me-icon/me-icon.ttf and b/components/me-icon/me-icon.ttf differ 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