.
This commit is contained in:
parent
0b03e6d44b
commit
f143c5e2d9
@ -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
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user