zhouxingyu
1 일 전
|
@@ -161,6 +161,11 @@
|
|
|
align:"center",
|
|
|
dataIndex: 'sub'
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'Schedule',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'schedule'
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
@@ -152,37 +152,37 @@
|
|
|
dataIndex: 'suffix'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastMON',
|
|
|
+ title:'Last MON',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastMon'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastTUE',
|
|
|
+ title:'Last TUE',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastTue'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastWED',
|
|
|
+ title:'Last WED',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastWed'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastTHU',
|
|
|
+ title:'Last THU',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastThu'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastFRI',
|
|
|
+ title:'Last FRI',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastFri'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastSAT',
|
|
|
+ title:'Last SAT',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastFri'
|
|
|
},
|
|
|
{
|
|
|
- title:'LastSUN',
|
|
|
+ title:'Last SUN',
|
|
|
align:"center",
|
|
|
dataIndex: 'lastFri'
|
|
|
},
|
|
@@ -196,6 +196,11 @@
|
|
|
align:"center",
|
|
|
dataIndex: 'tue'
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'WED',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'wed'
|
|
|
+ },
|
|
|
{
|
|
|
title:'THU',
|
|
|
align:"center",
|
|
@@ -216,6 +221,11 @@
|
|
|
align:"center",
|
|
|
dataIndex: 'fri'
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'Schedule',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'schedule'
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|