From 21852ac072559b0bc3a0a249f327ac7eb7f3a5e4 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期六, 14 六月 2025 13:24:22 +0800 Subject: [PATCH] insert 完成厨神视频后台页面接口(增删改查/上架/下架) --- 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