|
@@ -8,10 +8,7 @@
|
|
|
<el-table-column prop="key5" label="按计划完成项目" align="center" />
|
|
|
<el-table-column prop="key6" label="未按计划完成项目" align="center" />
|
|
|
</el-table>
|
|
|
- <vue3-seamless-scroll
|
|
|
- class="seamless tablebox" :list="tableData" :hover="true"
|
|
|
- :limit-scroll-num="6" :step="0.4" :wheel="true" :is-watch="true"
|
|
|
- >
|
|
|
+ <vue3-seamless-scroll class="seamless tablebox" :list="tableData" :hover="true" :limit-scroll-num="8" :step="0.4" :wheel="true" :is-watch="true">
|
|
|
<el-table class="bottom-table" :data="tableData" border style="width: 100%;">
|
|
|
<el-table-column prop="key1" label="项目阶段" align="center" />
|
|
|
<el-table-column prop="key2" label="项目类型" align="center" />
|