From 7aecebdcc3ad51f1560211959a4c9e880714c849 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 29 Jul 2024 16:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=B0=83=E4=BB=A4=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=93=8D=E4=BD=9C=E3=80=81=E5=AF=BC=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E5=88=97=E5=92=8C=E5=B7=A6=E4=B8=8B=E8=A7=92=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AE=B9=E4=B8=80=E8=87=B4=E3=80=82=E6=B0=B4?= =?UTF-8?q?=E6=B3=B5=E5=92=8C=E9=97=B8=E9=97=A8=E7=9A=84=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=AD=A3=E7=A1=AE=E9=80=89=E6=8B=A9=EF=BC=8C?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E6=B0=B4=E6=B3=B5=E5=A2=9E=E5=8A=A0=E5=85=A8?= =?UTF-8?q?=E5=85=B3=E3=80=81=E5=87=8F=E5=B0=91=E3=80=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=80=89=E9=A1=B9=EF=BC=8C=E8=B0=83=E4=BB=A4=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E5=89=8D=E5=8F=AF=E4=BB=A5=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/component/adjust.vue | 42 +++++++++++++++++++++------- src/views/order/handle.vue | 1 + src/views/order/history.vue | 20 +++++++------ 3 files changed, 45 insertions(+), 18 deletions(-) diff --git a/src/views/order/component/adjust.vue b/src/views/order/component/adjust.vue index 87c2d73..b4a8443 100644 --- a/src/views/order/component/adjust.vue +++ b/src/views/order/component/adjust.vue @@ -46,7 +46,7 @@
调整类型 :
- + 水泵 闸门 @@ -55,6 +55,7 @@ v-model="form.tiaozhengleixing" clearable placeholder="请选择调整类型" + @change="temp++" >
-