From bdfab89d8afbc60faeb89715a461f77e877d7f5d Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 03 八月 2026 00:02:37 +0800
Subject: [PATCH] feat: 新增徐州什克金属制品有限公司配置文件

---
 src/views/system/dept/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index bcc70ee..0b7601b 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -46,7 +46,6 @@
 			</el-col>
 			<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
 		</el-row>
-		
 		<el-table
 			v-if="refreshTable"
 			v-loading="loading"
@@ -64,7 +63,7 @@
 			</el-table-column>
 			<el-table-column label="鍒涘缓鏃堕棿" align="center" prop="createTime" width="200">
 				<template #default="scope">
-					<span>{{ parseTime(scope.row.createTime) }}</span>
+					<span>{{ parseTime(scope.row.createTime,'{y}-{m}-{d}') }}</span>
 				</template>
 			</el-table-column>
 			<el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width">

--
Gitblit v1.9.3