| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div style="display: flex;flex-direction: row;min-width: 158px;max-width: 158px;margin-bottom: 5px;border-radius: 1px; user-select: none"> |
| | | <div @click="clickTab(0)" class="tab" :class="{tabActive: 0 === queryParams.dataType, tabInactive: 0 !== queryParams.dataType}">全部</div> |
| | | <div @click="clickTab(1)" class="tab" :class="{tabActive: 1 === queryParams.dataType, tabInactive: 1 !== queryParams.dataType}">省厅考核</div> |
| | | </div> |
| | | <el-card class="box-card" v-show="index !== 'image_resource_security'"> |
| | | <el-row style="display: flex; flex-direction: row; align-items: center" justify="space-between"> |
| | | <div v-for="card in cardList" style="display: flex;flex-direction: row; margin-right: 50px" :key="card.label"> |
| | | <div style="font-size: 18px;min-width: 200px;height: 80px;display: flex;align-items: center">{{ruleName}}</div> |
| | | <div v-if="cardList && cardList.length > 0" v-for="card in cardList" style="display: flex;flex-direction: row; margin-right: 50px;margin-left: 20px;align-items: center" :key="card.label"> |
| | | <div> |
| | | <div class="icon-container"> |
| | | <i :class="card.icon"></i> |
| | | </div> |
| | | </div> |
| | | <div v-for="data, index in card.dataList" class="dashboard-item" :key="data.label"> |
| | | <div style="color: #5C9BF8;margin-bottom: 20px;font-size: 20px">{{ platformList.count[index] }}</div> |
| | | <div>{{ data.label }}</div> |
| | | <div v-if="card.dataList && card.dataList.length > 0" style="display: flex; flex-direction: row"> |
| | | <div v-if="data" v-for="(data, index) in card.dataList" class="dashboard-item" :key="data.label"> |
| | | <div style="color: #5C9BF8;margin-bottom: 20px;font-size: 20px">{{ tableData.count[index] }}</div> |
| | | <div>{{ data.label }}</div> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | <!-- <el-col :span="1">--> |
| | | <!-- <div class="dashboard-item">--> |
| | |
| | | </el-row> |
| | | </el-card> |
| | | |
| | | <!-- <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">--> |
| | | <!-- <el-form-item label="卡口编号" prop="bayonetNumber">--> |
| | | <!-- <el-input v-model="queryParams.bayonetNumber" placeholder="请输入卡口编号" clearable--> |
| | | <!-- @keyup.enter.native="handleQuery" />--> |
| | | <!-- </el-form-item>--> |
| | | <!-- <el-form-item label="卡口名称" prop="bayonetName">--> |
| | | <!-- <el-input v-model="queryParams.bayonetName" placeholder="请输入卡口名称" clearable @keyup.enter.native="handleQuery" />--> |
| | | <!-- </el-form-item>--> |
| | | <!-- <el-form-item>--> |
| | | <!-- <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">搜索</el-button>--> |
| | | <!-- <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button>--> |
| | | <!-- </el-form-item>--> |
| | | <!-- </el-form>--> |
| | | <div style="display: flex;position: relative"> |
| | | <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"> |
| | | <el-form-item label="关键词" prop="bayonetNumber"> |
| | | <el-input v-model="queryParams.keyword" placeholder="关键词搜索" clearable @input="handleQuery"/> |
| | | </el-form-item> |
| | | <el-form-item label="时间范围" prop="timeRange"> |
| | | <el-date-picker |
| | | v-model="queryParams.timeRange" |
| | | type="daterange" |
| | | range-separator="至" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期"> |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">搜索</el-button> |
| | | <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <right-toolbar style="position: absolute;right: 0px" v-show="index !== 'image_resource_security'" :showSearch.sync="showSearch" @queryTable="handleQuery" :columns="showList"></right-toolbar> |
| | | </div> |
| | | |
| | | |
| | | <el-row :gutter="10" class="mb8" v-show="index === 'image_resource_security'"> |
| | | <el-container> |
| | | <el-main> |
| | | <h2>视频图像资源安全管理</h2> |
| | | <el-row :gutter="20"> |
| | | <el-col :xl="3" :lg="3" :md="6" :sm="6" :xs="12" v-for="(item, index) in imageResourceSecurity" :key="index" |
| | | <el-col :xl="3" :lg="3" :md="6" :sm="6" :xs="12" v-if="imageResourceSecurity && imageResourceSecurity.length > 0" v-for="(item, index) in imageResourceSecurity" :key="index" |
| | | class="col-margin"> |
| | | <el-card style=" |
| | | min-width: 150px; |
| | |
| | | </el-button> |
| | | </div> |
| | | <div style="font-size: 14px;height: 50px; font-weight: bold;">{{ item.deptName }}</div> |
| | | <div style="font-size: 14px;">平台运行率:{{ item.platformOnline }}</div> |
| | | <div style="font-size: 14px;">得分:{{ item.imageResourceSecurity }}</div> |
| | | <!-- <div style="font-size: 14px;">视频传输网资产准确率:{{ item.propertyAccuracy }}</div> |
| | | <div style="font-size: 14px;">弱口令得分:{{ item.weakPassword }}</div> |
| | | <div style="font-size: 14px;">视频传输网危险资产比例:{{ item.riskProperty }}</div> |
| | |
| | | v-hasPermi="['platform:platform:export']">导入 |
| | | </el-button> |
| | | </el-col> |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> |
| | | </el-row> |
| | | |
| | | <el-table v-loading="loading" :data="platformList.list"> |
| | | <el-table-column :prop="item.prop" :label="item.label" v-for="(item, index) in tableHead" :key="index" /> |
| | | </el-table> |
| | | <div> |
| | | <el-table v-loading="loading" :data="tableData.list"> |
| | | <el-table-column :prop="item.prop" :label="item.label" :width="item.width" v-for="(item, index) in tableHead" :key="index" v-if="showListPD(item)"/> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" |
| | | @pagination="getList" /> |
| | |
| | | <el-input v-model="resourceForm.deptName" disabled /> |
| | | </el-form-item> |
| | | <el-form-item label="平台运行率" prop="platformOnline"> |
| | | <el-input-number v-model="resourceForm.platformOnline" /> |
| | | <el-input-number v-model="resourceForm.platformOnline" :precision="2" :step="0.1" :min="0" :max="1"/> |
| | | </el-form-item> |
| | | <el-form-item label="视频传输网资产准确率" prop="propertyAccuracy"> |
| | | <el-input-number v-model="resourceForm.propertyAccuracy" /> |
| | | <el-input-number v-model="resourceForm.propertyAccuracy" :precision="2" :step="0.1" :min="0" :max="1"/> |
| | | </el-form-item> |
| | | <el-form-item label="弱口令得分" prop="weakPassword"> |
| | | <el-input-number v-model="resourceForm.weakPassword" /> |
| | | <el-input-number v-model="resourceForm.weakPassword" :precision="2" :step="0.1" :min="0" :max="1"/> |
| | | </el-form-item> |
| | | <el-form-item label="视频传输网危险资产比例" prop="riskProperty"> |
| | | <el-input-number v-model="resourceForm.riskProperty" /> |
| | | <el-input-number v-model="resourceForm.riskProperty" :precision="2" :step="0.1" :min="0" :max="1"/> |
| | | </el-form-item> |
| | | <el-form-item label="视频传输网边界完整性检测扣分项" prop="boundaryIntegrity"> |
| | | <el-input-number v-model="resourceForm.boundaryIntegrity" /> |
| | | </el-form-item> |
| | | <el-tooltip class="item" effect="dark" content="违规连接互联网扣减20个百分点/次,违规无线AP接入、随身wifi接入、共享网络各扣减5个百分点/次,直至此项指标扣完为止。" placement="top-start"> |
| | | <el-form-item label="视频传输网边界完整性检测扣分项" prop="boundaryIntegrity"> |
| | | <el-input-number v-model="resourceForm.boundaryIntegrity" :precision="2" :step="0.1" :min="0" :max="1"/> |
| | | </el-form-item> |
| | | </el-tooltip> |
| | | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | <el-button @click="cancelR">取 消</el-button> |
| | | <el-button type="primary" @click="submitForm">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | |
| | | import { getToken } from "@/utils/auth"; |
| | | export default { |
| | | name: "Platform", |
| | | computed: { |
| | | ruleName() { |
| | | return this.$route.query.ruleName |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | // 导入参数 |
| | |
| | | showSearch: true, |
| | | // 总条数 |
| | | total: 0, |
| | | // 卡口过车数据一致性表格数据 |
| | | platformList: [], |
| | | tableData: { |
| | | list: [] |
| | | }, |
| | | // 弹出层标题 |
| | | title: "", |
| | | // 是否显示弹出层 |
| | |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | regionCode: null, |
| | | bayonetName: null, |
| | | bayonetNumber: null, |
| | | keyword: '', |
| | | timeRange: [], |
| | | dataType: 0, |
| | | }, |
| | | // 表单参数 |
| | | form: {}, |
| | |
| | | { required: true, message: "请输入视频传输网危险资产比例", trigger: "blur" }, |
| | | { type: "number", message: "视频传输网危险资产比例必须为数字", trigger: "blur" } |
| | | ], |
| | | boundaryIntegrity: [ |
| | | { required: true, message: "请输入视频传输网边界完整性检测扣分项", trigger: "blur" }, |
| | | { type: "number", message: "视频传输网边界完整性检测扣分项必须为数字", trigger: "blur" } |
| | | ] |
| | | |
| | | }, |
| | | showList: [], |
| | | tableHead: [], |
| | | cardList: [], |
| | | index: null |
| | | }; |
| | | }, |
| | | beforeRouteEnter(to, from, next) { |
| | | console.log(to); |
| | | next(); |
| | | }, |
| | | created() { |
| | | mounted() { |
| | | // 获取当前日期 |
| | | const today = new Date(); |
| | | |
| | | // 将日期减去一天 |
| | | const yesterday = new Date(today.getTime() - 24 * 60 * 60 * 1000); |
| | | |
| | | // 获取年、月、日 |
| | | const year = yesterday.getFullYear(); |
| | | let month = (yesterday.getMonth() + 1).toString().padStart(2, '0'); // 月份是从0开始的,所以加1 |
| | | let day = yesterday.getDate().toString().padStart(2, '0'); |
| | | |
| | | // 拼接成 yyyy-MM-dd 格式 |
| | | let yesterday1 = `${year}-${month}-${day}`; |
| | | this.queryParams.timeRange = [yesterday1, yesterday1] |
| | | this.index = this.$route.query.index; |
| | | if (this.$route.query.type === '1') { |
| | | let data = videoData.table.filter(item => item.index === this.$route.query.index)[0] |
| | | this.tableHead = data.columns; |
| | | this.cardList = data.card; |
| | | this.showList = data.showList; |
| | | } |
| | | if (this.$route.query.type === '2') { |
| | | let data = carData.table.filter(item => item.index === this.$route.query.index)[0] |
| | | this.tableHead = data.columns; |
| | | this.cardList = data.card; |
| | | this.showList = data.showList; |
| | | } |
| | | if (this.$route.query.type === '3') { |
| | | let data = faceData.table.filter(item => item.index === this.$route.query.index)[0] |
| | | this.tableHead = data.columns; |
| | | this.cardList = data.card; |
| | | this.showList = data.showList; |
| | | } |
| | | if (this.$route.query.type === '4') { |
| | | let data = equipment.table.filter(item => item.index === this.$route.query.index)[0] |
| | | this.tableHead = data.columns; |
| | | this.cardList = data.card; |
| | | this.showList = data.showList; |
| | | } |
| | | this.getList(); |
| | | }, |
| | | methods: { |
| | | clickTab(active) { |
| | | this.queryParams.dataType = active |
| | | this.getList() |
| | | }, |
| | | showListPD(item) { |
| | | if (!this.showList) { |
| | | return true |
| | | } |
| | | let arr = this.showList.filter(d => d.label === item.label) |
| | | if (item && (!arr || arr.length <1)) { |
| | | return true; |
| | | } else { |
| | | return item && arr && arr.length > 0 && arr[0].visible |
| | | } |
| | | |
| | | }, |
| | | /** 修改按钮操作 */ |
| | | handleResourceUpdate(row) { |
| | | this.reset("resourceForm"); |
| | |
| | | }); |
| | | }, |
| | | // 取消按钮 |
| | | cancel() { |
| | | cancelR() { |
| | | this.resourceOpen = false; |
| | | this.reset("resourceForm"); |
| | | }, |
| | |
| | | if (this.index === 'image_resource_security') { |
| | | this.getSecurityCard() |
| | | } |
| | | if (this.queryParams.timeRange && this.queryParams.timeRange.length > 0) { |
| | | this.queryParams.startTime = this.queryParams.timeRange[0] |
| | | this.queryParams.endTime = this.queryParams.timeRange[1] |
| | | } |
| | | dataCenter(url, this.queryParams).then(response => { |
| | | this.platformList = response.data; |
| | | response.data.list = response.data.list && response.data.list.length >0 ? response.data.list : [] |
| | | this.tableData = response.data; |
| | | this.total = response.total; |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | // 取消按钮 |
| | | cancel() { |
| | | cancelImport() { |
| | | this.open = false; |
| | | this.reset(); |
| | | }, |
| | |
| | | }; |
| | | </script> |
| | | <style scoped> |
| | | .tab { |
| | | padding: 5px 15px; |
| | | } |
| | | .tab:hover { |
| | | cursor: pointer; |
| | | user-select: none; |
| | | } |
| | | .tabActive { |
| | | color: white; |
| | | background-color: #409eff; |
| | | border: none; |
| | | border-radius: 1px; |
| | | } |
| | | .tabInactive { |
| | | background-color: #edf2f6; |
| | | color: #409eff; |
| | | } |
| | | .tabInactive:hover { |
| | | background-color: #edf2f6; |
| | | } |
| | | .box-card { |
| | | background-color: #F5F9FE; |
| | | width: 100%; |
| | |
| | | justify-content: center; |
| | | align-items: center; |
| | | width: 150px; |
| | | margin: 0 30px; |
| | | } |
| | | </style> |