This commit is contained in:
朱文强 2025-01-16 08:34:17 +08:00
parent 0b03e6d44b
commit f143c5e2d9
2 changed files with 2 additions and 3 deletions

View File

@ -76,7 +76,7 @@ export const constantRoutes = [
children: [ children: [
{ {
path: "index", path: "index",
component: (resolve) => require(["@/views/cost/raw/costMaterial/index"], resolve), component: (resolve) => require(["@/views/core/base/factory/index"], resolve),
name: "首页", name: "首页",
meta: { title: "首页", icon: "dashboard", affix: true }, meta: { title: "首页", icon: "dashboard", affix: true },
hidden: true hidden: true

View File

@ -43,8 +43,7 @@ const tableProps = [
{ {
prop: 'startDay', prop: 'startDay',
label: '上班日期', label: '上班日期',
filter: parseTime, filter: (val) => (val ? parseTime(val, '{y}-{m}-{d}') : '-'),
minWidth: 160,
}, },
{ {
prop: 'startTime', prop: 'startTime',