Compare commits

..

No commits in common. "de0408aaade57e2e6168bcd42561e69d97e1e91d" and "a05785ae7591ca2bc49ed9c82209f4344fb73941" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -152,7 +152,7 @@ export default {
router: {
login: '登录',
socialLogin: '社交登录',
home: '页',
home: '页',
analysis: '分析页',
workplace: '工作台'
},

View File

@ -59,7 +59,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
children: [
{
path: 'index',
component: () => import('@/views/mall/home/index.vue'),
component: () => import('@/views/Home/Index.vue'),
name: 'Index',
meta: {
title: t('router.home'),

View File

@ -27,7 +27,7 @@ const crudSchemas = reactive<CrudSchema[]>([
}
},
{
label: '拼团开始时间',
label: '活动开始时间',
field: 'startTime',
formatter: dateFormatter2,
isSearch: true,
@ -50,7 +50,7 @@ const crudSchemas = reactive<CrudSchema[]>([
}
},
{
label: '拼团结束时间',
label: '活动结束时间',
field: 'endTime',
formatter: dateFormatter2,
isSearch: true,

View File

@ -31,7 +31,7 @@ const crudSchemas = reactive<CrudSchema[]>([
}
},
{
label: '秒杀开始时间',
label: '活动开始时间',
field: 'startTime',
formatter: dateFormatter2,
isSearch: true,
@ -54,7 +54,7 @@ const crudSchemas = reactive<CrudSchema[]>([
}
},
{
label: '秒杀结束时间',
label: '活动结束时间',
field: 'endTime',
formatter: dateFormatter2,
isSearch: true,