From d79df5d5b7877191017fef48f81362e642253e0e Mon Sep 17 00:00:00 2001 From: SjS Date: Mon, 19 May 2025 18:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=9B=B8=E5=85=B3=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=AE=8C=E5=96=84=20=E6=96=B0=E5=A2=9EAPP=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=BD=95=E5=85=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Business/Device/DeviceLink.vue | 32 +++++++++++++++++++ src/views/bst/bindRecord/index.vue | 13 ++++++-- src/views/bst/device/StoreLink.vue | 31 ------------------ src/views/bst/order/index.vue | 22 +++++++++++-- src/views/bst/storeStaff/index.vue | 7 +++- 5 files changed, 69 insertions(+), 36 deletions(-) create mode 100644 src/components/Business/Device/DeviceLink.vue delete mode 100644 src/views/bst/device/StoreLink.vue diff --git a/src/components/Business/Device/DeviceLink.vue b/src/components/Business/Device/DeviceLink.vue new file mode 100644 index 0000000..641b4e2 --- /dev/null +++ b/src/components/Business/Device/DeviceLink.vue @@ -0,0 +1,32 @@ + + + diff --git a/src/views/bst/bindRecord/index.vue b/src/views/bst/bindRecord/index.vue index 8949cd0..b5956e1 100644 --- a/src/views/bst/bindRecord/index.vue +++ b/src/views/bst/bindRecord/index.vue @@ -80,7 +80,14 @@ + + @@ -177,6 +181,7 @@ import FormCol from "@/components/FormCol/index.vue"; import {listStore} from "@/api/bst/store"; import UserLink from "@/views/system/user/UserLink.vue"; import StoreLink from "@/views/bst/store/StoreLink.vue"; +import User from "@/views/system/user/index.vue"; // 默认排序字段 const defaultSort = { @@ -187,7 +192,7 @@ const defaultSort = { export default { name: "StoreStaff", mixins: [$showColumns], - components: {StoreLink, UserLink, FormCol}, + components: {User, StoreLink, UserLink, FormCol}, dicts: ['store_staff_permission'], data() { return {