|
@@ -5,9 +5,13 @@
|
|
|
<uni-row style="width: 100%; display: flex">
|
|
<uni-row style="width: 100%; display: flex">
|
|
|
<uni-col :span="6" />
|
|
<uni-col :span="6" />
|
|
|
<uni-col :span="12">
|
|
<uni-col :span="12">
|
|
|
- <view class="nav-title" style="text-align: center">{{ $t('app.appName') }}</view>
|
|
|
|
|
|
|
+ <view class="nav-title" style="text-align: center">{{
|
|
|
|
|
+ $t("app.appName")
|
|
|
|
|
+ }}</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
- <uni-col :span="6" style="display: flex; justify-content: end; padding-right: 20px">
|
|
|
|
|
|
|
+ <uni-col
|
|
|
|
|
+ :span="6"
|
|
|
|
|
+ style="display: flex; justify-content: end; padding-right: 20px">
|
|
|
<uni-badge absolute="rightTop" size="small" :text="messageCount">
|
|
<uni-badge absolute="rightTop" size="small" :text="messageCount">
|
|
|
<image
|
|
<image
|
|
|
src="~@/static/home/message.png"
|
|
src="~@/static/home/message.png"
|
|
@@ -40,28 +44,33 @@
|
|
|
class="flex-col justify-between"
|
|
class="flex-col justify-between"
|
|
|
v-for="{ item1, item2 } in overtimeTaskList"
|
|
v-for="{ item1, item2 } in overtimeTaskList"
|
|
|
@click="navigatorTo('/pages/overtime/index')">
|
|
@click="navigatorTo('/pages/overtime/index')">
|
|
|
- <view class="daiban flex-row align-center justify-around" style="margin-top: 10px">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="daiban flex-row align-center justify-around"
|
|
|
|
|
+ style="margin-top: 10px">
|
|
|
<view class="dt-status green">
|
|
<view class="dt-status green">
|
|
|
<!-- 超时未保养 -->
|
|
<!-- 超时未保养 -->
|
|
|
{{ item1.status }}
|
|
{{ item1.status }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="dt-content">
|
|
<view class="dt-content">
|
|
|
<!-- 增压机十年使用到期保养 -->
|
|
<!-- 增压机十年使用到期保养 -->
|
|
|
- {{ item1.type + '-' + item1.title }}
|
|
|
|
|
|
|
+ {{ item1.type + "-" + item1.title }}
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <view class="dt-time">-->
|
|
<!-- <view class="dt-time">-->
|
|
|
<!-- <!– 1小时前 –>-->
|
|
<!-- <!– 1小时前 –>-->
|
|
|
<!-- {{ item1.createTime }}-->
|
|
<!-- {{ item1.createTime }}-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="item2" class="daiban flex-row align-center justify-around" style="margin-bottom: 10px">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ v-if="item2"
|
|
|
|
|
+ class="daiban flex-row align-center justify-around"
|
|
|
|
|
+ style="margin-bottom: 10px">
|
|
|
<view class="dt-status green">
|
|
<view class="dt-status green">
|
|
|
<!-- 超时未保养 -->
|
|
<!-- 超时未保养 -->
|
|
|
{{ item2?.status }}
|
|
{{ item2?.status }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="dt-content">
|
|
<view class="dt-content">
|
|
|
<!-- 增压机十年使用到期保养 -->
|
|
<!-- 增压机十年使用到期保养 -->
|
|
|
- {{ item2?.type + '-' + item2?.title }}
|
|
|
|
|
|
|
+ {{ item2?.type + "-" + item2?.title }}
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <view class="dt-time">-->
|
|
<!-- <view class="dt-time">-->
|
|
|
<!-- <!– 1小时前 –>-->
|
|
<!-- <!– 1小时前 –>-->
|
|
@@ -80,50 +89,61 @@
|
|
|
class="yunxingjilu flex-col justify-between"
|
|
class="yunxingjilu flex-col justify-between"
|
|
|
@click="navigatorTo('/pages/recordFilling/list')">
|
|
@click="navigatorTo('/pages/recordFilling/list')">
|
|
|
<view class="half-title">
|
|
<view class="half-title">
|
|
|
- {{ $t('home.operationRecordFilling') }}
|
|
|
|
|
|
|
+ {{ $t("home.operationRecordFilling") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="half-subtitle">
|
|
<view class="half-subtitle">
|
|
|
- {{ $t('home.fillDailyOperationRecord') }}
|
|
|
|
|
|
|
+ {{ $t("home.fillDailyOperationRecord") }}
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
<!-- 保养工单 -->
|
|
<!-- 保养工单 -->
|
|
|
- <uni-col :span="12" class="baoyang flex-col justify-between" @click="navigatorTo('/pages/maintenance/index')">
|
|
|
|
|
|
|
+ <uni-col
|
|
|
|
|
+ :span="12"
|
|
|
|
|
+ class="baoyang flex-col justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/maintenance/index')">
|
|
|
<view class="half-title">
|
|
<view class="half-title">
|
|
|
- {{ $t('home.maintenanceWorkOrder') }}
|
|
|
|
|
|
|
+ {{ $t("home.maintenanceWorkOrder") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="half-subtitle">
|
|
<view class="half-subtitle">
|
|
|
- {{ $t('home.receiveMaintenanceWorkOrderAndSubmit') }}
|
|
|
|
|
|
|
+ {{ $t("home.receiveMaintenanceWorkOrderAndSubmit") }}
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
</uni-row>
|
|
</uni-row>
|
|
|
<uni-row class="row-half" :gutter="5">
|
|
<uni-row class="row-half" :gutter="5">
|
|
|
<!-- 设备维修 -->
|
|
<!-- 设备维修 -->
|
|
|
- <uni-col :span="12" class="shebeiweixiu flex-col justify-between" @click="navigatorTo('/pages/repair/index')">
|
|
|
|
|
|
|
+ <uni-col
|
|
|
|
|
+ :span="12"
|
|
|
|
|
+ class="shebeiweixiu flex-col justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/repair/index')">
|
|
|
<view class="half-title">
|
|
<view class="half-title">
|
|
|
- {{ $t('home.equipmentMaintenance') }}
|
|
|
|
|
|
|
+ {{ $t("home.equipmentMaintenance") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="half-subtitle">
|
|
<view class="half-subtitle">
|
|
|
- {{ $t('home.fillMaintenanceWorkOrder') }}
|
|
|
|
|
|
|
+ {{ $t("home.fillMaintenanceWorkOrder") }}
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
<!-- 巡检工单 -->
|
|
<!-- 巡检工单 -->
|
|
|
- <uni-col :span="12" class="xunjian flex-col justify-between" @click="navigatorTo('/pages/inspection/index')">
|
|
|
|
|
|
|
+ <uni-col
|
|
|
|
|
+ :span="12"
|
|
|
|
|
+ class="xunjian flex-col justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/inspection/index')">
|
|
|
<view class="half-title">
|
|
<view class="half-title">
|
|
|
- {{ $t('home.inspectionWorkOrder') }}
|
|
|
|
|
|
|
+ {{ $t("home.inspectionWorkOrder") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="half-subtitle">
|
|
<view class="half-subtitle">
|
|
|
- {{ $t('home.receiveInspectionWorkOrderAndSubmit') }}
|
|
|
|
|
|
|
+ {{ $t("home.receiveInspectionWorkOrderAndSubmit") }}
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
</uni-row>
|
|
</uni-row>
|
|
|
<uni-row class="row-full">
|
|
<uni-row class="row-full">
|
|
|
<!-- 故障上报 -->
|
|
<!-- 故障上报 -->
|
|
|
- <uni-col class="guzhang flex-row align-center" @click="navigatorTo('/pages/fault/index')">
|
|
|
|
|
|
|
+ <uni-col
|
|
|
|
|
+ class="guzhang flex-row align-center"
|
|
|
|
|
+ @click="navigatorTo('/pages/fault/index')">
|
|
|
<view class="half-title" style="margin-right: 10px">
|
|
<view class="half-title" style="margin-right: 10px">
|
|
|
- {{ $t('home.faultReporting') }}
|
|
|
|
|
|
|
+ {{ $t("home.faultReporting") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="half-subtitle">
|
|
<view class="half-subtitle">
|
|
|
- {{ $t('home.fillAndReportFaultWorkOrder') }}
|
|
|
|
|
|
|
+ {{ $t("home.fillAndReportFaultWorkOrder") }}
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
</uni-row>
|
|
</uni-row>
|
|
@@ -137,10 +157,10 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiDu') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiDu") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiDuTip') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiDuTip") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -154,10 +174,10 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiHen') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiHen") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiHenTip') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiHenTip") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -171,10 +191,10 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiHen') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiHen") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiHenApproval') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiHenApproval") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -188,10 +208,10 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiYing') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYing") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiYingTip') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYingTip") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -205,10 +225,10 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiYing') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYing") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiYingApproval') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYingApproval") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -222,10 +242,10 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiYingX') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYingX") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiYingXTip') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYingXTip") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -239,100 +259,114 @@
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.dailyReportRuiYingX') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYingX") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.dailyReportRuiYingXApproval') }}
|
|
|
|
|
|
|
+ {{ $t("home.dailyReportRuiYingXApproval") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 库存查询 -->
|
|
<!-- 库存查询 -->
|
|
|
- <view class="card-cell flex-row align-center justify-between" @click="navigatorTo('/pages/inventory/index')">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="card-cell flex-row align-center justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/inventory/index')">
|
|
|
<image src="/static/home/kucun.svg" mode="aspectFill"></image>
|
|
<image src="/static/home/kucun.svg" mode="aspectFill"></image>
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.inventoryQuery') }}
|
|
|
|
|
|
|
+ {{ $t("home.inventoryQuery") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.clickToQueryInventoryData') }}
|
|
|
|
|
|
|
+ {{ $t("home.clickToQueryInventoryData") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 设备台账 -->
|
|
<!-- 设备台账 -->
|
|
|
- <view class="card-cell flex-row align-center justify-between" @click="navigatorTo('/pages/ledger/index')">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="card-cell flex-row align-center justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/ledger/index')">
|
|
|
<image src="/static/home/taizhang.svg" mode="aspectFill"></image>
|
|
<image src="/static/home/taizhang.svg" mode="aspectFill"></image>
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.equipmentLedger') }}
|
|
|
|
|
|
|
+ {{ $t("home.equipmentLedger") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.viewEquipmentLedger') }}
|
|
|
|
|
|
|
+ {{ $t("home.viewEquipmentLedger") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 设备状态变更 -->
|
|
<!-- 设备状态变更 -->
|
|
|
- <view class="card-cell flex-row align-center justify-between" @click="navigatorTo('/pages/statusChange/index')">
|
|
|
|
|
- <image src="/static/home/zhuangtaibiangeng.svg" mode="aspectFill"></image>
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="card-cell flex-row align-center justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/statusChange/index')">
|
|
|
|
|
+ <image
|
|
|
|
|
+ src="/static/home/zhuangtaibiangeng.svg"
|
|
|
|
|
+ mode="aspectFill"></image>
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.equipmentStatusChange') }}
|
|
|
|
|
|
|
+ {{ $t("home.equipmentStatusChange") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.adjustEquipmentStatus') }}
|
|
|
|
|
|
|
+ {{ $t("home.adjustEquipmentStatus") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 设备责任人 -->
|
|
<!-- 设备责任人 -->
|
|
|
- <view class="card-cell flex-row align-center justify-between" @click="navigatorTo('/pages/deviceUser/index')">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="card-cell flex-row align-center justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/deviceUser/index')">
|
|
|
<image src="/static/home/deviceUser.svg" mode="aspectFill"></image>
|
|
<image src="/static/home/deviceUser.svg" mode="aspectFill"></image>
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.deviceUser') }}
|
|
|
|
|
|
|
+ {{ $t("home.deviceUser") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.deviceUserTip') }}
|
|
|
|
|
|
|
+ {{ $t("home.deviceUserTip") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 设备实时数据监控 -->
|
|
<!-- 设备实时数据监控 -->
|
|
|
- <view class="card-cell flex-row align-center justify-between" @click="navigatorTo('/pages/realTimeData/index')">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="card-cell flex-row align-center justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/realTimeData/index')">
|
|
|
<image src="/static/home/shujujiankong.svg" mode="aspectFill"></image>
|
|
<image src="/static/home/shujujiankong.svg" mode="aspectFill"></image>
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.realTimeEquipmentDataMonitoring') }}
|
|
|
|
|
|
|
+ {{ $t("home.realTimeEquipmentDataMonitoring") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.viewRealTimeEquipmentData') }}
|
|
|
|
|
|
|
+ {{ $t("home.viewRealTimeEquipmentData") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 统计分析 -->
|
|
<!-- 统计分析 -->
|
|
|
- <view class="card-cell flex-row align-center justify-between" @click="navigatorTo('/pages/statistic/index')">
|
|
|
|
|
|
|
+ <view
|
|
|
|
|
+ class="card-cell flex-row align-center justify-between"
|
|
|
|
|
+ @click="navigatorTo('/pages/statistic/index')">
|
|
|
<image src="/static/home/tongjifenxi.svg" mode="aspectFill"></image>
|
|
<image src="/static/home/tongjifenxi.svg" mode="aspectFill"></image>
|
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
<view class="cell-con flex-row align-center justify-between">
|
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
<view class="cell-text flex-row align-center justify-start">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
- {{ $t('home.statisticalAnalysis') }}
|
|
|
|
|
|
|
+ {{ $t("home.statisticalAnalysis") }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="subtitle">
|
|
<view class="subtitle">
|
|
|
- {{ $t('home.equipmentDataStatisticalAnalysis') }}
|
|
|
|
|
|
|
+ {{ $t("home.equipmentDataStatisticalAnalysis") }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
<uni-icons type="right" :color="'#CACCCF'" size="15" />
|
|
@@ -346,323 +380,343 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
- import { onShow } from '@dcloudio/uni-app';
|
|
|
|
|
- import { nextTick, onMounted, ref } from 'vue';
|
|
|
|
|
- import { getUnreadMessageCount } from '@/api/message';
|
|
|
|
|
- import { getOvertimeTaskList } from '@/api/task';
|
|
|
|
|
- import { getLoginUserInfo } from '@/api/login';
|
|
|
|
|
- import { useDataDictStore } from '@/store/modules/dataDict';
|
|
|
|
|
- import { useDeptStore } from '@/store/modules/dept';
|
|
|
|
|
- import { useDeviceStore } from '@/store/modules/device';
|
|
|
|
|
- import { messageNavigate } from '@/utils/navigate';
|
|
|
|
|
- import Upgrade from '@/components/upgrade.vue';
|
|
|
|
|
-
|
|
|
|
|
- const navigatorTo = url => {
|
|
|
|
|
- uni.navigateTo({
|
|
|
|
|
- url: url,
|
|
|
|
|
- });
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
- const messageCount = ref(0);
|
|
|
|
|
- onMounted(async () => {
|
|
|
|
|
- await Promise.all([
|
|
|
|
|
- useDataDictStore().loadDataDictList(),
|
|
|
|
|
- useDeptStore().loadDeptList(),
|
|
|
|
|
- useDeviceStore().loadDeviceTypeList(),
|
|
|
|
|
- ]);
|
|
|
|
|
|
|
+import { onShow } from "@dcloudio/uni-app";
|
|
|
|
|
+import { nextTick, onMounted, ref } from "vue";
|
|
|
|
|
+import { getUnreadMessageCount } from "@/api/message";
|
|
|
|
|
+import { getOvertimeTaskList } from "@/api/task";
|
|
|
|
|
+import { getLoginUserInfo } from "@/api/login";
|
|
|
|
|
+import { useDataDictStore } from "@/store/modules/dataDict";
|
|
|
|
|
+import { useDeptStore } from "@/store/modules/dept";
|
|
|
|
|
+import { useDeviceStore } from "@/store/modules/device";
|
|
|
|
|
+import { messageNavigate } from "@/utils/navigate";
|
|
|
|
|
+import Upgrade from "@/components/upgrade.vue";
|
|
|
|
|
+
|
|
|
|
|
+const navigatorTo = url => {
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url: url,
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
- // 是否展示瑞都日报入口
|
|
|
|
|
- const isShowRuiduDaily = ref(false);
|
|
|
|
|
- const rhReportFlag = ref(false);
|
|
|
|
|
- const rhReportApprovalFlag = ref(false);
|
|
|
|
|
- const ryReportFlag = ref(false);
|
|
|
|
|
- const ryReportApprovalFlag = ref(false);
|
|
|
|
|
- const ryXjReportFlag = ref(false);
|
|
|
|
|
- const ryXjReportApprovalFlag = ref(false);
|
|
|
|
|
- const userInfo = ref({});
|
|
|
|
|
- const getLoginUser = async () => {
|
|
|
|
|
- const response = await getLoginUserInfo();
|
|
|
|
|
- if (response.code === 0) {
|
|
|
|
|
- userInfo.value = response.data;
|
|
|
|
|
- isShowRuiduDaily.value = response.data.rdReportFlag;
|
|
|
|
|
- rhReportFlag.value = response.data.rhReportFlag;
|
|
|
|
|
- rhReportApprovalFlag.value = response.data.rhReportApprovalFlag;
|
|
|
|
|
- ryReportFlag.value = response.data.ryReportFlag;
|
|
|
|
|
- ryReportApprovalFlag.value = response.data.ryReportApprovalFlag;
|
|
|
|
|
- ryXjReportFlag.value = response.data.ryXjReportFlag;
|
|
|
|
|
- ryXjReportApprovalFlag.value = response.data.ryXjReportApprovalFlag;
|
|
|
|
|
- }
|
|
|
|
|
- };
|
|
|
|
|
- getLoginUser();
|
|
|
|
|
-
|
|
|
|
|
- const overtimeTaskList = ref([]);
|
|
|
|
|
- const isNavigated = ref(false);
|
|
|
|
|
- // 处理缓存的钉钉消息传递的消息
|
|
|
|
|
- onShow(async () => {
|
|
|
|
|
- const response = await Promise.all([getUnreadMessageCount(), getOvertimeTaskList({ pageNo: 1, pageSize: 10 })]);
|
|
|
|
|
- // const response = await getUnreadMessageCount()
|
|
|
|
|
- // messageCount.value = response.data
|
|
|
|
|
- if (response[0].code === 0) {
|
|
|
|
|
- messageCount.value = response[0].data;
|
|
|
|
|
- }
|
|
|
|
|
- if (response[1].code === 0) {
|
|
|
|
|
- const list = response[1].data.list;
|
|
|
|
|
- const mapList = [];
|
|
|
|
|
- for (let i = 0; i < list.length; i += 2) {
|
|
|
|
|
- mapList.push({
|
|
|
|
|
- item1: list[i],
|
|
|
|
|
- item2: list[i + 1],
|
|
|
|
|
- });
|
|
|
|
|
- }
|
|
|
|
|
- overtimeTaskList.value = mapList;
|
|
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+const messageCount = ref(0);
|
|
|
|
|
+onMounted(async () => {
|
|
|
|
|
+ await Promise.all([
|
|
|
|
|
+ useDataDictStore().loadDataDictList(),
|
|
|
|
|
+ useDeptStore().loadDeptList(),
|
|
|
|
|
+ useDeviceStore().loadDeviceTypeList(),
|
|
|
|
|
+ ]);
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
|
|
+// 是否展示瑞都日报入口
|
|
|
|
|
+const isShowRuiduDaily = ref(false);
|
|
|
|
|
+const rhReportFlag = ref(false);
|
|
|
|
|
+const rhReportApprovalFlag = ref(false);
|
|
|
|
|
+const ryReportFlag = ref(false);
|
|
|
|
|
+const ryReportApprovalFlag = ref(false);
|
|
|
|
|
+const ryXjReportFlag = ref(false);
|
|
|
|
|
+const ryXjReportApprovalFlag = ref(false);
|
|
|
|
|
+const userInfo = ref({});
|
|
|
|
|
+const getLoginUser = async () => {
|
|
|
|
|
+ const response = await getLoginUserInfo();
|
|
|
|
|
+ if (response.code === 0) {
|
|
|
|
|
+ userInfo.value = response.data;
|
|
|
|
|
+ isShowRuiduDaily.value = response.data.rdReportFlag;
|
|
|
|
|
+ // isShowRuiduDaily.value = true;
|
|
|
|
|
+ rhReportFlag.value = response.data.rhReportFlag;
|
|
|
|
|
+ rhReportApprovalFlag.value = response.data.rhReportApprovalFlag;
|
|
|
|
|
+ ryReportFlag.value = response.data.ryReportFlag;
|
|
|
|
|
+ // ryReportFlag.value = true;
|
|
|
|
|
+ ryReportApprovalFlag.value = response.data.ryReportApprovalFlag;
|
|
|
|
|
+ // ryReportApprovalFlag.value = true;
|
|
|
|
|
+ ryXjReportFlag.value = response.data.ryXjReportFlag;
|
|
|
|
|
+ // ryXjReportFlag.value = true;
|
|
|
|
|
+ ryXjReportApprovalFlag.value = response.data.ryXjReportApprovalFlag;
|
|
|
|
|
+ // ryXjReportApprovalFlag.value = true;
|
|
|
|
|
+ }
|
|
|
|
|
+};
|
|
|
|
|
+getLoginUser();
|
|
|
|
|
+
|
|
|
|
|
+const overtimeTaskList = ref([]);
|
|
|
|
|
+const isNavigated = ref(false);
|
|
|
|
|
+// 处理缓存的钉钉消息传递的消息
|
|
|
|
|
+onShow(async () => {
|
|
|
|
|
+ const response = await Promise.all([
|
|
|
|
|
+ getUnreadMessageCount(),
|
|
|
|
|
+ getOvertimeTaskList({ pageNo: 1, pageSize: 10 }),
|
|
|
|
|
+ ]);
|
|
|
|
|
+ // const response = await getUnreadMessageCount()
|
|
|
|
|
+ // messageCount.value = response.data
|
|
|
|
|
+ if (response[0].code === 0) {
|
|
|
|
|
+ messageCount.value = response[0].data;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (response[1].code === 0) {
|
|
|
|
|
+ const list = response[1].data.list;
|
|
|
|
|
+ const mapList = [];
|
|
|
|
|
+ for (let i = 0; i < list.length; i += 2) {
|
|
|
|
|
+ mapList.push({
|
|
|
|
|
+ item1: list[i],
|
|
|
|
|
+ item2: list[i + 1],
|
|
|
|
|
+ });
|
|
|
}
|
|
}
|
|
|
|
|
+ overtimeTaskList.value = mapList;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- // await getOvertimeTaskList({ pageNo: 1, pageSize: 10 })
|
|
|
|
|
-
|
|
|
|
|
- await nextTick(() => {
|
|
|
|
|
- const json = uni.getStorageSync('dingTalkJson');
|
|
|
|
|
- // console.log('home: dingTalkJson -> ' + json + `, isTrue: ${!!json}`)
|
|
|
|
|
- if (json) {
|
|
|
|
|
- const obj = JSON.parse(json);
|
|
|
|
|
- if (obj.type) {
|
|
|
|
|
- messageNavigate(obj);
|
|
|
|
|
- uni.removeStorageSync('dingTalkJson');
|
|
|
|
|
- // console.log('home: dingTalkJson -> ' + uni.getStorageSync('dingTalkJson'))
|
|
|
|
|
- }
|
|
|
|
|
- } else {
|
|
|
|
|
- if (isNavigated.value) return;
|
|
|
|
|
- let args = '';
|
|
|
|
|
-
|
|
|
|
|
- // #ifdef APP
|
|
|
|
|
- args = plus.runtime.arguments;
|
|
|
|
|
- // #endif
|
|
|
|
|
-
|
|
|
|
|
- // console.log('home: args -> ' + args)
|
|
|
|
|
- const parts = args.match(/^deepoil:\/\/([^/]+)\/([^/]+)$/);
|
|
|
|
|
- if (parts) {
|
|
|
|
|
- const type = parts[1];
|
|
|
|
|
- const id = parts[2];
|
|
|
|
|
- messageNavigate({ type, id });
|
|
|
|
|
- isNavigated.value = true;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // await getOvertimeTaskList({ pageNo: 1, pageSize: 10 })
|
|
|
|
|
+
|
|
|
|
|
+ await nextTick(() => {
|
|
|
|
|
+ const json = uni.getStorageSync("dingTalkJson");
|
|
|
|
|
+ // console.log('home: dingTalkJson -> ' + json + `, isTrue: ${!!json}`)
|
|
|
|
|
+ if (json) {
|
|
|
|
|
+ const obj = JSON.parse(json);
|
|
|
|
|
+ if (obj.type) {
|
|
|
|
|
+ messageNavigate(obj);
|
|
|
|
|
+ uni.removeStorageSync("dingTalkJson");
|
|
|
|
|
+ // console.log('home: dingTalkJson -> ' + uni.getStorageSync('dingTalkJson'))
|
|
|
|
|
+ }
|
|
|
|
|
+ } else {
|
|
|
|
|
+ if (isNavigated.value) return;
|
|
|
|
|
+ let args = "";
|
|
|
|
|
+
|
|
|
|
|
+ // #ifdef APP
|
|
|
|
|
+ args = plus.runtime.arguments;
|
|
|
|
|
+ // #endif
|
|
|
|
|
+
|
|
|
|
|
+ // console.log('home: args -> ' + args)
|
|
|
|
|
+ const parts = args.match(/^deepoil:\/\/([^/]+)\/([^/]+)$/);
|
|
|
|
|
+ if (parts) {
|
|
|
|
|
+ const type = parts[1];
|
|
|
|
|
+ const id = parts[2];
|
|
|
|
|
+ messageNavigate({ type, id });
|
|
|
|
|
+ isNavigated.value = true;
|
|
|
}
|
|
}
|
|
|
- });
|
|
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
|
|
+});
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
- .home {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- position: relative;
|
|
|
|
|
|
|
+.home {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.row-full {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 64px;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.row-half {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 68px;
|
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
|
+
|
|
|
|
|
+ .uni-col {
|
|
|
|
|
+ padding: 15px !important;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
- overflow: hidden;
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .row-full {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 64px;
|
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.daiban-tixing {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ min-height: 128rpx;
|
|
|
|
|
+ background-image: url("/static/home/kapian.png");
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ padding: 0 10px !important;
|
|
|
|
|
+ padding-left: 15px !important;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.dt-title {
|
|
|
|
|
+ width: 37px;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ text-shadow: 0 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+
|
|
|
|
|
+ .todo {
|
|
|
|
|
+ color: #004098;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .row-half {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 68px;
|
|
|
|
|
- margin-bottom: 5px;
|
|
|
|
|
-
|
|
|
|
|
- .uni-col {
|
|
|
|
|
- padding: 15px !important;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .remind {
|
|
|
|
|
+ color: #333333;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .daiban-tixing {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- min-height: 128rpx;
|
|
|
|
|
- background-image: url('/static/home/kapian.png');
|
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- padding: 0 10px !important;
|
|
|
|
|
- padding-left: 15px !important;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .dt-title {
|
|
|
|
|
- width: 37px;
|
|
|
|
|
- font-size: 20px;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
- text-shadow: 0 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
-
|
|
|
|
|
- .todo {
|
|
|
|
|
- color: #004098;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .remind {
|
|
|
|
|
- color: #333333;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.dt-swiper {
|
|
|
|
|
+ width: calc(100%);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.dt-status {
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ height: 18px;
|
|
|
|
|
+ background: #ffffff;
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ 0 2px 4px 0 rgba(98, 114, 125, 0.36),
|
|
|
|
|
+ 0 2px 4px 0 rgba(0, 0, 0, 0.13);
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ font-family:
|
|
|
|
|
+ PingFangSC,
|
|
|
|
|
+ PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+ text-shadow: 0px 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+
|
|
|
|
|
+ &.green {
|
|
|
|
|
+ color: #2bbb80;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .dt-swiper {
|
|
|
|
|
- width: calc(100%);
|
|
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+ &.blue {
|
|
|
|
|
+ color: #3b63c9;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .dt-status {
|
|
|
|
|
- width: 60px;
|
|
|
|
|
- height: 18px;
|
|
|
|
|
- background: #ffffff;
|
|
|
|
|
- box-shadow: 0 2px 4px 0 rgba(98, 114, 125, 0.36), 0 2px 4px 0 rgba(0, 0, 0, 0.13);
|
|
|
|
|
- border-radius: 6px;
|
|
|
|
|
- font-family: PingFangSC, PingFang SC;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- font-size: 10px;
|
|
|
|
|
- line-height: 18px;
|
|
|
|
|
- text-shadow: 0px 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
- text-align: center;
|
|
|
|
|
-
|
|
|
|
|
- &.green {
|
|
|
|
|
- color: #2bbb80;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- &.blue {
|
|
|
|
|
- color: #3b63c9;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.dt-content {
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+ font-family:
|
|
|
|
|
+ PingFangSC,
|
|
|
|
|
+ PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ color: #595959;
|
|
|
|
|
+ line-height: 14px;
|
|
|
|
|
+ text-shadow: 0px 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.dt-time {
|
|
|
|
|
+ font-family:
|
|
|
|
|
+ PingFangSC,
|
|
|
|
|
+ PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ color: #646464;
|
|
|
|
|
+ line-height: 14px;
|
|
|
|
|
+ text-shadow: 0px 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.half-title {
|
|
|
|
|
+ font-family:
|
|
|
|
|
+ PingFangSC,
|
|
|
|
|
+ PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.half-subtitle {
|
|
|
|
|
+ font-family:
|
|
|
|
|
+ PingFangSC,
|
|
|
|
|
+ PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.yunxingjilu {
|
|
|
|
|
+ width: calc(50% - 2.5px);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background-image: url("/static/home/yunxingjilu.png");
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ margin-right: 2.5px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.baoyang {
|
|
|
|
|
+ width: calc(50% - 2.5px);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background-image: url("/static/home/baoyang.png");
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ margin-left: 2.5px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.shebeiweixiu {
|
|
|
|
|
+ width: calc(50% - 2.5px);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background-image: url("/static/home/shebeiweixiu.png");
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ margin-right: 2.5px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.xunjian {
|
|
|
|
|
+ width: calc(50% - 2.5px);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background-image: url("/static/home/xunjian.png");
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ margin-left: 2.5px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.guzhang {
|
|
|
|
|
+ // width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background-image: url("/static/home/guzhang.png");
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+
|
|
|
|
|
+ padding: 15px !important;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.card {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ background: #ffffff;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ padding: 20px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.card-cell {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+
|
|
|
|
|
+ image {
|
|
|
|
|
+ width: 32px;
|
|
|
|
|
+ height: 32px;
|
|
|
}
|
|
}
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
- .dt-content {
|
|
|
|
|
- flex: 1;
|
|
|
|
|
- width: auto;
|
|
|
|
|
- margin-left: 10px;
|
|
|
|
|
- font-family: PingFangSC, PingFang SC;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- font-size: 10px;
|
|
|
|
|
- color: #595959;
|
|
|
|
|
- line-height: 14px;
|
|
|
|
|
- text-shadow: 0px 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+.cell-con {
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+ width: calc(100% - 32px - 10px - 10px);
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ border-bottom: 0.5px solid #cacccf;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
- .dt-time {
|
|
|
|
|
- font-family: PingFangSC, PingFang SC;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- font-size: 10px;
|
|
|
|
|
- color: #646464;
|
|
|
|
|
- line-height: 14px;
|
|
|
|
|
- text-shadow: 0px 2px 4px rgba(98, 114, 125, 0.36);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+.cell-text {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
|
|
|
- .half-title {
|
|
|
|
|
- font-family: PingFangSC, PingFang SC;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
|
|
+ .title {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
- color: #ffffff;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .half-subtitle {
|
|
|
|
|
- font-family: PingFangSC, PingFang SC;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- font-size: 10px;
|
|
|
|
|
- color: #ffffff;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .yunxingjilu {
|
|
|
|
|
- width: calc(50% - 2.5px);
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- background-image: url('/static/home/yunxingjilu.png');
|
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- margin-right: 2.5px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .baoyang {
|
|
|
|
|
- width: calc(50% - 2.5px);
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- background-image: url('/static/home/baoyang.png');
|
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- margin-left: 2.5px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .shebeiweixiu {
|
|
|
|
|
- width: calc(50% - 2.5px);
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- background-image: url('/static/home/shebeiweixiu.png');
|
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- margin-right: 2.5px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .xunjian {
|
|
|
|
|
- width: calc(50% - 2.5px);
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- background-image: url('/static/home/xunjian.png');
|
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- margin-left: 2.5px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .guzhang {
|
|
|
|
|
- // width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- background-image: url('/static/home/guzhang.png');
|
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
-
|
|
|
|
|
- padding: 15px !important;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .card {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- background: #ffffff;
|
|
|
|
|
- border-radius: 6px;
|
|
|
|
|
- padding: 20px;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .card-cell {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 50px;
|
|
|
|
|
-
|
|
|
|
|
- image {
|
|
|
|
|
- width: 32px;
|
|
|
|
|
- height: 32px;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ line-height: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cell-con {
|
|
|
|
|
|
|
+ .subtitle {
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ color: #999999;
|
|
|
|
|
+ line-height: 17px;
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
- margin-right: 10px;
|
|
|
|
|
- width: calc(100% - 32px - 10px - 10px);
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- border-bottom: 0.5px solid #cacccf;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cell-text {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
-
|
|
|
|
|
- .title {
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- color: #333333;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .subtitle {
|
|
|
|
|
- font-size: 12px;
|
|
|
|
|
- color: #999999;
|
|
|
|
|
- line-height: 17px;
|
|
|
|
|
- margin-left: 10px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .icon {
|
|
|
|
|
- width: 6px;
|
|
|
|
|
- height: 10px;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .icon {
|
|
|
|
|
+ width: 6px;
|
|
|
|
|
+ height: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|