From d327dc5cc832df94a364d468aca74dea8d7624c8 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 30 八月 2024 19:37:56 +0800
Subject: [PATCH] 工单图片优化
---
src/views/system/data-manage/data-detail/index.vue | 396 ++++++++++++++++++++++++++++++++------------------------
1 files changed, 228 insertions(+), 168 deletions(-)
diff --git a/src/views/system/data-manage/data-detail/index.vue b/src/views/system/data-manage/data-detail/index.vue
index 944c30f..b3043a5 100644
--- a/src/views/system/data-manage/data-detail/index.vue
+++ b/src/views/system/data-manage/data-detail/index.vue
@@ -1,141 +1,160 @@
<template>
<div class="app-container">
- <el-card class="box-card">
- <el-row type="flex" align="middle" justify="space-between">
- <el-col :span="2">
- <div class="icon-container">
- <i class="el-icon-wind-power"></i>
- </div>
- </el-col>
- <el-col :span="2">
+ <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>
- <div class="dashboard-item">
- <h3 style="color: #5C9BF8">{{ totalKiosks }}</h3>
- <p>鍗″彛鎬绘暟</p>
+ <div class="icon-container">
+ <i :class="card.icon"></i>
</div>
</div>
- </el-col>
- <el-col :span="2">
- <div class="dashboard-item">
- <h3>{{ uniqueKiosks }}</h3>
- <p>涓嶅敮涓�鍗″彛鏁�</p>
+ <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>
- </el-col>
- <el-col :span="1">
- <div class="dashboard-item">
- <div style="width: 1px;height: 55px;border: 1px solid #D7EBFA;margin: 20px;"></div>
- </div>
- </el-col>
- <el-col :span="2">
- <div class="icon-container">
- <i class="el-icon-truck"></i>
- </div>
- </el-col>
- <el-col :span="2">
- <div class="dashboard-item">
- <h3 style="color: #5C9BF8">{{ totalCarData }}</h3>
- <p>杩囪溅鏁版嵁鎬婚噺</p>
- </div>
- </el-col>
- <el-col :span="2">
- <div class="dashboard-item">
- <h3>{{ uniqueCarData }}</h3>
- <p>涓嶅敮涓�鏁版嵁閲�</p>
- </div>
- </el-col>
+ </div>
+ <!-- <el-col :span="1">-->
+ <!-- <div class="dashboard-item">-->
+ <!-- <div style="width: 1px;height: 55px;border: 1px solid #D7EBFA;margin: 20px;"></div>-->
+ <!-- </div>-->
+ <!-- </el-col>-->
<el-col :span="8"></el-col>
</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="璇疯緭鍏ュ崱鍙g紪鍙�" clearable
- @keyup.enter.native="handleQuery" />
- </el-form-item>
- <el-form-item label="鍗″彛鍚嶇О" prop="bayonetName">
- <el-input v-model="queryParams.bayonetName" placeholder="璇疯緭鍏ュ崱鍙e悕绉�" clearable @keyup.enter.native="handleQuery" />
- </el-form-item>
- <el-form-item>
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">鎼滅储</el-button>
- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">閲嶇疆</el-button>
- </el-form-item>
- </el-form>
+ <!-- <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="璇疯緭鍏ュ崱鍙g紪鍙�" clearable-->
+ <!-- @keyup.enter.native="handleQuery" />-->
+ <!-- </el-form-item>-->
+ <!-- <el-form-item label="鍗″彛鍚嶇О" prop="bayonetName">-->
+ <!-- <el-input v-model="queryParams.bayonetName" placeholder="璇疯緭鍏ュ崱鍙e悕绉�" 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>-->
- <el-row :gutter="10" class="mb8">
+ <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"
+ class="col-margin">
+ <el-card style="
+ min-width: 150px;
+ width: 100%;
+ height: 150px;
+ text-align: center;
+ margin-bottom: 20px;
+ ">
+ <div style="display: flex; flex-direction: row-reverse">
+ <el-button size="mini" type="text" icon="el-icon-edit" @click="handleResourceUpdate(item)">淇敼
+ </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.propertyAccuracy }}</div>
+ <div style="font-size: 14px;">寮卞彛浠ゅ緱鍒嗭細{{ item.weakPassword }}</div>
+ <div style="font-size: 14px;">瑙嗛浼犺緭缃戝嵄闄╄祫浜ф瘮渚嬶細{{ item.riskProperty }}</div>
+ <div style="font-size: 14px;">瑙嗛浼犺緭缃戣竟鐣屽畬鏁存�ф娴嬫墸鍒嗛」锛歿{ item.boundaryIntegrity }}</div> -->
+ </el-card>
+ </el-col>
+ </el-row>
+ </el-main>
+ </el-container>
<el-col :span="1.5">
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
- v-hasPermi="['platform:platform:add']">鏂板</el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
- v-hasPermi="['platform:platform:edit']">淇敼</el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete"
- v-hasPermi="['platform:platform:remove']">鍒犻櫎</el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport"
- v-hasPermi="['platform:platform:export']">瀵煎嚭</el-button>
+ <el-button type="primary" plain icon="el-icon-upload" size="mini" @click="handleExport"
+ v-hasPermi="['platform:platform:export']">瀵煎叆
+ </el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
- <el-table v-loading="loading" :data="platformList" @selection-change="handleSelectionChange">
- <template v-for="(item, index) in tableHead">
- <el-table-column :key="item.name" :prop="item.prop" :label="item.label">
- </el-table-column>
- </template>
-
- <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width">
- <template slot-scope="scope">
- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
- v-hasPermi="['platform:platform:edit']">淇敼</el-button>
- <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
- v-hasPermi="['platform:platform:remove']">鍒犻櫎</el-button>
- </template>
- </el-table-column>
+ <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>
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize"
@pagination="getList" />
- <!-- 娣诲姞鎴栦慨鏀瑰崱鍙h繃杞︽暟鎹竴鑷存�у璇濇 -->
- <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
- <el-form ref="form" :model="form" :rules="rules" label-width="80px">
- <el-form-item label="鍗″彛鍚嶇О" prop="bayonetName">
- <el-input v-model="form.bayonetName" placeholder="璇疯緭鍏ュ崱鍙e悕绉�" />
+ <!-- 淇敼瑙嗛鍥惧儚璧勬簮瀹夊叏绠$悊瀵硅瘽妗� -->
+ <el-dialog title="淇敼瑙嗛鍥惧儚璧勬簮瀹夊叏绠$悊" :visible.sync="resourceOpen" width="600px" append-to-body>
+ <el-form ref="form" :model="resourceForm" :rules="rules" label-width="250px">
+ <el-form-item label="閮ㄩ棬鍚嶇О" prop="deptName">
+ <el-input v-model="resourceForm.deptName" disabled />
</el-form-item>
- <el-form-item label="鍗″彛缂栧彿" prop="bayonetNumber">
- <el-input v-model="form.bayonetNumber" placeholder="璇疯緭鍏ュ崱鍙g紪鍙�" />
+ <el-form-item label="骞冲彴杩愯鐜�" prop="platformOnline">
+ <el-input-number v-model="resourceForm.platformOnline" />
</el-form-item>
- <el-form-item label="杩囪溅鏁版嵁閲�" prop="vehicleDataNumber">
- <el-input v-model="form.vehicleDataNumber" placeholder="璇疯緭鍏ヨ繃杞︽暟鎹噺" />
+ <el-form-item label="瑙嗛浼犺緭缃戣祫浜у噯纭巼" prop="propertyAccuracy">
+ <el-input-number v-model="resourceForm.propertyAccuracy" />
</el-form-item>
- <el-form-item label="涓嶅敮涓�鏁版嵁 " prop="notUniqueData">
- <el-input v-model="form.notUniqueData" placeholder="璇疯緭鍏ヤ笉鍞竴鏁版嵁 " />
+ <el-form-item label="寮卞彛浠ゅ緱鍒�" prop="weakPassword">
+ <el-input-number v-model="resourceForm.weakPassword" />
</el-form-item>
- <el-form-item label="涓嶅敮涓�鏁版嵁閲�" prop="notUniqueDataNumber">
- <el-input v-model="form.notUniqueDataNumber" placeholder="璇疯緭鍏ヤ笉鍞竴鏁版嵁閲�" />
+ <el-form-item label="瑙嗛浼犺緭缃戝嵄闄╄祫浜ф瘮渚�" prop="riskProperty">
+ <el-input-number v-model="resourceForm.riskProperty" />
+ </el-form-item>
+ <el-form-item label="瑙嗛浼犺緭缃戣竟鐣屽畬鏁存�ф娴嬫墸鍒嗛」" prop="boundaryIntegrity">
+ <el-input-number v-model="resourceForm.boundaryIntegrity" />
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
<el-button @click="cancel">鍙� 娑�</el-button>
+ <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
</div>
</el-dialog>
+
+ <!-- 瀵煎叆瀵硅瘽妗� -->
+ <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
+ <el-upload ref="upload" :limit="1" accept=".xlsx, .xls" :headers="upload.headers" :action="upload.url"
+ :disabled="upload.isUploading" :on-progress="handleFileUploadProgress" :on-success="handleFileSuccess"
+ :auto-upload="false" drag>
+ <i class="el-icon-upload"></i>
+ <div class="el-upload__text">灏嗘枃浠舵嫋鍒版澶勶紝鎴�<em>鐐瑰嚮涓婁紶</em></div>
+ <div class="el-upload__tip text-center" slot="tip">
+ <span>浠呭厑璁稿鍏ls銆亁lsx鏍煎紡鏂囦欢銆�</span>
+ <el-link type="primary" :underline="false" style="font-size:12px;vertical-align: baseline;"
+ @click="importTemplate">涓嬭浇妯℃澘</el-link>
+ </div>
+ </el-upload>
+ <div slot="footer" class="dialog-footer">
+ <el-button @click="upload.open = false">鍙� 娑�</el-button>
+ <el-button type="primary" @click="submitFileForm">纭� 瀹�</el-button>
+ </div>
+ </el-dialog>
+
</div>
</template>
<script>
-import { listPlatform, getPlatform, delPlatform, addPlatform, updatePlatform } from "@/api/platform/vehicle-data-monitor";
+import { dataCenter } from "@/api/platform/data-center";
import { videoData, carData, faceData, equipment } from "./list";
-import store from '@/store';
-
+import { listSecurity, updateSecurity } from '@/api/platform/resource-security';
+import { getToken } from "@/utils/auth";
export default {
name: "Platform",
data() {
return {
+ // 瀵煎叆鍙傛暟
+ upload: {
+ // 鏄惁鏄剧ず寮瑰嚭灞�
+ open: false,
+ // 寮瑰嚭灞傛爣棰�
+ title: "",
+ // 鏄惁绂佺敤涓婁紶
+ isUploading: false,
+ // 璁剧疆涓婁紶鐨勮姹傚ご閮�
+ headers: { Authorization: "Bearer " + getToken() },
+ // 涓婁紶鐨勫湴鍧�
+ url: process.env.VUE_APP_BASE_API + "/platform/resourceSecurity/importData"
+ },
+ imageResourceSecurity: [],
+ resourceForm: {},
+ resourceOpen: false,
totalKiosks: 1157,
uniqueKiosks: 580,
totalCarData: 1477422,
@@ -170,14 +189,30 @@
form: {},
// 琛ㄥ崟鏍¢獙
rules: {
- bayonetName: [
- { required: true, message: "鍗″彛鍚嶇О涓嶈兘涓虹┖", trigger: "blur" }
+ platformOnline: [
+ { required: true, message: "璇疯緭鍏ュ钩鍙拌繍琛岀巼", trigger: "blur" },
+ { type: "number", message: "骞冲彴杩愯鐜囧繀椤讳负鏁板瓧", trigger: "blur" }
],
- bayonetNumber: [
- { required: true, message: "鍗″彛缂栧彿涓嶈兘涓虹┖", trigger: "blur" }
+ propertyAccuracy: [
+ { required: true, message: "璇疯緭鍏ヨ棰戜紶杈撶綉璧勪骇鍑嗙‘鐜�", trigger: "blur" },
+ { type: "number", message: "瑙嗛浼犺緭缃戣祫浜у噯纭巼蹇呴』涓烘暟瀛�", trigger: "blur" }
],
+ riskProperty: [
+ { required: true, message: "璇疯緭鍏ュ急鍙d护寰楀垎", trigger: "blur" },
+ { type: "number", message: "寮卞彛浠ゅ緱鍒嗗繀椤讳负鏁板瓧", trigger: "blur" }
+ ],
+ boundaryIntegrity: [
+ { required: true, message: "璇疯緭鍏ヨ棰戜紶杈撶綉鍗遍櫓璧勪骇姣斾緥", trigger: "blur" },
+ { type: "number", message: "瑙嗛浼犺緭缃戝嵄闄╄祫浜ф瘮渚嬪繀椤讳负鏁板瓧", trigger: "blur" }
+ ],
+ boundaryIntegrity: [
+ { required: true, message: "璇疯緭鍏ヨ棰戜紶杈撶綉杈圭晫瀹屾暣鎬ф娴嬫墸鍒嗛」", trigger: "blur" },
+ { type: "number", message: "瑙嗛浼犺緭缃戣竟鐣屽畬鏁存�ф娴嬫墸鍒嗛」蹇呴』涓烘暟瀛�", trigger: "blur" }
+ ]
},
- tableHead: []
+ tableHead: [],
+ cardList: [],
+ index: null
};
},
beforeRouteEnter(to, from, next) {
@@ -185,18 +220,70 @@
next();
},
created() {
- if (this.$route.query.type === '1') this.tableHead = videoData[this.$route.query.index].columns;
- if (this.$route.query.type === '2') this.tableHead = carData[this.$route.query.index].columns;
- if (this.$route.query.type === '3') this.tableHead = faceData[this.$route.query.index].columns;
- if (this.$route.query.type === '4') this.tableHead = equipment[this.$route.query.index].columns;
+ 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;
+ }
+ 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;
+ }
+ 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;
+ }
+ 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.getList();
},
methods: {
+ /** 淇敼鎸夐挳鎿嶄綔 */
+ handleResourceUpdate(row) {
+ this.reset("resourceForm");
+ this.resourceForm = JSON.parse(JSON.stringify(row));
+ this.resourceOpen = true;
+ },
+ /** 鎻愪氦鎸夐挳 */
+ submitForm() {
+ this.$refs["form"].validate((valid) => {
+ if (valid) {
+ if (this.resourceForm.id != null) {
+ updateSecurity(this.resourceForm).then(() => {
+ this.$modal.msgSuccess("淇敼鎴愬姛");
+ this.resourceOpen = false;
+ this.getList();
+ });
+ }
+ }
+ });
+ },
+ // 鍙栨秷鎸夐挳
+ cancel() {
+ this.resourceOpen = false;
+ this.reset("resourceForm");
+ },
+ /** 鏌ヨ鍥惧儚璧勬簮瀹夊叏褰撴湀閰嶇疆淇℃伅 */
+ getSecurityCard() {
+ listSecurity().then(response => {
+ this.imageResourceSecurity = response.rows;
+ })
+ },
/** 鏌ヨ鍗″彛杩囪溅鏁版嵁涓�鑷存�у垪琛� */
getList() {
+ let url = this.$route.query.url;
this.loading = true;
- listPlatform(this.queryParams).then(response => {
- this.platformList = response.rows;
+ if (this.index === 'image_resource_security') {
+ this.getSecurityCard()
+ }
+ dataCenter(url, this.queryParams).then(response => {
+ this.platformList = response.data;
this.total = response.total;
this.loading = false;
});
@@ -224,7 +311,6 @@
},
/** 鎼滅储鎸夐挳鎿嶄綔 */
handleQuery() {
- this.queryParams.pageNum = 1;
this.getList();
},
/** 閲嶇疆鎸夐挳鎿嶄綔 */
@@ -232,63 +318,32 @@
this.resetForm("queryForm");
this.handleQuery();
},
- // 澶氶�夋閫変腑鏁版嵁
- handleSelectionChange(selection) {
- this.ids = selection.map(item => item.id);
- this.single = selection.length !== 1;
- this.multiple = !selection.length;
- },
- /** 鏂板鎸夐挳鎿嶄綔 */
- handleAdd() {
- this.reset();
- this.open = true;
- this.title = "娣诲姞鍗″彛杩囪溅鏁版嵁涓�鑷存��";
- },
- /** 淇敼鎸夐挳鎿嶄綔 */
- handleUpdate(row) {
- this.reset();
- const id = row.id || this.ids;
- getPlatform(id).then(response => {
- this.form = response.data;
- this.open = true;
- this.title = "淇敼鍗″彛杩囪溅鏁版嵁涓�鑷存��";
- });
- },
- /** 鎻愪氦鎸夐挳 */
- submitForm() {
- this.$refs["form"].validate(valid => {
- if (valid) {
- if (this.form.id != null) {
- updatePlatform(this.form).then(response => {
- this.$modal.msgSuccess("淇敼鎴愬姛");
- this.open = false;
- this.getList();
- });
- } else {
- addPlatform(this.form).then(response => {
- this.$modal.msgSuccess("鏂板鎴愬姛");
- this.open = false;
- this.getList();
- });
- }
- }
- });
- },
- /** 鍒犻櫎鎸夐挳鎿嶄綔 */
- handleDelete(row) {
- const ids = row.id || this.ids;
- this.$modal.confirm('鏄惁纭鍒犻櫎鍗″彛杩囪溅鏁版嵁涓�鑷存�х紪鍙蜂负"' + ids + '"鐨勬暟鎹」锛�').then(function () {
- return delPlatform(ids);
- }).then(() => {
- this.getList();
- this.$modal.msgSuccess("鍒犻櫎鎴愬姛");
- }).catch(() => { });
- },
- /** 瀵煎嚭鎸夐挳鎿嶄綔 */
+ /** 瀵煎叆鎸夐挳鎿嶄綔 */
handleExport() {
- this.download('platform/platform/export', {
+ this.upload.title = "鏁版嵁瀵煎叆";
+ this.upload.open = true;
+ },
+ /** 涓嬭浇妯℃澘 */
+ importTemplate() {
+ this.download('platform/resourceSecurity/importTemplate', {
...this.queryParams
- }, `platform_${new Date().getTime()}.xlsx`);
+ }, `瀹夊叏妫�娴嬬粨鏋滃鍏ユā鏉�.xlsx`);
+ },
+ // 鏂囦欢涓婁紶涓鐞�
+ handleFileUploadProgress(event, file, fileList) {
+ this.upload.isUploading = true;
+ },
+ // 鏂囦欢涓婁紶鎴愬姛澶勭悊
+ handleFileSuccess(response, file, fileList) {
+ this.upload.open = false;
+ this.upload.isUploading = false;
+ this.$refs.upload.clearFiles();
+ this.$modal.msgSuccess("瀵煎叆鎴愬姛");
+ this.getList();
+ },
+ // 鎻愪氦涓婁紶鏂囦欢
+ submitFileForm() {
+ this.$refs.upload.submit();
}
}
};
@@ -303,9 +358,10 @@
.icon-container {
display: flex;
+ flex-direction: row;
justify-content: center;
align-items: center;
- border-radius: 20px;
+ border-radius: 10px;
width: 20%;
height: 80px;
margin-left: 5%;
@@ -321,6 +377,10 @@
}
.dashboard-item {
- text-align: center;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ width: 150px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0