From 440ae0f9c401a7828cd063ecdc201cc38788407f Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 30 十一月 2022 14:58:55 +0800
Subject: [PATCH] fix: 消息管理分页
---
src/views/operate/viewEvent/index.vue | 182 ++++++---------------------------------------
1 files changed, 26 insertions(+), 156 deletions(-)
diff --git a/src/views/operate/viewEvent/index.vue b/src/views/operate/viewEvent/index.vue
index f07ee50..b77c2c2 100644
--- a/src/views/operate/viewEvent/index.vue
+++ b/src/views/operate/viewEvent/index.vue
@@ -4,25 +4,25 @@
<div class="headerTitle">杩愯惀绠$悊 >> 妗堝嵎鏌ヨ</div>
<div class="headerContent">
<div class="contentItem">
- <span>鎸夌紪鍙�: </span>
+ <div style="width: 80px;">鎸夌紪鍙�: </div>
<div>
<el-input placeholder=" 璇疯緭鍏ョ紪鍙�" v-model="searchData.number"></el-input>
</div>
</div>
<div class="contentItem">
- <span>鎸夌被鍨�: </span>
+ <div style="width: 80px;">鎸夌被鍨�: </div>
<div class="search">
<el-input placeholder=" 璇疯緭鍏ョ被鍨�" v-model="searchData.categories"></el-input>
</div>
</div>
<div class="contentItem">
- <span>鎸夌ぞ鍖�: </span>
+ <div style="width: 80px;">鎸夌ぞ鍖�: </div>
<div class="search">
<el-input placeholder=" 璇疯緭鍏ョぞ鍖�" v-model="searchData.communityId"></el-input>
</div>
</div>
<div class="contentItem">
- <span>鎸変簨鍙戝湴鐐�: </span>
+ <div style="width: 150px;">鎸変簨鍙戝湴鐐�: </div>
<div class="search">
<el-input placeholder=" 璇疯緭鍏ヤ簨鍙戝湴鐐�" v-model="searchData.site"></el-input>
</div>
@@ -34,7 +34,7 @@
</div>
</div>
<div class="headerContent">
- <span>鏃堕棿: </span>
+ <div style="width: 60px;">鏃堕棿: </div>
<el-date-picker
v-model="datepick"
type="daterange"
@@ -51,48 +51,28 @@
<!-- 鏁版嵁灞曠ず -->
<el-table ref="multipleTable"
:header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }"
- :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"
- @selection-change="tableChange">
- <el-table-column categories="selection" min-width="5">
- </el-table-column>
- <el-table-column prop="id" label="浜嬩欢缂栧彿" min-width="18">
+ :data="tableData" style="width: 100%" :row-class-name="tableRowClassName">
+ <el-table-column prop="code" label="浜嬩欢缂栧彿" min-width="18">
<template slot-scope="scope">
- <el-link @click="JumpView(scope.row)">{{ scope.row.id }}</el-link>
+ <el-link>{{ scope.row.code }}</el-link>
+ </template>
+ </el-table-column>
+ <el-table-column prop="category" label="闂绫诲埆" min-width="8">
+ <template v-if="scope.row.category" slot-scope="scope">
+ <span>{{ getCategoryLabel(scope.row.category) }}</span>
</template>
</el-table-column>
<el-table-column prop="eventSource" label="闂鏉ユ簮" min-width="8">
- <template slot-scope="scope">
+ <template v-if="scope.row.eventSource" slot-scope="scope">
<span>{{ scope.row.eventSource === 2 ? '浜哄伐涓婃姤' : '瑙嗛涓婁紶' }}</span>
</template>
</el-table-column>
- <el-table-column :prop="myproblem === 1 ? 'category' : 'category'"
- :label="myproblem === 1 ? '澶х被鍚嶇О' : '杩濆缓绫诲埆'" :min-width="myproblem === 1 ? '10' : '20'">
- </el-table-column>
- <el-table-column :prop="myproblem === 1 ? 'categories' : 'site'"
- :label="myproblem === 1 ? '灏忕被鍚嶇О' : '杩濆缓鍦扮偣'" min-width="10">
- </el-table-column>
- <el-table-column :prop="myproblem === 1 ? 'actionCause' : 'communityId'"
- :label="myproblem === 1 ? '妗堢敱' : '鎵�灞炵ぞ鍖�'" min-width="10">
- </el-table-column>
- <el-table-column :prop="myproblem === 1 ? 'site' : ''"
- :label="myproblem === 1 ? '鎶ヨ鐐逛綅' : '杩濇硶寤虹瓚闀裤�佸銆侀珮'" :min-width="myproblem === 1 ? '10' : '20'">
- <template slot-scope="scope">
- <div v-if="myproblem === 2"><span>{{ scope.row.buildingLength + '绫�' + '銆�' +
- scope.row.buildingWidth + '绫�' + '銆�' + scope.row.buildingHigh + '绫�'
- }}</span></div>
- <div v-else>{{ scope.row.site }}</div>
- </template>
- </el-table-column>
- <el-table-column :prop="myproblem === 1 ? 'street' : 'buildingArea'"
- :label="myproblem === 1 ? '鎵�灞炲尯鍩�' : '杩濇硶寤虹瓚闈㈢Н'" min-width="10">
+ <el-table-column prop="communityText" label="绀惧尯" min-width="8">
</el-table-column>
<el-table-column prop="alarmTime" label="鎶ヨ鏃堕棿" min-width="15" v-if="myproblem === 1">
<template slot-scope="scope">
<span>{{ filterTime(scope.row.alarmTime) }}</span>
</template>
- </el-table-column>
- <el-table-column :prop="myproblem === 1 ? 'continueTime' : 'materials'"
- :label="myproblem === 1 ? '鎸佺画鏃堕棿' : '杩濇硶寤虹瓚鏉愭枡'" min-width="15">
</el-table-column>
</el-table>
<!-- 瀹℃牳椤甸潰 -->
@@ -115,21 +95,6 @@
</el-dialog>
<!-- tools -->
<div class="tools">
- <div class="funs">
- <div class="funsItem funs-sp">
- <el-checkbox v-model="all" @change="selectAll()">鍏ㄩ��</el-checkbox>
- </div>
- <div class="funsItem funs-sp">
- <el-checkbox v-model="unsame" @change="disSame(tableData)">鍙嶉��</el-checkbox>
- </div>
- <div class="funsItem">
- <el-select v-model="myIdx" placeholder="鎵归噺鎿嶄綔" @change="selectChange" disabled>
- <el-option v-for="item in options" :key="item.value" :label="item.label"
- :value="item.value" :disabled="item.disabled">
- </el-option>
- </el-select>
- </div>
- </div>
<div class="pagination">
<el-pagination background :current-page="currentPage" layout="prev, pager, next"
:total="totalNum" :page-size="pageSize" @current-change="changeCurrentPage">
@@ -149,6 +114,7 @@
import MyIllDetail from '@/components/illdetail'
import helper from '@/utils/mydate'
import casequery from "@/api/operate/basecase";
+import { CATEGOTY } from "@/utils/helper";
export default {
components: {
@@ -165,30 +131,6 @@
totalNum: null,
pageSize: 10,
currentPage: 1,
- all: false,
- unsame: false,
- myIdx: 0,
- preMyIdx: 0,
- options: [
- {
- value: 0,
- label: '鎵归噺鎿嶄綔',
- disabled: true,
- },
- {
- value: 1,
- label: '鎵归噺鍚敤',
- },
- {
- value: 2,
- label: '鎵归噺绂佺敤',
- },
- {
- value: 3,
- label: '鎵归噺鍒犻櫎',
- }
- ],
- tempList: [],
typeList: [
{
name: '杩濊',
@@ -201,9 +143,7 @@
checked: false,
},
],
- caseId: '',
myproblem: 1,
- instatus: 7,
number: '',
searchData: {
categories: null,
@@ -219,78 +159,17 @@
this.getList();
},
methods: {
- // 鎵归噺鍒犻櫎
- mulDelete(idArr) {
- this.$axios({
- method: 'delete',
- url: 'sccg/violations/batch_delete?ids=' + idArr,
- }).then(res => {
- this.getList();
- this.$message({
- message: res.message,
- categories: res.number === 200 ? 'success' : 'warning'
- })
- })
- },
- // 鎵ц涓嬫媺妗嗘搷浣�
- selectChange(list) {
- if (this.tempList.length !== 0) {
- if (list === 3) {
- this.preMyIdx = list;
- this.mulDelete(this.tempList);
- }
- } else {
- this.myIdx = this.preMyIdx;
- this.$message({
- categories: 'warning',
- message: '鎮ㄨ繕娌¢�変腑浠讳綍鏁版嵁',
- })
- }
- },
- // 鐩戝惉琛ㄦ牸
- tableChange(list) {
- this.tempList = [];
- list.forEach(item => {
- this.tempList.push(item.number);
- })
- this.all = list.length === this.tableData.length;
- },
- // 鍏ㄩ��
- selectAll() {
- this.$refs.multipleTable.toggleAllSelection();
- },
- // 鍙嶉��
- disSame(list) {
- list.forEach(row => {
- this.$refs.multipleTable.toggleRowSelection(row)
- })
- },
- // 鍒犻櫎鍗曟潯鏁版嵁
- handleDelete({ number }) {
- this.$confirm('纭鍒犻櫎锛�')
- .then(_ => {
- this.$axios({
- method: 'delete',
- url: `sccg/violations/delete?id=${number}`,
- })
- .then(res => {
- this.$message({
- categories: res.number === 200 ? 'success' : 'warning',
- message: res.message
- })
- this.getList();
- })
- })
- .catch(_ => { console.log(2) });
- },
// 鑾峰彇鍒楄〃
getList() {
casequery.baseCaseQuery({ current: this.currentPage, pageSize: this.pageSize, ...this.searchData })
.then((res) => {
- this.tableData = res;
+ this.tableData = res.records;
+ this.totalNum=res.total;
})
- .catch(err => this.$message({ type: 'error', message: err }))
+ .catch(err => {
+ this.tableData = [];
+ })
},
// 璁剧疆琛ㄦ牸鏂戦┈绾�
tableRowClassName({ row, rowIndex }) {
@@ -322,9 +201,6 @@
handleNoClose(done) {
done();
},
- JumpView(data) {
-
- },
// 鍏抽棴dialog
closeDialog({ flag }) {
@@ -333,19 +209,13 @@
this.getList();
},
- // 闂绫诲瀷
- changeMyProblem(val) {
- this.getList();
- },
-
- // 瀹℃牳鐘舵��
- changeInStatus(val) {
- this.getList();
- },
-
filterTime(time) {
return helper(time);
- }
+ },
+
+ getCategoryLabel(data) {
+ return CATEGOTY.find(item => item.value === data).label;
+ }
}
}
</script>
--
Gitblit v1.8.0