|
@@ -2,22 +2,7 @@
|
|
|
<div class="swiperBox">
|
|
|
<el-carousel style="width: 100%; margin: 5vh 0" trigger="click" type="card" height="80vh" :autoplay="false" indicator-position="none" :initial-index="1" arrow="none" @change="changeSwiper">
|
|
|
<!-- card-1 -->
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
- <div class="itemBox">
|
|
|
- <p class="itemTitle">
|
|
|
- 数据查询
|
|
|
- </p>
|
|
|
- <div class="df-table" @click="jumpUrl('/others/realSearch')">
|
|
|
- <div class="sjcx-item" v-for="(value, key) in wppointColumn" :key="key">
|
|
|
- <div class="sjcx-name">{{value}}</div>
|
|
|
- <div class="sjcx-value">{{wppointnum[key]}}</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-carousel-item>
|
|
|
-
|
|
|
- <!-- card-2 -->
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
<div class="itemBox">
|
|
|
<p class="itemTitle">
|
|
|
记录查询
|
|
@@ -30,36 +15,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
+
|
|
|
|
|
|
- <!-- card-3 -->
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
- <div class="itemBox">
|
|
|
- <p class="itemTitle">
|
|
|
- 专家知识
|
|
|
- <!-- <i class="itemMoreBtn el-icon-more" @click="jumpUrl('/realSearch')"></i> -->
|
|
|
- </p>
|
|
|
- <div class="df-table">
|
|
|
- <ComTable height="30vh" :data="tableData3" :pageSize="20">
|
|
|
- </ComTable>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-carousel-item>
|
|
|
+ <!-- card-2 -->
|
|
|
|
|
|
- <!-- card-4 -->
|
|
|
- <!-- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
- <div class="itemBox">
|
|
|
- <p class="itemTitle">
|
|
|
- 统计分析
|
|
|
- <i class="itemMoreBtn el-icon-more" @click="jumpUrl('/realSearch')"></i>
|
|
|
- </p>
|
|
|
- <ComTable height="30vh" :data="tableData7" :pageSize="20">
|
|
|
- </ComTable>
|
|
|
- <ComTable height="30vh" :data="tableData8" :pageSize="20">
|
|
|
- </ComTable>
|
|
|
- </div>
|
|
|
- </el-carousel-item> -->
|
|
|
- <!-- card-5 -->
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
<div class="itemBox">
|
|
|
<p class="itemTitle">
|
|
|
报表管理
|
|
@@ -93,6 +53,49 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
+ <!-- card-3 -->
|
|
|
+ <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <div class="itemBox">
|
|
|
+ <p class="itemTitle">
|
|
|
+ 数据查询
|
|
|
+ </p>
|
|
|
+ <div class="df-table" @click="jumpUrl('/others/realSearch')">
|
|
|
+ <div class="sjcx-item" v-for="(value, key) in wppointColumn" :key="key">
|
|
|
+ <div class="sjcx-name">{{value}}</div>
|
|
|
+ <div class="sjcx-value">{{wppointnum[key]}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-carousel-item>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- card-4 -->
|
|
|
+ <!-- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <div class="itemBox">
|
|
|
+ <p class="itemTitle">
|
|
|
+ 统计分析
|
|
|
+ <i class="itemMoreBtn el-icon-more" @click="jumpUrl('/realSearch')"></i>
|
|
|
+ </p>
|
|
|
+ <ComTable height="30vh" :data="tableData7" :pageSize="20">
|
|
|
+ </ComTable>
|
|
|
+ <ComTable height="30vh" :data="tableData8" :pageSize="20">
|
|
|
+ </ComTable>
|
|
|
+ </div>
|
|
|
+ </el-carousel-item> -->
|
|
|
+ <!-- card-5 -->
|
|
|
+ <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <div class="itemBox">
|
|
|
+ <p class="itemTitle">
|
|
|
+ 专家知识
|
|
|
+ <!-- <i class="itemMoreBtn el-icon-more" @click="jumpUrl('/realSearch')"></i> -->
|
|
|
+ </p>
|
|
|
+ <div class="df-table">
|
|
|
+ <ComTable height="30vh" :data="tableData3" >
|
|
|
+ </ComTable>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-carousel-item>
|
|
|
+
|
|
|
</el-carousel>
|
|
|
</div>
|
|
|
</template>
|