123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686 |
- <!-- 数据看板-大仪预约 -->
- <template>
- <view class="daYiReservation">
- <view class="chart">
- <view class="chart-t">
- <viwe class="chart-t-l">
- <text>设备总数:</text>
- <text>325</text>
- </viwe>
- <viwe class="chart-tab">
- <view class="chart-tab-li" :class="chartTabIndex==index?'tab-A':'tab-B'"
- v-for="(item,index) in chartTabList" :key="index" @click="chartTabClick(index)">{{item}}</view>
- </viwe>
- </view>
- <view class="chart-b">
- <qiun-data-charts type="ring" :opts="opts" :echartsH5="true" :chartData="chartData" />
- </view>
- </view>
- <view class="statistics">
- <view class="statistics-b">
- <view class="statistics-b-li">
- <view class="statistics-b-li-t">
- <text class="color-A">9999</text>
- <text class="color-A">小时</text>
- </view>
- <view class="statistics-b-li-b">使用机时</view>
- </view>
- <view class="line"></view>
- <view class="statistics-b-li">
- <view class="statistics-b-li-t">
- <text class="color-B">¥</text>
- <text class="color-B">56460.63</text>
- </view>
- <view class="statistics-b-li-b">预约费用</view>
- </view>
- <view class="line"></view>
- <view class="statistics-b-li">
- <view class="statistics-b-li-t">
- <text class="color-C">333</text>
- <text class="color-C">个</text>
- </view>
- <view class="statistics-b-li-b">预约费用</view>
- </view>
- </view>
- </view>
- <view class="small-title">
- <view class="small-title-l">预约使用排行TOP10</view>
- <viwe class="chart-tab-tow">
- <view class="chart-tab-li" :class="chartTabIndexTow==index?'tab-A':'tab-B'"
- v-for="(item,index) in chartTabListTow" :key="index" @click="chartTabClickTow(index)">{{item}}
- </view>
- </viwe>
- </view>
- <!-- -->
- <view class="table">
- <uni-card>
- <view style="height: 200px">
- <zb-table :columns="column" :stripe="false" :border="false" :data="dataList"></zb-table>
- </view>
- </uni-card>
- </view>
- <!-- -->
- <view class="small-title">
- <view class="small-title-l">一年内空闲率排行TOP10</view>
- </view>
- <view class="table-tow">
- <uni-card>
- <view style="height: 200px">
- <zb-table :columns="column2" :stripe="false" :border="false" :data="dataList"></zb-table>
- </view>
- </uni-card>
- </view>
- <view class="small-title">
- <view class="small-title-l">安全隐患统计</view>
- </view>
- <view class="small-title-tow">
- <view class="small-title-tow-l">安全检查校级巡查计划标题标题标题标题标题</view>
- <img class="small-title-tow-r" src="@/pages/images/dataBoard/icon_06.png">
- </view>
- <view class="chart-tow">
- <view class="chart-tow-b">
- <qiun-data-charts type="radar" :opts="optsTow" :echartsH5="true" :chartData="chartDataTow" />
- </view>
- </view>
- </view>
- </template>
- <script>
- import {
- config
- } from '@/api/request/config.js'
- import {
- } from '@/pages_basics/api/index.js'
- export default {
- name: "daYiReservation",
- components: {
- },
- data() {
- return {
- opts: {
- rotate: false,
- rotateLock: false,
- color: ["#10C139", "#FF8400", "#0183FA", "#EE6666", "#73C0DE", "#3CA272", ],
- padding: [5, 5, 5, 5],
- dataLabel: true,
- enableScroll: false,
- legend: {
- show: true,
- position: "right",
- fontColor: '#fff',
- },
- title: {
- name: "",
- },
- subtitle: {
- name: "",
- },
- extra: {
- ring: {
- ringWidth: 10,
- centerColor: '#3E414F',
- activeOpacity: 0.5,
- activeRadius: 20,
- offsetAngle: 0,
- labelWidth: 15,
- border: true,
- borderWidth: 3,
- borderColor: "#3E414F"
- }
- }
- },
- chartData: {},
- optsTow: {
- color: ["#1890FF", "#91CB74", "#FAC858", "#EE6666", "#73C0DE", "#3CA272", "#FC8452", "#9A60B4",
- "#ea7ccc"
- ],
- padding: [5, 5, 5, 5],
- dataLabel: false,
- enableScroll: false,
- legend: {
- show: false,
- position: "right",
- lineHeight: 25
- },
- extra: {
- radar: {
- gridType: "radar",
- gridColor: "#CCCCCC",
- gridCount: 3,
- opacity: 0.2,
- max: 200,
- labelShow: true,
- border: true,
- labelColor: '#fff',
- }
- }
- },
- chartDataTow: {},
- chartTabList: ['日', '月', '年'],
- chartTabIndex: 0,
- chartTabListTow: ['按资费', '按机时', '按样品'],
- chartTabIndexTow: 0,
- // 查询参数
- queryParams: {
- page: 1,
- pageSize: 10,
- },
- column: [{
- type: 'index',
- label: '排行',
- fixed: true,
- width: 60,
- align: 'center',
- },
- {
- name: 'data1',
- label: '设备名称',
- fixed: true,
- width: 80,
- align: 'center',
- },
- {
- name: 'data2',
- label: '使用机时',
- align: 'center',
- },
- {
- name: 'data3',
- label: '预约费用',
- align: 'center',
- },
- {
- name: 'data4',
- label: '测试样品',
- align: 'center',
- },
- ],
- column2: [{
- type: 'index',
- label: '排行',
- fixed: true,
- width: 60,
- align: 'center',
- },
- {
- name: 'data1',
- label: '设备名称',
- fixed: true,
- width: 80,
- align: 'center',
- },
- {
- name: 'data2',
- label: '预约时长',
- align: 'center',
- },
- {
- name: 'data3',
- label: '空闲率',
- align: 'center',
- },
- ],
- dataList: [{
- data1: '压力容器',
- data2: '468',
- data3: '47',
- data4: '220',
- data5: '137',
- },
- {
- data1: '浓缩设备',
- data2: '367',
- data3: '7',
- data4: '120',
- data5: '37',
- },
- {
- data1: '高压灭菌锅',
- data2: '343',
- data3: '71',
- data4: '10',
- data5: '37',
- },
- {
- data1: '纯水设备',
- data2: '256',
- data3: '7',
- data4: '120',
- data5: '37',
- },
- {
- data1: '二氧化碳培养箱',
- data2: '232',
- data3: '71',
- data4: '10',
- data5: '37',
- },
- ],
- dataList: [{
- data1: '压力容器',
- data2: '468',
- data3: '88',
- data4: '220',
- data5: '137',
- },
- {
- data1: '浓缩设备',
- data2: '367',
- data3: '56',
- data4: '120',
- data5: '37',
- },
- {
- data1: '高压灭菌锅',
- data2: '343',
- data3: '42',
- data4: '10',
- data5: '37',
- },
- {
- data1: '纯水设备',
- data2: '256',
- data3: '34',
- data4: '120',
- data5: '37',
- },
- {
- data1: '二氧化碳培养箱',
- data2: '232',
- data3: '22',
- data4: '10',
- data5: '37',
- },
- ],
- total: 0,
- }
- },
- created() {
- },
- beforeMount() {
- },
- mounted() {
- this.getServerData()
- this.getServerDataTow()
- },
- methods: {
- getServerData() {
- //模拟从服务器获取数据时的延时
- setTimeout(() => {
- //模拟服务器返回数据,如果数据格式和标准格式不同,需自行按下面的格式拼接
- let res = {
- series: [{
- data: [{
- "name": "预约",
- "value": 50,
- "labelShow": false
- }, {
- "name": "空闲",
- "value": 30,
- "labelShow": false
- }, {
- "name": "锁定",
- "value": 20,
- "labelShow": false
- }, ]
- }]
- };
- this.chartData = JSON.parse(JSON.stringify(res));
- }, 500);
- },
- getServerDataTow() {
- //模拟从服务器获取数据时的延时
- setTimeout(() => {
- //模拟服务器返回数据,如果数据格式和标准格式不同,需自行按下面的格式拼接
- let res = {
- categories: ["测定仪", "色谱仪", "分析仪", "光度计", "离子色谱仪"],
- series: [{
- name: "",
- data: [90, 110, 165, 195, 187]
- },
- ]
- };
- this.chartDataTow = JSON.parse(JSON.stringify(res));
- }, 500);
- },
- chartTabClick(index) {
- this.chartTabIndex = index;
- },
- chartTabClickTow(index) {
- this.chartTabIndexTow = index;
- },
- },
- }
- </script>
- <style lang="stylus" scoped>
- .daYiReservation {
- height: 100%;
- width: 100%;
- background: #363744;
- padding: 20rpx 0rpx 0;
- box-sizing: border-box;
- .chart {
- width: 690rpx;
- height: 380rpx;
- background: #3E414F;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- overflow: hidden;
- margin: 0 30rpx;
- .chart-t {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 50rpx;
- margin-top: 30rpx;
- padding: 0 24rpx 0 42rpx;
- box-sizing: border-box;
- .chart-t-l {
- >text {
- font-weight: 400;
- font-size: 30rpx;
- color: #FFFFFF;
- line-height: 42rpx;
- }
- >text:nth-of-type(1) {
- color: #FFFFFF;
- }
- >text:nth-of-type(2) {
- color: #0183FA;
- }
- }
- .chart-tab {
- width: 120rpx;
- height: 50rpx;
- border-radius: 10rpx;
- overflow: hidden;
- border: 1rpx solid #52545F;
- display: flex;
- justify-content: flex-start;
- .chart-tab-li {
- width: 60rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #999999;
- line-height: 50rpx;
- text-align: center;
- }
- .chart-tab-li:nth-of-type(1) {
- border-right: 1rpx solid #52545F;
- }
- .chart-tab-li:nth-of-type(2) {
- border-right: 1rpx solid #52545F;
- }
- .tab-A {
- color: #FFFFFF;
- background: #0183FA;
- }
- .tab-B {
- color: #999999;
- background: none;
- }
- }
- }
- .chart-b {
- width: 690rpx;
- height: 300rpx;
- }
- }
- .statistics {
- width: 750rpx;
- height: 120rpx;
- background: #3E414F;
- margin-top: 20rpx;
- .statistics-b {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .statistics-b-li {
- flex: 1;
- text-align: center;
- .statistics-b-li-t {
- margin-top: 10rpx;
- >text {
- font-weight: 400;
- font-size: 36rpx;
- line-height: 50rpx;
- }
- >text:nth-of-type(1) {
- font-size: 36rpx;
- }
- >text:nth-of-type(2) {
- font-size: 24rpx;
- }
- }
- .statistics-b-li-b {
- font-weight: 400;
- font-size: 24rpx;
- color: #FFFFFF;
- line-height: 34rpx;
- margin-top: 9rpx;
- }
- }
- .line {
- width: 2rpx;
- height: 30rpx;
- background: #D8D8D8;
- }
- }
- .color-A {
- color: #0183FA;
- }
- .color-B {
- color: #05FFE6;
- }
- .color-C {
- color: #FFAA00;
- }
- }
- .small-title {
- width: 690rpx;
- height: 50rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 24rpx 30rpx;
- .small-title-l {
- font-weight: 400;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 45rpx;
- }
- .chart-tab-tow {
- width: 300rpx;
- height: 50rpx;
- border-radius: 25rpx;
- overflow: hidden;
- border: 1rpx solid #52545F;
- display: flex;
- justify-content: flex-start;
- .chart-tab-li {
- width: 100rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #999999;
- line-height: 50rpx;
- text-align: center;
- }
- .chart-tab-li:nth-of-type(1) {
- border-right: 1rpx solid #52545F;
- }
- .chart-tab-li:nth-of-type(2) {
- border-right: 1rpx solid #52545F;
- }
- .tab-A {
- color: #FFFFFF;
- background: #0183FA;
- }
- .tab-B {
- color: #999999;
- background: none;
- }
- }
- }
- .table {
- width: 690rpx;
- margin-top: 20rpx;
- border-radius: 20rpx 20rpx 0 0;
- overflow: hidden;
- margin-left: 30rpx;
- }
- .sortOne {
- display: inline-block;
- width: 40rpx;
- height: 40rpx;
- padding: 4rpx;
- box-sizing: border-box;
- background: rgba(255, 0, 0, 0.2);
- font-weight: 400;
- font-size: 28rpx;
- color: #FF0000;
- line-height: 40rpx;
- text-align: center;
- border-radius: 20rpx;
- }
- .sortTow {
- display: inline-block;
- width: 40rpx;
- height: 40rpx;
- padding: 4rpx;
- box-sizing: border-box;
- background: rgba(255, 153, 0, 0.2);
- font-weight: 400;
- font-size: 28rpx;
- color: #FF9900;
- line-height: 40rpx;
- text-align: center;
- border-radius: 20rpx;
- }
- .sortThree {
- display: inline-block;
- width: 40rpx;
- height: 40rpx;
- padding: 4rpx;
- box-sizing: border-box;
- background: rgba(255, 242, 0, 0.2);
- font-weight: 400;
- font-size: 28rpx;
- color: #FFF200;
- line-height: 40rpx;
- text-align: center;
- border-radius: 20rpx;
- }
- .sortFive {
- display: inline-block;
- width: 40rpx;
- height: 40rpx;
- padding: 4rpx;
- box-sizing: border-box;
- background: rgba(1, 131, 250, 0.2);
- font-weight: 400;
- font-size: 28rpx;
- color: #0183FA;
- line-height: 40rpx;
- text-align: center;
- border-radius: 20rpx;
- }
- .table-tow {
- width: 690rpx;
- margin-top: 20rpx;
- border-radius: 20rpx 20rpx 0 0;
- overflow: hidden;
- margin-left: 30rpx;
- }
- .small-title-tow {
- width: 750rpx;
- height: 80rpx;
- background: #3E414F;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx 0 30rpx;
- box-sizing: border-box;
- margin-top: 2rpx;
- .small-title-tow-l {
- flex: 1;
- font-weight: 400;
- font-size: 30rpx;
- color: #FFFFFF;
- line-height: 42rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .small-title-tow-r {
- width: 14rpx;
- height: 8rpx;
- }
- }
- .chart-tow {
- width: 690rpx;
- height: 480rpx;
- background: #3E414F;
- border-radius: 20rpx 20rpx 20rpx 30rpx;
- margin: 26rpx 30rpx 0;
- .chart-tow-b {
- width: 690rpx;
- height: 480rpx;
- }
- }
- }
- </style>
|