From 32f120dd5b4768cf001059d10025a40eeae1ec6b Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 26 Jul 2025 11:23:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E8=89=BA=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/craft/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/craft/index.vue b/src/views/craft/index.vue index ba0b11e..c97674c 100644 --- a/src/views/craft/index.vue +++ b/src/views/craft/index.vue @@ -48,10 +48,12 @@ const columns = [ { title: '创建时间', key: 'createTime', + width: 180, }, { title: '创建时间', key: 'updateTime', + width: 180, }, ]