Compare commits

..

No commits in common. 'df48c3907d35869eddec91cded1b8ea7c90ab7be' and '5852488a0f4c2fcb03b1855e92e4c4c548281560' have entirely different histories.

  1. 14
      src/api/screen/caseVerif.ts
  2. 38
      src/api/screen/subScreen/subOneCaseVerif.ts
  3. 16
      src/components/datav/header.vue
  4. 9
      src/components/datav/subOne/subOneHeader.vue
  5. 2
      src/views/Home.vue
  6. 38
      src/views/data/Ajhc.vue
  7. 15
      src/views/datav/AuditSuper.vue
  8. 12
      src/views/datav/CaseVerif.vue
  9. 2
      src/views/datav/MailVisits.vue
  10. 74
      src/views/datav/subonedatav/SubOneCaseVerif.vue
  11. 2
      src/views/datav/subonedatav/SubOneMailVisits.vue
  12. 2
      src/views/datav/subonedatav/SubOneVideoInsp.vue
  13. 4
      src/views/jwpy/query_110jcj.vue
  14. 4
      src/views/jwpy/query_122jcj.vue
  15. 4
      src/views/jwpy/query_cjglfw.vue
  16. 4
      src/views/jwpy/query_jwpy_total.vue
  17. 4
      src/views/jwpy/query_rjckfw.vue
  18. 4
      src/views/jwpy/query_zfba.vue

14
src/api/screen/caseVerif.ts

@ -65,21 +65,13 @@ export function getCaseVerificationTrend(year) {
// export function getCaseSourceRateAndDealSituation(times) { export function getCaseSourceRateAndDealSituation(times) {
// return request.get({ return request.get({
// url: `/datav/caseVerif/getCaseSourceRateAndDealSituation?beginTime=${times[0]}&endTime=${times[1]}` url: `/datav/caseVerif/getCaseSourceRateAndDealSituation?beginTime=${times[0]}&endTime=${times[1]}`
// });
// }
export function getCaseSourceRateAndDealSituation(body) {
return request.post({
url: `/datav/caseVerif/getCaseSourceRateAndDealSituation`,
body
}); });
} }
export function getConfinementAndPause(times) { export function getConfinementAndPause(times) {
return request.get({ return request.get({
url: `/datav/caseVerif/getConfinementAndPause?beginTime=${times[0]}&endTime=${times[1]}` url: `/datav/caseVerif/getConfinementAndPause?beginTime=${times[0]}&endTime=${times[1]}`

38
src/api/screen/subScreen/subOneCaseVerif.ts

@ -1,11 +1,9 @@
import request from "@/api/request"; import request from "@/api/request";
export function getSubOneCaseVerificationRank(departId, times) {
export function getSubOneCaseVerificationRank(body) { return request.get({
return request.post({ url: `/datav/sub1/caseVerif/getSubOneCaseVerificationRank?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}`
url: `/datav/sub1/caseVerif/getSubOneCaseVerificationRank`,
body
}); });
} }
@ -15,42 +13,26 @@ export function getSubOneCaseProblemProperty(departId, times) {
}); });
} }
export function getSubOneAllCaseVerificationCount(departId, times) {
return request.get({
export function getSubOneAllCaseVerificationCount(body) { url: `/datav/sub1/caseVerif/getSubOneAllCaseVerificationCount?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}`
return request.post({
url: `/datav/sub1/caseVerif/getSubOneAllCaseVerificationCount`,
body
}); });
} }
export function getSubOneCaseVerificationMap(departId, times) {
export function getSubOneCaseVerificationMap(body) { return request.get({
return request.post({ url: `/datav/sub1/caseVerif/getSubOneCaseVerificationMap?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}`
url: `/datav/sub1/caseVerif/getSubOneCaseVerificationMap`,
body
}); });
} }
export function getSubOneCaseVerificationTrend(departId, year) { export function getSubOneCaseVerificationTrend(departId, year) {
return request.get({ return request.get({
url: `/datav/sub1/caseVerif/getSubOneCaseVerificationTrend?departId=${departId}&year=${year}` url: `/datav/sub1/caseVerif/getSubOneCaseVerificationTrend?departId=${departId}&year=${year}`
}); });
} }
// @Operation(summary = "案件来源占比 & 问责处理情况")
export function getSubOneCaseSourceRateAndDealSituation(body) {
return request.post({
url: `/datav/sub1/caseVerif/getSubOneCaseSourceRateAndDealSituation`,
body
});
}
export function getSubOneConfinementAndPause(departId, times) { export function getSubOneCaseSourceRateAndDealSituation(departId, times) {
return request.get({ return request.get({
url: `/datav/sub1/caseVerif/getSubOneCaseSourceRateAndDealSituation?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}` url: `/datav/sub1/caseVerif/getSubOneCaseSourceRateAndDealSituation?departId=${departId}&beginTime=${times[0]}&endTime=${times[1]}`
}); });

16
src/components/datav/header.vue

@ -10,14 +10,14 @@
<span>现场专项</span> <span>现场专项</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
<router-link to="/datav/jwpy" v-slot="{ isActive }">
<span>警务评议</span>
<img :src="isActive ? Img2 : Img1" alt=""/>
</router-link>
<router-link to="/datav/caseVerif" v-slot="{ isActive }"> <router-link to="/datav/caseVerif" v-slot="{ isActive }">
<span>案件核查</span> <span>案件核查</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
<router-link to="/datav/jwpy" v-slot="{ isActive }">
<span>民意感知</span>
<img :src="isActive ? Img2 : Img1" alt=""/>
</router-link>
</nav> </nav>
<h1> <h1>
<router-link to="/datav/global"> <router-link to="/datav/global">
@ -29,14 +29,14 @@
<span>信访投诉</span> <span>信访投诉</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
<router-link to="/datav/auditSuper" v-slot="{ isActive }">
<span>审计监督</span>
<img :src="isActive ? Img2 : Img1" alt=""/>
</router-link>
<router-link to="/datav/rightsComfort" v-slot="{ isActive }"> <router-link to="/datav/rightsComfort" v-slot="{ isActive }">
<span>维权抚慰</span> <span>维权抚慰</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
<router-link to="/datav/auditSuper" v-slot="{ isActive }">
<span>审计监督</span>
<img :src="isActive ? Img2 : Img1" alt=""/>
</router-link>
<router-link to="/datav/lmgz" v-slot="{ isActive }"> <router-link to="/datav/lmgz" v-slot="{ isActive }">
<span>灵敏感知</span> <span>灵敏感知</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>

9
src/components/datav/subOne/subOneHeader.vue

@ -10,10 +10,11 @@
<span>现场专项</span> <span>现场专项</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
<router-link :to="`/datav/subOneJwpy?departId=`+ deptId" v-slot="{ isActive }"> <router-link :to="`/datav/subOneCaseVerif?departId=`+ deptId" v-slot="{ isActive }">
<span>警务评议</span> <span>案件核查</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
</nav> </nav>
<h1> <h1>
<router-link :to="`/datav/subOneGlobal?departId=`+ deptId" > <router-link :to="`/datav/subOneGlobal?departId=`+ deptId" >
@ -21,8 +22,8 @@
</router-link> </router-link>
</h1> </h1>
<nav class="flex right"> <nav class="flex right">
<router-link :to="`/datav/subOneCaseVerif?departId=`+ deptId" v-slot="{ isActive }"> <router-link :to="`/datav/subOneJwpy?departId=`+ deptId" v-slot="{ isActive }">
<span>案件核查</span> <span>民意感知</span>
<img :src="isActive ? Img2 : Img1" alt=""/> <img :src="isActive ? Img2 : Img1" alt=""/>
</router-link> </router-link>
<router-link :to="`/datav/subOneMailVisits?departId=`+ deptId" v-slot="{ isActive }"> <router-link :to="`/datav/subOneMailVisits?departId=`+ deptId" v-slot="{ isActive }">

2
src/views/Home.vue

@ -71,7 +71,7 @@ flowNumberAndTodayNumber().then((data) => {
}); });
const links = [ const links = [
{ {
title: "警务评议", title: "民意感知",
url: 'http://65.47.6.114:8001' url: 'http://65.47.6.114:8001'
}, },
{ {

38
src/views/data/Ajhc.vue

@ -63,9 +63,9 @@
<el-col :span="6"> <el-col :span="6">
<el-form-item label="是否属实"> <el-form-item label="是否属实">
<el-select multiple clearable v-model="query.checkStatus"> <el-select clearable v-model="query.checkStatus">
<el-option <el-option
v-for="item in dict.checkStatus" v-for="item in dict.inspectCase"
:key="item.id" :key="item.id"
:label="item.dictLabel" :label="item.dictLabel"
:value="item.dictValue" :value="item.dictValue"
@ -166,12 +166,13 @@
prop="thingDesc" prop="thingDesc"
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column label="是否属实" prop="checkStatusCode"> <el-table-column label="是否属实" prop="isReal">
<template #default="{ row }"> <template v-slot="scope">
<span> <span v-if="scope.row.isReal === 1">属实</span>
{{ getDictLable(dict.checkStatus, row.checkStatusCode) || "/" }} <span v-else-if="scope.row.isReal === 2">部分属实</span>
</span> <span v-else-if="scope.row.isReal === 3">不属实</span>
</template> <span v-else>未知状态</span>
</template>
</el-table-column> </el-table-column>
<el-table-column label="状态"> <el-table-column label="状态">
<template #default="{ row }"> <template #default="{ row }">
@ -528,18 +529,12 @@
</div> </div>
<div class="col col-12"> <div class="col col-12">
<label>是否属实</label> <label>是否属实</label>
<span>{{ <span
getDictLable( ><span v-if="activeRow.isReal === 1">属实</span>
dict.checkStatus, <span v-else-if="activeRow.isReal === 2">部分属实</span>
activeRow.checkStatusCode <span v-else-if="activeRow.isReal === 3">不属实</span>
) || "/" <span v-else>/</span></span
}}</span> >
<!-- <span-->
<!-- ><span v-if="activeRow.isReal === 1">属实</span>-->
<!-- <span v-else-if="activeRow.isReal === 2">部分属实</span>-->
<!-- <span v-else-if="activeRow.isReal === 3">不属实</span>-->
<!-- <span v-else>/</span></span-->
<!-- >-->
</div> </div>
<div class="col col-24"> <div class="col col-24">
<label>具体内容</label> <label>具体内容</label>
@ -609,7 +604,7 @@ import {
caseVerifInvolvedIssueFun caseVerifInvolvedIssueFun
} from "@/api/data/caseVerif"; } from "@/api/data/caseVerif";
import { DistributionState } from "@/enums/dictEnums"; import { DistributionState } from "@/enums/dictEnums";
import {getDictLable, getInvolveProblem, getYearTime} from "@/utils/util"; import { getDictLable ,getYearTime} from "@/utils/util";
import feedback from "@/utils/feedback"; import feedback from "@/utils/feedback";
import useCatchStore from "@/stores/modules/catch"; import useCatchStore from "@/stores/modules/catch";
const route =useRoute() const route =useRoute()
@ -618,7 +613,6 @@ const dict = catchStore.getDicts([
"distributionState", "distributionState",
"timeLimit", "timeLimit",
"approvalFlow", "approvalFlow",
"checkStatus",
"inspectCase", "inspectCase",
"distributionFlow" "distributionFlow"
]); ]);

15
src/views/datav/AuditSuper.vue

@ -120,6 +120,14 @@
</datav-card> </datav-card>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<datav-card title="审计查出问题" style="height: 350px">
<v-charts
style="height: 300px"
:option="problemOptions"
autoresize
/>
</datav-card>
<datav-card title="审计工作动态"> <datav-card title="审计工作动态">
<el-scrollbar height="470px"> <el-scrollbar height="470px">
<datav-message <datav-message
@ -136,13 +144,6 @@
</datav-message> </datav-message>
</el-scrollbar> </el-scrollbar>
</datav-card> </datav-card>
<datav-card title="审计查出问题" style="height: 350px">
<v-charts
style="height: 300px"
:option="problemOptions"
autoresize
/>
</datav-card>
</el-col> </el-col>
</el-row> </el-row>
</main> </main>

12
src/views/datav/CaseVerif.vue

@ -5,7 +5,7 @@
<main> <main>
<el-row :gutter="16"> <el-row :gutter="16">
<el-col :span="6"> <el-col :span="6">
<datav-card title="分县市局排名" subTitle="查处问题数"> <datav-card title="分县市局排名" subTitle="问题数">
<datav-tabs <datav-tabs
type="bottom-button" type="bottom-button"
v-model="caseVerifRankTab" v-model="caseVerifRankTab"
@ -578,12 +578,8 @@ const getCaseVerificationTrendData = async (year) => {
proTrend.value.xAxis.data = categories; proTrend.value.xAxis.data = categories;
proTrend.value.series[0].data = values; proTrend.value.series[0].data = values;
} }
const getCaseSourceRateAndDealSituationData = async () => { const getCaseSourceRateAndDealSituationData = async (timeValue) => {
const body = { const res = await getCaseSourceRateAndDealSituation(timeValue);
beginTime: time.value[0],
endTime: time.value[1],
}
const res = await getCaseSourceRateAndDealSituation(body);
ajlyPieOption.value.series[0].data = res.caseSourceRateList ajlyPieOption.value.series[0].data = res.caseSourceRateList
// ajlyPieOption.value.series[0].data = circularChart // ajlyPieOption.value.series[0].data = circularChart
wzclPieOption.value.series[0].data = res.dealSituationPieList wzclPieOption.value.series[0].data = res.dealSituationPieList
@ -601,7 +597,7 @@ async function getData() {
// getCaseProblemPropertyData(time.value) // getCaseProblemPropertyData(time.value)
getCaseVerificationCountData(), getCaseVerificationCountData(),
getCaseVerificationTrendData(selectedYear.value), getCaseVerificationTrendData(selectedYear.value),
getCaseSourceRateAndDealSituationData(), getCaseSourceRateAndDealSituationData(time.value),
// getConfinementAndPauseData(time.value); // getConfinementAndPauseData(time.value);
getCaseTypeFun(time.value), getCaseTypeFun(time.value),
getConfinementBarFun(time.value), getConfinementBarFun(time.value),

2
src/views/datav/MailVisits.vue

@ -828,7 +828,7 @@ const getAllMailCountDataFun = async () => {
option2.value.series[0].data= [{value:overview.value.manageMail,name:"局长信箱"}, option2.value.series[0].data= [{value:overview.value.manageMail,name:"局长信箱"},
{value:overview.value.countryMail,name:"国家信访"}, {value:overview.value.countryMail,name:"国家信访"},
{value:overview.value.policeMail,name:"公安部信访"}, {value:overview.value.policeMail,name:"公安部信访"},
{value:overview.value.numberMail,name:"12337信访"},].filter(item => item.value > 0); {value:overview.value.numberMail,name:"12337信访"},]
} }

74
src/views/datav/subonedatav/SubOneCaseVerif.vue

@ -5,7 +5,7 @@
<main> <main>
<el-row :gutter="16"> <el-row :gutter="16">
<el-col :span="6"> <el-col :span="6">
<datav-card title="所队排名" subTitle="查处问题数"> <datav-card title="所队排名" subTitle="案件数">
<datav-tabs <datav-tabs
type="bottom-button" type="bottom-button"
v-model="subOneCaseVerifRankTab" v-model="subOneCaseVerifRankTab"
@ -159,15 +159,15 @@
/> />
</div> </div>
</datav-tab-item> </datav-tab-item>
<!-- <datav-tab-item label="停职处理情况" name="2" style="display: none">--> <datav-tab-item label="停职处理情况" name="2" style="display: none">
<!-- <div class="mb-40">--> <div class="mb-40">
<!-- <v-charts--> <v-charts
<!-- style="height: 340px"--> style="height: 340px"
<!-- :option="tzcloption"--> :option="tzcloption"
<!-- autoresize--> autoresize
<!-- />--> />
<!-- </div>--> </div>
<!-- </datav-tab-item>--> </datav-tab-item>
</datav-tabs> </datav-tabs>
</datav-card> </datav-card>
</el-col> </el-col>
@ -190,7 +190,7 @@ import {
getSubOneCaseSourceRateAndDealSituation, getSubOneCaseSourceRateAndDealSituation,
getSubOneCaseVerificationMap, getSubOneCaseVerificationMap,
getSubOneCaseVerificationRank, getSubOneCaseVerificationRank,
getSubOneCaseVerificationTrend, getSubOneConfinementAndPause getSubOneCaseVerificationTrend
} from "@/api/screen/subScreen/subOneCaseVerif.ts"; } from "@/api/screen/subScreen/subOneCaseVerif.ts";
import {circularChart} from "@/views/datav/simulateData/AnimationTestData.js"; import {circularChart} from "@/views/datav/simulateData/AnimationTestData.js";
import SubOneHeader from "@/components/datav/subOne/subOneHeader.vue"; import SubOneHeader from "@/components/datav/subOne/subOneHeader.vue";
@ -534,13 +534,8 @@ const getMapJSON = async (departId) => {
echarts.registerMap("changsha", res); echarts.registerMap("changsha", res);
subOneCaseVerifMap.value.chart.setOption(option.value); subOneCaseVerifMap.value.chart.setOption(option.value);
} }
const getSubOneCaseVerificationRankData = async () => { const getSubOneCaseVerificationRankData = async (departId, timeValue) => {
const body = { const res = await getSubOneCaseVerificationRank(departId, timeValue);
beginTime: time.value[0],
endTime: time.value[1],
departId: route.query.departId
}
const res = await getSubOneCaseVerificationRank(body);
fxsjBarList.value = res.fxsjRankList fxsjBarList.value = res.fxsjRankList
jsdwBarList.value = res.jsdwRankList jsdwBarList.value = res.jsdwRankList
} }
@ -549,24 +544,12 @@ const getSubOneCaseProblemPropertyData = async (departId, timeValue) => {
zfbaPieOption.value.series[0].data = res.zfbaPieList; zfbaPieOption.value.series[0].data = res.zfbaPieList;
fwglPieOption.value.series[0].data = res.fwglPieList; fwglPieOption.value.series[0].data = res.fwglPieList;
} }
const getSubOneAllCaseVerificationCountData = async () => { const getSubOneAllCaseVerificationCountData = async (departId, timeValue) => {
const res = await getSubOneAllCaseVerificationCount(departId, timeValue)
const body = {
beginTime: time.value[0],
endTime: time.value[1],
departId: route.query.departId
}
const res = await getSubOneAllCaseVerificationCount(body)
overview.value = res.overview overview.value = res.overview
} }
const getSubOneCaseVerificationMapData = async () => { const getSubOneCaseVerificationMapData = async (departId, timeValue) => {
const body = { const res = await getSubOneCaseVerificationMap(departId, timeValue);
beginTime: time.value[0],
endTime: time.value[1],
departId: route.query.departId
}
const res = await getSubOneCaseVerificationMap(body);
const mappedData = res.caseVerificationMapList.map(item => { const mappedData = res.caseVerificationMapList.map(item => {
return { return {
...item, ...item,
@ -592,13 +575,8 @@ const getSubOneCaseVerificationTrendData = async (departId, year) => {
proTrend.value.xAxis.data = categories; proTrend.value.xAxis.data = categories;
proTrend.value.series[0].data = values; proTrend.value.series[0].data = values;
} }
const getSubOneCaseSourceRateAndDealSituationData = async () => { const getSubOneCaseSourceRateAndDealSituationData = async (departId, timeValue) => {
const body = { const res = await getSubOneCaseSourceRateAndDealSituation(departId, timeValue);
beginTime: time.value[0],
endTime: time.value[1],
departId: route.query.departId
}
const res = await getSubOneCaseSourceRateAndDealSituation(body);
ajlyPieOption.value.series[0].data = res.caseSourceRateList ajlyPieOption.value.series[0].data = res.caseSourceRateList
wzclPieOption.value.series[0].data = res.dealSituationPieList wzclPieOption.value.series[0].data = res.dealSituationPieList
} }
@ -611,24 +589,18 @@ const getSubOneCaseSourceRateAndDealSituationData = async () => {
// } // }
function getData() { function getData() {
getMapJSON(currentDepartId) getMapJSON(currentDepartId)
getSubOneCaseVerificationRankData() getSubOneCaseVerificationRankData(currentDepartId, time.value)
getSubOneCaseProblemPropertyData(currentDepartId, time.value) getSubOneCaseProblemPropertyData(currentDepartId, time.value)
getSubOneAllCaseVerificationCountData() getSubOneAllCaseVerificationCountData(currentDepartId, time.value)
getSubOneCaseVerificationMapData(currentDepartId, time.value) getSubOneCaseVerificationMapData(currentDepartId, time.value)
getSubOneCaseVerificationTrendData(currentDepartId, currentYear) getSubOneCaseVerificationTrendData(currentDepartId, currentYear)
getSubOneCaseSourceRateAndDealSituationData() getSubOneCaseSourceRateAndDealSituationData(currentDepartId, time.value)
getSubOneConfinementAndPauseData(currentDepartId, time.value) // getConfinementAndPauseList(currentDepartId, time.value)
} }
// endregion // endregion
const getSubOneConfinementAndPauseData = async(departId, timeValue) =>{
const res = await getSubOneConfinementAndPause(departId, timeValue);
jbcloption.value.series[0].data=res.confinementList;
}
// region // region
// //
const subOneCaseVerifRankAnimation = () => { const subOneCaseVerifRankAnimation = () => {

2
src/views/datav/subonedatav/SubOneMailVisits.vue

@ -458,7 +458,7 @@ const getSubOneAllMailCountData = async () => {
option2.value.series[0].data= [{value:overview.value.manageMail,name:"局长信箱"}, option2.value.series[0].data= [{value:overview.value.manageMail,name:"局长信箱"},
{value:overview.value.countryMail,name:"国家信访"}, {value:overview.value.countryMail,name:"国家信访"},
{value:overview.value.policeMail,name:"公安部信访"}, {value:overview.value.policeMail,name:"公安部信访"},
{value:overview.value.numberMail,name:"12337信访"},].filter(item => item.value > 0); {value:overview.value.numberMail,name:"12337信访"},]
} }

2
src/views/datav/subonedatav/SubOneVideoInsp.vue

@ -58,7 +58,6 @@
:data="fxsjRankList" :data="fxsjRankList"
size="large" size="large"
:color="colors" :color="colors"
:isgroupby="true"
/> />
</el-scrollbar> </el-scrollbar>
</datav-tab-item> </datav-tab-item>
@ -68,7 +67,6 @@
:data="jsdwRankList" :data="jsdwRankList"
size="large" size="large"
:color="colors" :color="colors"
:isgroupby="true"
/> />
</el-scrollbar> </el-scrollbar>
</datav-tab-item> </datav-tab-item>

4
src/views/jwpy/query_110jcj.vue

@ -29,7 +29,7 @@
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
placeholder="问题来源" placeholder="问题来源"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
</el-col> </el-col>
@ -218,7 +218,7 @@
placeholder="问题来源" placeholder="问题来源"
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
<el-select <el-select
style="width: 146px" style="width: 146px"

4
src/views/jwpy/query_122jcj.vue

@ -29,7 +29,7 @@
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
placeholder="问题来源" placeholder="问题来源"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
</el-col> </el-col>
@ -218,7 +218,7 @@
placeholder="问题来源" placeholder="问题来源"
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
<el-select <el-select
style="width: 146px" style="width: 146px"

4
src/views/jwpy/query_cjglfw.vue

@ -29,7 +29,7 @@
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
placeholder="问题来源" placeholder="问题来源"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
</el-col> </el-col>
@ -218,7 +218,7 @@
placeholder="问题来源" placeholder="问题来源"
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
<el-select <el-select
style="width: 146px" style="width: 146px"

4
src/views/jwpy/query_jwpy_total.vue

@ -29,7 +29,7 @@
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
placeholder="问题来源" placeholder="问题来源"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
</el-col> </el-col>
@ -218,7 +218,7 @@
placeholder="问题来源" placeholder="问题来源"
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
<el-select <el-select
style="width: 146px" style="width: 146px"

4
src/views/jwpy/query_rjckfw.vue

@ -29,7 +29,7 @@
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
placeholder="问题来源" placeholder="问题来源"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
</el-col> </el-col>
@ -218,7 +218,7 @@
placeholder="问题来源" placeholder="问题来源"
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
<el-select <el-select
style="width: 146px" style="width: 146px"

4
src/views/jwpy/query_zfba.vue

@ -29,7 +29,7 @@
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
placeholder="问题来源" placeholder="问题来源"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
</el-col> </el-col>
@ -218,7 +218,7 @@
placeholder="问题来源" placeholder="问题来源"
v-model="query.problemSourcesCode" v-model="query.problemSourcesCode"
> >
<el-option label="警务评议" value="2"/> <el-option label="民意感知" value="2"/>
</el-select> </el-select>
<el-select <el-select
style="width: 146px" style="width: 146px"

Loading…
Cancel
Save