From f6390c9002fed41966a05c6d85ff013f163d9b0e Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 8 Jul 2025 20:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyComponents/RichOnly/index.vue | 287 ---------- src/components/MyComponents/index.js | 2 - src/router/index.js | 39 +- .../mpvGroup/components/approvalInfo.vue | 3 - .../ControlApproval/components/detailForm.vue | 221 -------- .../ControlApproval/index.vue | 229 ++------ .../DeploymentArea/components/addForm.vue | 102 ++++ .../DeploymentArea/index.vue | 222 ++++++++ .../DeploymentAudit/index.vue | 246 ++++++++ .../MyControlInfo/components/areaModel.vue | 86 --- .../MyControlInfo/components/detailForm.vue | 131 ----- .../MyControlInfo/components/dialogList.vue | 229 -------- .../components/drawerAreaModel.vue | 168 ------ .../MyControlInfo/components/personNum.vue | 125 ---- .../MyControlInfo/components/sendControl.vue | 194 ------- .../components/ui/approvalInfo.vue | 205 ------- .../components/ui/controlArea.vue | 192 ------- .../components/ui/controlInfo.vue | 282 --------- .../components/ui/dialogList.vue | 215 ------- .../myControl/components/addBkdx.vue | 282 +++++++++ .../myControl/components/addPeo.vue | 97 ++++ .../myControl/components/areaModel.vue | 86 --- .../myControl/components/bkryDialod.vue | 213 +++++++ .../myControl/components/detailForm.vue | 131 ----- .../myControl/components/dialogList.vue | 229 -------- .../myControl/components/drawerAreaModel.vue | 168 ------ .../myControl/components/personNum.vue | 125 ---- .../myControl/components/sendControl.vue | 140 ----- .../myControl/components/ui/approvalInfo.vue | 341 ----------- .../myControl/components/ui/controlArea.vue | 350 ------------ .../myControl/components/ui/controlInfo.vue | 534 ------------------ .../myControl/components/ui/dialogList.vue | 215 ------- .../IntelligentControl/myControl/index.vue | 294 ++-------- 33 files changed, 1277 insertions(+), 5106 deletions(-) delete mode 100644 src/components/MyComponents/RichOnly/index.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/ControlApproval/components/detailForm.vue create mode 100644 src/views/backOfficeSystem/IntelligentControl/DeploymentArea/components/addForm.vue create mode 100644 src/views/backOfficeSystem/IntelligentControl/DeploymentArea/index.vue create mode 100644 src/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/areaModel.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/detailForm.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/dialogList.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/drawerAreaModel.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/personNum.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/sendControl.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/approvalInfo.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlArea.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlInfo.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/dialogList.vue create mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue create mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/addPeo.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/areaModel.vue create mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/bkryDialod.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/detailForm.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/dialogList.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/drawerAreaModel.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/personNum.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/approvalInfo.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlArea.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlInfo.vue delete mode 100644 src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/dialogList.vue diff --git a/src/components/MyComponents/RichOnly/index.vue b/src/components/MyComponents/RichOnly/index.vue deleted file mode 100644 index f64ab47..0000000 --- a/src/components/MyComponents/RichOnly/index.vue +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - diff --git a/src/components/MyComponents/index.js b/src/components/MyComponents/index.js index 1931ced..fdc8f68 100644 --- a/src/components/MyComponents/index.js +++ b/src/components/MyComponents/index.js @@ -16,7 +16,6 @@ import StationSelect from "./StationSelect/index.vue"; import Provinces from "./Provinces2/index.vue"; import MarkdownEdit from "./MarkdownEdit/index.vue"; import FileUpload from "./FileUpload/index.vue"; -import RichOnly from "./RichOnly/index.vue"; import Date from "./Date/index.vue"; import Empty from "./Empty/index.vue"; export { @@ -38,7 +37,6 @@ export { Provinces, MarkdownEdit, FileUpload, - RichOnly, Date, Empty }; diff --git a/src/router/index.js b/src/router/index.js index 6f30e29..a30b15f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -202,36 +202,45 @@ export const publicRoutes = [ { path: "/warningControl", name: "warningControl", - component: () => - import( - "@/views/backOfficeSystem/IntelligentControl/warningControl/index" - ), + component: () =>import( "@/views/backOfficeSystem/IntelligentControl/warningControl/index"), meta: { title: "预警布控", icon: "article" } }, + { + path: "/DeploymentArea", + name: "DeploymentArea", + component: () =>import( "@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"), + meta: { + title: "布控区域", + icon: "article" + } + }, { path: "/myControl", name: "myControl", - component: () => - import( - "@/views/backOfficeSystem/IntelligentControl/myControl/index" - ), + component: () =>import("@/views/backOfficeSystem/IntelligentControl/myControl/index"), meta: { title: "我的布控", icon: "article" } }, + { + path: "/DeploymentAudit", + name: "DeploymentAudit", + component: () =>import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"), + meta: { + title: "我的审核", + icon: "article" + } + }, { path: "/ControlApproval", name: "ControlApproval", - component: () => - import( - "@/views/backOfficeSystem/IntelligentControl/ControlApproval/index" - ), + component: () =>import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"), meta: { - title: "布控审批", + title: "我的审批", icon: "article" } } @@ -353,7 +362,7 @@ export const publicRoutes = [ icon: "article" } }, - + { path: "/TaskScheduling", name: "TaskScheduling", @@ -442,7 +451,7 @@ export const publicRoutes = [ icon: "article" } }, - + ] }, { diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/approvalInfo.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/approvalInfo.vue index 4915a99..3b58e71 100644 --- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/approvalInfo.vue +++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/approvalInfo.vue @@ -65,10 +65,7 @@ import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue"; import FormMessage from "@/components/aboutTable/FormMessage.vue"; import ChooseUser from "@/components/MyComponents/ChooseUser/index.vue"; -import DialogList from "@/views/backOfficeSystem/IntelligentControl/myControl/components/dialogList.vue"; import { qcckPost, qcckPut } from "@/api/qcckApi.js"; -import MyTable from "@/components/aboutTable/MyTable.vue"; -import { fa } from "element-plus/es/locale.mjs"; import { selectUserDeptPage } from "@/api/user-manage"; const { proxy } = getCurrentInstance(); diff --git a/src/views/backOfficeSystem/IntelligentControl/ControlApproval/components/detailForm.vue b/src/views/backOfficeSystem/IntelligentControl/ControlApproval/components/detailForm.vue deleted file mode 100644 index ff23f37..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/ControlApproval/components/detailForm.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/backOfficeSystem/IntelligentControl/ControlApproval/index.vue b/src/views/backOfficeSystem/IntelligentControl/ControlApproval/index.vue index fff46e7..63a58f4 100644 --- a/src/views/backOfficeSystem/IntelligentControl/ControlApproval/index.vue +++ b/src/views/backOfficeSystem/IntelligentControl/ControlApproval/index.vue @@ -1,28 +1,11 @@ - - - @@ -135,35 +75,13 @@ import PageTitle from "@/components/aboutTable/PageTitle.vue"; import MyTable from "@/components/aboutTable/MyTable.vue"; import Pages from "@/components/aboutTable/Pages.vue"; import Search from "@/components/aboutTable/Search.vue"; -import DetailForm from "./components/detailForm.vue"; -import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js"; +import { qcckGet, qcckPost } from "@/api/qcckApi.js"; import { reactive, ref, onMounted, getCurrentInstance } from "vue"; -import { setItem, getItem, removeAllItem } from "@/utils/storage"; -import { selectUserDeptPage } from "@/api/user-manage"; -import MyControlInfo from "../MyControlInfo/components/sendControl.vue"; const { proxy } = getCurrentInstance(); -const { - D_GS_BK_DJ, - D_GS_BK_DX, - D_GS_BK_ZT, - D_GS_BK_SJLX, - D_GS_BK_CZYQ, - D_GS_BK_CZJSDWLX -} = proxy.$dict( - "D_GS_BK_DJ", - "D_GS_BK_DX", - "D_GS_BK_ZT", - "D_GS_BK_SJLX", - "D_GS_BK_CZYQ", - "D_GS_BK_CZJSDWLX" -); //获取字典数据 -const deptList = ref([]); //部门列表 -const detailDiloag = ref(); +const { D_GS_BK_DJ, D_GS_BK_DX, D_GS_BK_ZT, D_GS_BK_SJLX, D_GS_BK_CZYQ } = proxy.$dict( "D_GS_BK_DJ", "D_GS_BK_DX", "D_GS_BK_ZT", "D_GS_BK_SJLX", "D_GS_BK_CZYQ" ); //获取字典数据 const searchBox = ref(); //搜索框 const btns = ref(); -const userId = getItem("USERID"); -const myControlInfoRef = ref(null); // 主导航激活状态 const activeMainNav = ref("todo"); @@ -211,34 +129,10 @@ const searchConfiger = ref([ placeholder: "最近预警时间", showType: "date" }, - { - label: "布控对象信息", - prop: "jyzt", - placeholder: "请选择布控对象信息", - showType: "select", - options: [{ label: "在业", value: "在业" }] - }, - { - label: "处理接受部门", - prop: "jyzt", - placeholder: "请选择经营状况", - showType: "select", - options: [{ label: "在业", value: "在业" }] - } ]); const queryFrom = ref({}); -const userInfo = ref({}); const pageData = reactive({ - tableData: [ - { - name: "1", - ssxq: "1", - cyxm: "1", - qqksrxm: "1", - qqksrsfzh: "1", - jzrxm: "1" - } - ], //表格数据 + tableData: [], //表格数据 keyCount: 0, tableConfiger: { rowHieght: 61, @@ -255,16 +149,10 @@ const pageData = reactive({ tableColumn: [ { label: "布控级别", prop: "bkDj", showSolt: true }, { label: "布控标题", prop: "bkBt" }, - // { label: "布控对象", prop: "bkDx", showSolt: true }, - // { label: "布控对象信息", prop: "bkDxxx" }, - // { label: "预警标签模型", prop: "yjbqmx" }, - // { label: "布控范围", prop: "bkfw" }, - // { label: "预警信息", prop: "yjxx" }, - { label: "处置接收单位", prop: "czJsdwdm", showSolt: true }, + { label: "处置接收单位", prop: "czJsdwdm"}, { label: "处置要求", prop: "czYq", showSolt: true }, { label: "开始时间", prop: "bkSjKs" }, { label: "结束时间", prop: "bkSjJs" }, - // { label: "最近预警时间", prop: "zjyjsj" }, { label: "失效时间", prop: "bkSjSx" }, { label: "布控发起人", prop: "bkfqrXm" }, { label: "布控状态", prop: "bkZt", showSolt: true } @@ -272,39 +160,12 @@ const pageData = reactive({ }); onMounted(() => { tabHeightFn(); - getUserInfo(); - getdepartmentList(); }); - -// 详情 -const info = (type, row) => { - myControlInfoRef.value.init(type, row); -}; -// 获取部门列表 -const getdepartmentList = () => { - selectUserDeptPage().then((res) => { - deptList.value = res?.records.map((item) => ({ - label: item.deptName, - value: item.deptId - })); - }); -}; -const getUserInfo = async () => { - console.log(userId, "userId"); - await qcckGet({}, `/mosty-base/sysUser/getUserInfo/${userId}`).then((res) => { - console.log(res, "res"); - userInfo.value = res; - setItem("userInfo", res); - getList(); - }); -}; - //选择类型 -const handleType = (val) => { +const handleType = () => { pageData.keyCount++; pageData.pageConfiger.pageCurrent = 1; - getList(); }; // 搜索 @@ -324,41 +185,28 @@ const changeSize = (val) => { }; // 获取列表 -const getList = (val) => { - pageData.tableConfiger.loading = true; - let data = { - ...pageData.pageConfiger, - ...queryFrom.value, - [activeSubNav.value === "myAudit" ? "bkshrSfzh" : "bksprSfzh"]: - userInfo.value.idEntityCard - }; - let url = "/mosty-gsxt/tbGsxtBk/selectPage"; - qcckGet(data, url) - .then((res) => { - pageData.tableData = res.records || []; - pageData.total = res.total; - pageData.tableConfiger.loading = false; - }) - .catch(() => { - pageData.tableConfiger.loading = false; - }); +const getList = () => { + // pageData.tableConfiger.loading = true; + // let data = { + // ...pageData.pageConfiger, + // ...queryFrom.value, + // }; + // qcckGet(data, "/mosty-gsxt/tbGsxtBk/selectPage").then((res) => { + // pageData.tableData = res.records || []; + // pageData.total = res.total; + // pageData.tableConfiger.loading = false; + // }).catch(() => { + // pageData.tableConfiger.loading = false; + // }); }; // 详情 const autoEdit = (type, row) => { - myControlInfoRef.value.init(type, row); }; // 表格高度计算 const tabHeightFn = () => { - console.log("btns.value.offsetHeight", btns.value.offsetHeight); - - pageData.tableHeight = - window.innerHeight - - searchBox.value.offsetHeight - - btns.value.offsetHeight - - 30 - - 250; + pageData.tableHeight = window.innerHeight - searchBox.value.offsetHeight - 300; window.onresize = function () { tabHeightFn(); }; @@ -371,15 +219,6 @@ const tabHeightFn = () => { background-color: #fff; } -.nav-btn { - margin-right: 10px; - border: none; - background: none; - &.active { - background-color: #409eff; - color: #fff; - } -} .sub-nav { background-color: #fff; @@ -392,6 +231,7 @@ const tabHeightFn = () => { :deep(.el-tabs__nav-wrap::after) { height: 1px; + background: none; } :deep(.el-table--fit) { @@ -402,4 +242,5 @@ const tabHeightFn = () => { padding: 10px; box-sizing: border-box; } + diff --git a/src/views/backOfficeSystem/IntelligentControl/DeploymentArea/components/addForm.vue b/src/views/backOfficeSystem/IntelligentControl/DeploymentArea/components/addForm.vue new file mode 100644 index 0000000..c9d6f3b --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/DeploymentArea/components/addForm.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/src/views/backOfficeSystem/IntelligentControl/DeploymentArea/index.vue b/src/views/backOfficeSystem/IntelligentControl/DeploymentArea/index.vue new file mode 100644 index 0000000..6fd698e --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/DeploymentArea/index.vue @@ -0,0 +1,222 @@ + + + + + diff --git a/src/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index.vue b/src/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index.vue new file mode 100644 index 0000000..cdc3055 --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index.vue @@ -0,0 +1,246 @@ + + + + + diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/areaModel.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/areaModel.vue deleted file mode 100644 index 7ee934b..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/areaModel.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/detailForm.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/detailForm.vue deleted file mode 100644 index 5b45cc0..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/detailForm.vue +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/dialogList.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/dialogList.vue deleted file mode 100644 index ddf9fa7..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/dialogList.vue +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/drawerAreaModel.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/drawerAreaModel.vue deleted file mode 100644 index fa23dd0..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/drawerAreaModel.vue +++ /dev/null @@ -1,168 +0,0 @@ - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/personNum.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/personNum.vue deleted file mode 100644 index b518204..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/personNum.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/sendControl.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/sendControl.vue deleted file mode 100644 index ea09d0d..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/sendControl.vue +++ /dev/null @@ -1,194 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/approvalInfo.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/approvalInfo.vue deleted file mode 100644 index 1409c60..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/approvalInfo.vue +++ /dev/null @@ -1,205 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlArea.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlArea.vue deleted file mode 100644 index d9bcd7d..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlArea.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlInfo.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlInfo.vue deleted file mode 100644 index abd2266..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/controlInfo.vue +++ /dev/null @@ -1,282 +0,0 @@ - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/dialogList.vue b/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/dialogList.vue deleted file mode 100644 index 69b34ef..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/MyControlInfo/components/ui/dialogList.vue +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue new file mode 100644 index 0000000..f3a73dd --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue @@ -0,0 +1,282 @@ + + + + + diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/addPeo.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/addPeo.vue new file mode 100644 index 0000000..f96ac19 --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/myControl/components/addPeo.vue @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/areaModel.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/areaModel.vue deleted file mode 100644 index 7ee934b..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/areaModel.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/bkryDialod.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/bkryDialod.vue new file mode 100644 index 0000000..e38d86a --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/myControl/components/bkryDialod.vue @@ -0,0 +1,213 @@ + + + + + + diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/detailForm.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/detailForm.vue deleted file mode 100644 index 5b45cc0..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/detailForm.vue +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/dialogList.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/dialogList.vue deleted file mode 100644 index ddf9fa7..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/dialogList.vue +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/drawerAreaModel.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/drawerAreaModel.vue deleted file mode 100644 index fa23dd0..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/drawerAreaModel.vue +++ /dev/null @@ -1,168 +0,0 @@ - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/personNum.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/personNum.vue deleted file mode 100644 index b518204..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/personNum.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue deleted file mode 100644 index 3d4b268..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/sendControl.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/approvalInfo.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/approvalInfo.vue deleted file mode 100644 index 9eafe9d..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/approvalInfo.vue +++ /dev/null @@ -1,341 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlArea.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlArea.vue deleted file mode 100644 index 5dda173..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlArea.vue +++ /dev/null @@ -1,350 +0,0 @@ - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlInfo.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlInfo.vue deleted file mode 100644 index 5290479..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/controlInfo.vue +++ /dev/null @@ -1,534 +0,0 @@ - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/dialogList.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/dialogList.vue deleted file mode 100644 index 69b34ef..0000000 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/ui/dialogList.vue +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue index 2f61379..1cfb9ae 100644 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue +++ b/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue @@ -5,36 +5,14 @@
- +
-
-
- 发起布控 - 导出 - 批量删除 - 添加标签模型 - 添加范围模型 - 涉及人数 -
- - - +
+ 发起布控 + 导出 + 批量删除
@@ -47,43 +25,11 @@ :controlsWidth="pageData.controlsWidth" @chooseData="chooseData" > - - - - -
- - 是否要发起送审 - -
- - - - - - - -
+ +