.
This commit is contained in:
parent
0b03e6d44b
commit
f143c5e2d9
@ -76,7 +76,7 @@ export const constantRoutes = [
|
||||
children: [
|
||||
{
|
||||
path: "index",
|
||||
component: (resolve) => require(["@/views/cost/raw/costMaterial/index"], resolve),
|
||||
component: (resolve) => require(["@/views/core/base/factory/index"], resolve),
|
||||
name: "首页",
|
||||
meta: { title: "首页", icon: "dashboard", affix: true },
|
||||
hidden: true
|
||||
|
@ -43,8 +43,7 @@ const tableProps = [
|
||||
{
|
||||
prop: 'startDay',
|
||||
label: '上班日期',
|
||||
filter: parseTime,
|
||||
minWidth: 160,
|
||||
filter: (val) => (val ? parseTime(val, '{y}-{m}-{d}') : '-'),
|
||||
},
|
||||
{
|
||||
prop: 'startTime',
|
||||
|
Loading…
Reference in New Issue
Block a user