From 3af64bd4b3c54d5073e1a9bbd7b2fc1fe4689336 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 25 六月 2025 21:20:26 +0800 Subject: [PATCH] 视频列表、审核展示视频悬挂的商品 --- manager/src/views/health/HealthVideoList.vue | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/manager/src/views/health/HealthVideoList.vue b/manager/src/views/health/HealthVideoList.vue index 97aa47d..9c87653 100644 --- a/manager/src/views/health/HealthVideoList.vue +++ b/manager/src/views/health/HealthVideoList.vue @@ -19,7 +19,8 @@ style="width: 160px" /> </Form-item> - <Form-item label="鏍囩" prop="tagList"> +<!-- todo 鏆傛椂闅愯棌澶у仴搴蜂竴鏈熸病瀹氫箟鏍囩--> + <Form-item v-if="false" label="鏍囩" prop="tagList"> <Select v-model="searchForm.tagList" clearable @@ -424,18 +425,18 @@ minWidth: 240, tooltip: true, }, - { - title: "浣滆��", - key: "authorName", - width: 130, - tooltip: true, - }, - { - title: "瑙嗛鏍囩", - key: "tagList", - width: 180, - slot: "tagList", - }, + // { + // title: "浣滆��", + // key: "authorName", + // width: 130, + // tooltip: true, + // }, + // { + // title: "瑙嗛鏍囩", + // key: "tagList", + // width: 180, + // slot: "tagList", + // }, { title: "瑙嗛鍐呭", key: "videoFileKey", -- Gitblit v1.8.0