From 9ac4fa6e5da069c8b977ee8f8aa244f4175c18ed Mon Sep 17 00:00:00 2001 From: wangqiao Date: Thu, 11 Sep 2025 22:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=98=BE=E7=A4=BA=E5=92=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=B7=A5=E5=85=B7=E7=AE=B1=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/personal-Center/index/components/upload-table.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/personal-Center/index/components/upload-table.vue b/pages/personal-Center/index/components/upload-table.vue index 58ca303..e1fde6a 100644 --- a/pages/personal-Center/index/components/upload-table.vue +++ b/pages/personal-Center/index/components/upload-table.vue @@ -7,7 +7,10 @@
{{ scope.row.title }}
-
{{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+ {{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }} + {{ scope.row.sizecountry }} +
@@ -78,6 +81,10 @@ label: '文本', value: 2, }, + { + label: '工具箱', + value: 4, + }, ]) const handleStatus = (status: number) => {