From 701c26fd333dd69ab988c7f1c06b77b2eaf5cbae Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Fri, 24 Oct 2025 15:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9Fportal=E5=B5=8C=E5=A5=97=E9=87=8D?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tag/PortalTagManage.vue | 390 ++++++++++++ src/views/tag/TagManage.vue | 961 +++++++++++++++++++----------- 2 files changed, 996 insertions(+), 355 deletions(-) create mode 100644 src/views/tag/PortalTagManage.vue diff --git a/src/views/tag/PortalTagManage.vue b/src/views/tag/PortalTagManage.vue new file mode 100644 index 00000000..489701fc --- /dev/null +++ b/src/views/tag/PortalTagManage.vue @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + 查询 + + 重置 + + + + + + + + + + + + + + + + + {{ scope.row.useCount }} + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.$index + 1 }} + + + + + + + + + + + 解绑 + + + + + + + + + + + + + + + + + diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue index 489701fc..1015a958 100644 --- a/src/views/tag/TagManage.vue +++ b/src/views/tag/TagManage.vue @@ -1,390 +1,641 @@ - - - - - - - - - - - - - - - - - - - - 查询 - - 重置 - - - - - - - - - - - - - - - - - {{ scope.row.useCount }} - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - {{ scope.$index + 1 }} - - - - - - - - - - - 解绑 - - - - - - - - + + + + + + + + + + + + + + + + + + + 搜索 + + + + 重置 + - + + + + + + + + + + {{ record.useCount }} + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + 关联课程 + + + + + + + + + + + + {{ formatDate(record.sysCreateTime) }} + + + + + 解绑 + + + + + + + + + + + + + + \ No newline at end of file