更新页面
This commit is contained in:
@ -9,7 +9,6 @@
|
|||||||
import { ref, nextTick, provide, onMounted } from "vue";
|
import { ref, nextTick, provide, onMounted } from "vue";
|
||||||
import { useStore } from "vuex";
|
import { useStore } from "vuex";
|
||||||
import { getItem } from "@/utils/storage";
|
import { getItem } from "@/utils/storage";
|
||||||
import { qcckPost, qcckGet, qcckPut, qcckDelete } from "@/api/qcckApi.js";
|
|
||||||
import { generateNewStyle, writeNewStyle } from "@/utils/theme";
|
import { generateNewStyle, writeNewStyle } from "@/utils/theme";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
generateNewStyle(store.getters.mainColor).then((newStyle) => {
|
generateNewStyle(store.getters.mainColor).then((newStyle) => {
|
||||||
|
@ -202,7 +202,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/warningControl",
|
path: "/warningControl",
|
||||||
name: "warningControl",
|
name: "warningControl",
|
||||||
component: () =>import( "@/views/backOfficeSystem/IntelligentControl/warningControl/index"),
|
component: () => import("@/views/backOfficeSystem/IntelligentControl/warningControl/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "预警布控",
|
title: "预警布控",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -211,7 +211,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/DeploymentArea",
|
path: "/DeploymentArea",
|
||||||
name: "DeploymentArea",
|
name: "DeploymentArea",
|
||||||
component: () =>import( "@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "布控区域",
|
title: "布控区域",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -220,7 +220,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/myControl",
|
path: "/myControl",
|
||||||
name: "myControl",
|
name: "myControl",
|
||||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "我的布控",
|
title: "我的布控",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -229,7 +229,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/DeploymentAudit",
|
path: "/DeploymentAudit",
|
||||||
name: "DeploymentAudit",
|
name: "DeploymentAudit",
|
||||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"),
|
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "我的审核",
|
title: "我的审核",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -238,7 +238,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/ControlApproval",
|
path: "/ControlApproval",
|
||||||
name: "ControlApproval",
|
name: "ControlApproval",
|
||||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
|
component: () => import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "我的审批",
|
title: "我的审批",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -263,7 +263,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/MoralAnalysis",
|
path: "/MoralAnalysis",
|
||||||
name: "MoralAnalysis",
|
name: "MoralAnalysis",
|
||||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"),
|
component: () => import("@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "情报语义分析",
|
title: "情报语义分析",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -272,7 +272,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/IntelligenceManagement",
|
path: "/IntelligenceManagement",
|
||||||
name: "IntelligenceManagement",
|
name: "IntelligenceManagement",
|
||||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"),
|
component: () => import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "情报管理",
|
title: "情报管理",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -287,7 +287,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/InstructionInformation",
|
path: "/InstructionInformation",
|
||||||
name: "InstructionInformation",
|
name: "InstructionInformation",
|
||||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "指令信息",
|
title: "指令信息",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -296,7 +296,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/StatisticalAnalysis",
|
path: "/StatisticalAnalysis",
|
||||||
name: "StatisticalAnalysis",
|
name: "StatisticalAnalysis",
|
||||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"),
|
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "情报统计分析",
|
title: "情报统计分析",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -307,7 +307,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/RecordsOperations",
|
path: "/RecordsOperations",
|
||||||
name: "RecordsOperations",
|
name: "RecordsOperations",
|
||||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"),
|
component: () => import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "操作记录",
|
title: "操作记录",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -448,7 +448,7 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/ResearchHome",
|
path: "/ResearchHome",
|
||||||
name: "ResearchHome",
|
name: "ResearchHome",
|
||||||
component: () =>import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "研判首页",
|
title: "研判首页",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -474,13 +474,28 @@ export const publicRoutes = [
|
|||||||
icon: "article"
|
icon: "article"
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
path: "/mpvPeo",
|
||||||
|
name: "mpvPeo",
|
||||||
|
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||||
|
meta: {
|
||||||
|
title: "重点人管理",
|
||||||
|
icon: "article"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/mpvPeoSh",
|
||||||
|
name: "mpvPeoSh",
|
||||||
|
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"),
|
||||||
|
meta: {
|
||||||
|
title: "重点人审批",
|
||||||
|
icon: "article"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/mpvGroup",
|
path: "/mpvGroup",
|
||||||
name: "mpvGroup",
|
name: "mpvGroup",
|
||||||
component: () =>
|
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"),
|
||||||
import(
|
|
||||||
"@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"
|
|
||||||
),
|
|
||||||
meta: {
|
meta: {
|
||||||
title: "重点群体管理",
|
title: "重点群体管理",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
@ -489,27 +504,13 @@ export const publicRoutes = [
|
|||||||
{
|
{
|
||||||
path: "/autompvGroup",
|
path: "/autompvGroup",
|
||||||
name: "autompvGroup",
|
name: "autompvGroup",
|
||||||
component: () =>
|
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index"),
|
||||||
import(
|
|
||||||
"@/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index"
|
|
||||||
),
|
|
||||||
meta: {
|
meta: {
|
||||||
title: "重点群体审批",
|
title: "重点群体审批",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/mpvPeo",
|
|
||||||
name: "mpvPeo",
|
|
||||||
component: () =>
|
|
||||||
import(
|
|
||||||
"@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"
|
|
||||||
),
|
|
||||||
meta: {
|
|
||||||
title: "重点人管理",
|
|
||||||
icon: "article"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -162,12 +162,10 @@
|
|||||||
|
|
||||||
<!-- 操作 -->
|
<!-- 操作 -->
|
||||||
<template #controls="{ row }">
|
<template #controls="{ row }">
|
||||||
<el-link size="small" type="success" @click="addEdit('edit', row)"
|
<!-- 送审后数据到审批中 -->
|
||||||
>编辑</el-link
|
<el-link size="small" type="success" >送审</el-link>
|
||||||
>
|
<el-link size="small" type="success" @click="addEdit('edit', row)" >编辑</el-link>
|
||||||
<el-link size="small" type="danger" @click="deleteRow(row)"
|
<el-link size="small" type="danger" @click="deleteRow(row)">删除</el-link>
|
||||||
>删除</el-link
|
|
||||||
>
|
|
||||||
</template>
|
</template>
|
||||||
</MyTable>
|
</MyTable>
|
||||||
<Pages
|
<Pages
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div>审核人重点人审批 : </div>
|
||||||
|
<div>操作栏:先审批(选择审核部门)提交:</div>
|
||||||
|
<div>提交审批后才能审核</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
@ -8,10 +8,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import LineEcharts from "../echarts/moreLineEcharts.vue";
|
import { qcckPost } from "@/api/qcckApi.js";
|
||||||
import BarHatEcharts from "@/views/home/echarts/barHatEcharts.vue";
|
import BarHatEcharts from "@/views/home/echarts/barHatEcharts.vue";
|
||||||
import * as echarts from "echarts";
|
import { onMounted, reactive } from "vue";
|
||||||
import { ref, onMounted, watch, defineProps, reactive } from "vue";
|
|
||||||
const list = reactive({
|
const list = reactive({
|
||||||
xDate: ['110警情','人力情报','系统采集','民警处置单'],
|
xDate: ['110警情','人力情报','系统采集','民警处置单'],
|
||||||
list:[
|
list:[
|
||||||
@ -20,8 +19,16 @@ const list = reactive({
|
|||||||
],
|
],
|
||||||
})
|
})
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
getCount()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const getCount = () =>{
|
||||||
|
qcckPost({},'/mosty-gsxt/qbcj/getXscjTjForLylx').then(res=>{
|
||||||
|
console.log(res,'=====');
|
||||||
|
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user