From d9ce34078053364bfbea800787a873603005cd58 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 11 Mar 2024 18:01:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=AE=A2=E5=8D=95=E8=B7=9F=E8=B8=AA:?= =?UTF-8?q?=20=E6=98=BE=E7=A4=BAWhatsApp=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/OrderFollow.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/OrderFollow.jsx b/src/views/OrderFollow.jsx index 755c7b3..abeb16b 100644 --- a/src/views/OrderFollow.jsx +++ b/src/views/OrderFollow.jsx @@ -11,6 +11,7 @@ import useAuthStore from '@/stores/AuthStore' import { copy } from '@/utils/commons' import useFormStore from '@/stores/FormStore'; import { useShallow } from 'zustand/react/shallow'; +import { WhatsAppOutlined } from '@ant-design/icons'; const { RangePicker } = DatePicker @@ -167,7 +168,10 @@ function OrderGroupTable({ formValues }) { if (record.buytime > 0) regularText = '(R' + record.buytime + ')' return ( - {text + regularText} + + {text + regularText} + {record.coli_guest_WhatsApp && } + - ) + ); } }, {