Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
夏新然
/
appweb
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a27253e9
authored
Apr 26, 2019
by
夏新然
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改表格高度
1 parent
cefdbeda
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
25 deletions
pages/analysis/holidayReport/holidayReport.vue
pages/analysis/inoutReport/inoutDayReport.vue
pages/analysis/rankReport/rankDayReport.vue
pages/analysis/rankReport/rankWeekReport.vue
pages/analysis/staticReport/staticDayReport.vue
pages/analysis/staticReport/staticMonthReport.vue
pages/analysis/staticReport/staticWeekReport.vue
pages/analysis/staticReport/staticYearReport.vue
pages/analysis/yoyReport/yoyDayReport.vue
pages/analysis/yoyReport/yoyMonthReport.vue
pages/analysis/yoyReport/yoyWeekReport.vue
pages/analysis/yoyReport/yoyYearReport.vue
pages/analysis/holidayReport/holidayReport.vue
View file @
a27253e
...
...
@@ -9,7 +9,7 @@
:table-data=
"tableData2"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<circlebar
:chart-data=
"chartData.HolidayEffect"
bind-id=
'HolidayEffect'
></circlebar>
<v-table
v-if=
"columns.length>0"
...
...
@@ -19,7 +19,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/inoutReport/inoutDayReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
row-hover-color=
"#eee"
:title-rows=
"titleRows"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/rankReport/rankDayReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/rankReport/rankWeekReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/staticReport/staticDayReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/staticReport/staticMonthReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/staticReport/staticWeekReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/staticReport/staticYearReport.vue
View file @
a27253e
...
...
@@ -14,7 +14,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/yoyReport/yoyDayReport.vue
View file @
a27253e
...
...
@@ -9,7 +9,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns2.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -18,7 +18,7 @@
:table-data=
"tableData2"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns3.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -27,7 +27,7 @@
:table-data=
"tableData3"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns4.length>0&&objId=='more'"
is-horizontal-resize
...
...
@@ -36,7 +36,7 @@
:table-data=
"tableData4"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/yoyReport/yoyMonthReport.vue
View file @
a27253e
...
...
@@ -9,7 +9,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns2.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -18,7 +18,7 @@
:table-data=
"tableData2"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns3.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -27,7 +27,7 @@
:table-data=
"tableData3"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns4.length>0&&objId=='more'"
is-horizontal-resize
...
...
@@ -36,7 +36,7 @@
:table-data=
"tableData4"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/yoyReport/yoyWeekReport.vue
View file @
a27253e
...
...
@@ -9,7 +9,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns2.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -18,7 +18,7 @@
:table-data=
"tableData2"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns3.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -27,7 +27,7 @@
:table-data=
"tableData3"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns4.length>0&&objId=='more'"
is-horizontal-resize
...
...
@@ -36,7 +36,7 @@
:table-data=
"tableData4"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
pages/analysis/yoyReport/yoyYearReport.vue
View file @
a27253e
...
...
@@ -9,7 +9,7 @@
:table-data=
"tableData"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns2.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -18,7 +18,7 @@
:table-data=
"tableData2"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns3.length>0&&objId=='one'"
is-horizontal-resize
...
...
@@ -27,7 +27,7 @@
:table-data=
"tableData3"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
<v-table
v-if=
"columns4.length>0&&objId=='more'"
is-horizontal-resize
...
...
@@ -36,7 +36,7 @@
:table-data=
"tableData4"
row-hover-color=
"#eee"
row-click-color=
"#edf7ff"
:height=
'
5
00'
:height=
'
8
00'
></v-table>
</div>
</
template
>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment