From 5d0d910af37946bc2df0cb4373ad90425a43e843 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Thu, 7 Jul 2022 15:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/svg/remove_bind.svg | 2 + src/components/Crud/RR.operation.vue | 8 ++++ .../tagManage/bindTagList/index.vue | 43 ++++++++++++++----- .../storeManage/tagManage/tagLog/index.vue | 2 +- 4 files changed, 44 insertions(+), 11 deletions(-) create mode 100644 src/assets/icons/svg/remove_bind.svg diff --git a/src/assets/icons/svg/remove_bind.svg b/src/assets/icons/svg/remove_bind.svg new file mode 100644 index 0000000..5859a15 --- /dev/null +++ b/src/assets/icons/svg/remove_bind.svg @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/src/components/Crud/RR.operation.vue b/src/components/Crud/RR.operation.vue index df2c138..e28cd6b 100644 --- a/src/components/Crud/RR.operation.vue +++ b/src/components/Crud/RR.operation.vue @@ -18,3 +18,11 @@ export default { } } + diff --git a/src/views/storeManage/tagManage/bindTagList/index.vue b/src/views/storeManage/tagManage/bindTagList/index.vue index a6c0b89..77d4edb 100644 --- a/src/views/storeManage/tagManage/bindTagList/index.vue +++ b/src/views/storeManage/tagManage/bindTagList/index.vue @@ -1,20 +1,24 @@