From a272b7b85c0b2a011a82239f3adeb07d44dfd08c Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 7 Jan 2026 16:36:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=B5=84=E7=AE=A1=E7=90=86=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BE=E7=89=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/materials/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/materials/index.vue b/src/views/materials/index.vue index ee8c6a8..36ad135 100644 --- a/src/views/materials/index.vue +++ b/src/views/materials/index.vue @@ -21,6 +21,7 @@ style="width: 60px; height: 60px" :src="scope.row.picture" fit="fill" + :preview-src-list="[scope.row.picture]" > @@ -132,6 +133,12 @@ export default { span: 12, display: false, }, + // { + // label: "更新时间", + // prop: "updateTime", + // span: 12, + // display: false, + // }, ], }, data: [],