diff --git a/activitylink/src/router/index.js b/activitylink/src/router/index.js
index 857209f..6ba857d 100644
--- a/activitylink/src/router/index.js
+++ b/activitylink/src/router/index.js
@@ -1,6 +1,5 @@
import { ElMessage } from 'element-plus';
import { createRouter, createWebHistory } from 'vue-router'
-import { ElMessageBox, ElMessage } from 'element-plus';
const routes = [
{
path: '/',
diff --git a/activitylink/src/views/zhongchou/gift/index.vue b/activitylink/src/views/zhongchou/gift/index.vue
index 844ae1c..bc10d66 100644
--- a/activitylink/src/views/zhongchou/gift/index.vue
+++ b/activitylink/src/views/zhongchou/gift/index.vue
@@ -360,7 +360,6 @@ const handleUploadSuccess = (response, file, fileList) => {
} else if (editVisible.value) {
editForm.value.imageUrl = response.data.url;
}
- ElMessage.success('图片上传成功');
} else {
if (addVisible.value) {
addForm.value.imageUrl = null;
diff --git a/activitylink/src/views/zhongchou/user/index.vue b/activitylink/src/views/zhongchou/user/index.vue
index 7795f11..9014a03 100644
--- a/activitylink/src/views/zhongchou/user/index.vue
+++ b/activitylink/src/views/zhongchou/user/index.vue
@@ -28,7 +28,7 @@
-
+
删除
@@ -134,7 +134,10 @@ try {
deleteConfirmVisible.value = false
}
}
-
+const formatTime = (row, column, cellValue) => {
+ if (!cellValue) return '--'
+ return cellValue.replace('T', ' ')
+}
const addUser = async () => {
try {
const response = await adduserByjwcode({