diff --git a/.env.development b/.env.development index 50401cc..b50304d 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -# VUE_APP_BASE_API = 'http://192.168.0.114:9040' -VUE_APP_BASE_API = 'http://39.101.188.84:9040' +VUE_APP_BASE_API = 'http://192.168.0.106:9040' +# VUE_APP_BASE_API = 'http://39.101.188.84:9040' # VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api' # 路由懒加载 diff --git a/package.json b/package.json index d93564f..70f0ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202407151033", + "version": "1.0.202407181334", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/api/jin_ji_hu/dataCloudMap/index.js b/src/api/jin_ji_hu/dataCloudMap/index.js new file mode 100644 index 0000000..d0f6f0d --- /dev/null +++ b/src/api/jin_ji_hu/dataCloudMap/index.js @@ -0,0 +1,19 @@ +import request from "@/utils/request" + +// 数据云图荣誉情况 +export function honor(params) { + return request({ + url: "/jjh/dataScreen/honor", + method: "get", + params + }) +} + +// 数据云图项目追踪情况 +export function projectTracking(params) { + return request({ + url: "/jjh/dataScreen/projectTracking", + method: "get", + params + }) +} \ No newline at end of file diff --git a/src/api/system/menu.js b/src/api/system/menu.js index cba6607..0736e25 100644 --- a/src/api/system/menu.js +++ b/src/api/system/menu.js @@ -1,3 +1,11 @@ +/* + * @Descripttion: + * @version: + * @Author: JC9527 + * @Date: 2024-03-19 11:31:40 + * @LastEditors: JC9527 + * @LastEditTime: 2024-07-18 14:01:11 + */ import request from '@/utils/request' // 查询菜单列表 @@ -45,8 +53,8 @@ export function addMenu(data) { // 修改菜单 export function updateMenu(data) { return request({ - url: '/system/menu', - method: 'post/edit', + url: '/system/menu/edit', + method: 'post', data: data }) } diff --git a/src/assets/images/Mapi.png b/src/assets/images/Mapi.png new file mode 100644 index 0000000..f26c5cb Binary files /dev/null and b/src/assets/images/Mapi.png differ diff --git a/src/assets/images/mapIconEight.png b/src/assets/images/mapIconEight.png new file mode 100644 index 0000000..d5e3ae5 Binary files /dev/null and b/src/assets/images/mapIconEight.png differ diff --git a/src/assets/images/mapIconFive.png b/src/assets/images/mapIconFive.png new file mode 100644 index 0000000..e3575de Binary files /dev/null and b/src/assets/images/mapIconFive.png differ diff --git a/src/assets/images/mapIconFour.png b/src/assets/images/mapIconFour.png new file mode 100644 index 0000000..1c4e382 Binary files /dev/null and b/src/assets/images/mapIconFour.png differ diff --git a/src/assets/images/mapIconNine.png b/src/assets/images/mapIconNine.png new file mode 100644 index 0000000..a985d5f Binary files /dev/null and b/src/assets/images/mapIconNine.png differ diff --git a/src/assets/images/mapIconOne.png b/src/assets/images/mapIconOne.png new file mode 100644 index 0000000..aeaea18 Binary files /dev/null and b/src/assets/images/mapIconOne.png differ diff --git a/src/assets/images/mapIconSeven.png b/src/assets/images/mapIconSeven.png new file mode 100644 index 0000000..9b3914c Binary files /dev/null and b/src/assets/images/mapIconSeven.png differ diff --git a/src/assets/images/mapIconSix.png b/src/assets/images/mapIconSix.png new file mode 100644 index 0000000..1094bc7 Binary files /dev/null and b/src/assets/images/mapIconSix.png differ diff --git a/src/assets/images/mapIconThree.png b/src/assets/images/mapIconThree.png new file mode 100644 index 0000000..ebab502 Binary files /dev/null and b/src/assets/images/mapIconThree.png differ diff --git a/src/assets/images/mapIconTwo.png b/src/assets/images/mapIconTwo.png new file mode 100644 index 0000000..b8404e4 Binary files /dev/null and b/src/assets/images/mapIconTwo.png differ diff --git a/src/assets/styles/font.css b/src/assets/styles/font.css index 3203ee5..faea076 100644 --- a/src/assets/styles/font.css +++ b/src/assets/styles/font.css @@ -1,7 +1,7 @@ -/* @font-face { - font-family: "PingFang-SC"; +@font-face { + font-family: "PingFang-SC-Heavy"; src: url("./font/PingFang_Heavy.ttf"); -} */ +} /* @font-face { font-family: "PingFang-SC"; src: url("./font/PingFang_Regular.ttf"); @@ -14,10 +14,10 @@ font-family: "PingFang-SC"; src: url("./font/PingFang_ExtraLight.ttf"); } */ -/* @font-face { - font-family: "PingFang-SC"; +@font-face { + font-family: "PingFang-SC-Medium"; src: url("./font/PingFang_Medium.ttf"); -} */ +} @font-face { font-family: "PingFang-SC"; src: url("./font/PingFang_Bold.ttf"); @@ -33,4 +33,8 @@ @font-face { font-family: "AlibabaPuHuiTiM"; src: url("./font/Alibaba-PuHuiTi-Medium.ttf"); +} +@font-face { + font-family: "DINCondensed"; + src: url("./font/DIN_CONDENSED_BOLD.TTF"); } \ No newline at end of file diff --git a/src/assets/styles/font/DIN_CONDENSED_BOLD.TTF b/src/assets/styles/font/DIN_CONDENSED_BOLD.TTF new file mode 100644 index 0000000..f05a1a9 Binary files /dev/null and b/src/assets/styles/font/DIN_CONDENSED_BOLD.TTF differ diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index f10f667..20e43f7 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -1315,7 +1315,9 @@ // 数据云图样式 .dataCloudMap { - height: 100%; + height: calc(100% - 55px); + padding: 10px; + box-sizing: border-box; background-color: #f1f5f8; .dataCloudMap-main { height: 100%; @@ -1329,7 +1331,7 @@ .dataCloudMap-left-top { height: 50%; background-color: #fff; - border-radius: 5px; + border-radius: 10px; padding: 10px 20px; .echart-title { display: flex; @@ -1343,7 +1345,7 @@ display: flex; align-items: center; .dataCloudMap-birght { - width: 10px; + width: 6px; height: 18px; background: #0086FF; box-shadow: 3px 0 3px 0px #0086FF; @@ -1387,8 +1389,8 @@ border-radius: 5px; .change-grey-birght { - width: 12px; - height: 12px; + width: 8px; + height: 8px; background: #C7DAEE; border-radius: 50%; margin-right: 5px; @@ -1417,7 +1419,7 @@ .echarts-data-box { display: grid; grid-template-columns: 1fr 1fr 1fr; - margin-top: 20px; + margin-top: 10px; .E-box-item { display: flex; .img-box { @@ -1425,18 +1427,18 @@ height: 50px; border-radius: 50%; margin-right: 10px; - background-size: cover; /* 图片大小适应容器 */ + background-size: contain; /* 图片大小适应容器 */ background-position: center; /* 图片居中 */ background-repeat: no-repeat; /* 不重复显示背景图 */ } .img-box-one { - background-image: url("../images/warn-blue.png"); + background-image: url("../images/mapIconOne.png"); } .img-box-two { - background-image: url("../images/warn-blue.png"); + background-image: url("../images/mapIconTwo.png"); } .img-box-three { - background-image: url("../images/warn-blue.png"); + background-image: url("../images/mapIconThree.png"); } .data-box { display: flex; @@ -1446,9 +1448,9 @@ display: flex; align-items: flex-end; .number-yuan { - font-family: PingFang-SC, PingFang-SC; + font-family: DINCondensed, DINCondensed; font-weight: bold; - font-size: 26px; + font-size: 36px; line-height: 30px; margin-right: 5px; color: #333333; @@ -1457,12 +1459,12 @@ font-family: PingFang-SC, PingFang-SC; font-weight: bold; font-size: 12px; - line-height: 22px; + line-height: 18px; color: #666666; } } .box-bottom { - font-family: PingFang-SC, PingFang-SC; + font-family: PingFang-SC-Medium; font-weight: 500; font-size: 12px; color: #666666; @@ -1472,13 +1474,14 @@ } #echarts { width: 100%; - height: 100%; + height: calc(100% - 100px); } } + // 行业纵深情况 .dataCloudMap-left-bottom { height: 49%; background-color: #fff; - border-radius: 5px; + border-radius: 10px; padding: 10px 20px; .industry-title { display: flex; @@ -1491,7 +1494,7 @@ display: flex; align-items: center; .dataCloudMap-birght { - width: 10px; + width: 6px; height: 18px; background: #0086FF; box-shadow: 3px 0 3px 0px #0086FF; @@ -1511,7 +1514,7 @@ } } .rightBtn { - font-family: PingFang-SC, PingFang-SC; + font-family: PingFang-SC-Medium; font-weight: 500; font-size: 12px; color: #0086FF; @@ -1522,7 +1525,7 @@ } } section { - margin-top: 20px; + margin-top: 10px; // width: 100%; // height: calc(100% - 20px); // overflow-y: auto; @@ -1531,8 +1534,8 @@ height: 0; } .el-table { - margin-bottom: 25px; th { + font-family: AlibabaPuHuiTiM; font-weight: bold; font-size: 14px; color: #333333; @@ -1541,39 +1544,48 @@ color: #333333; } .Table-unit { + font-family: AlibabaPuHuiTiR; font-size: 12px; font-weight: 400; color: #333333; } } td { - font-weight: 500; - font-size: 14px; + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 16px; color: #666666; + border-bottom: none; } .evenNumber-row { background-color: #F6F9FD; } - .project-name { - text-decoration: underline; - font-weight: 500; - font-size: 14px; - color: #1890FF; - cursor: pointer; + .project-trace-table-number { + font-family: DINCondensed, DINCondensed; + font-weight: bold; + font-size: 20px; + span { + font-family: PingFang-SC-Heavy; + font-size: 14px; + font-weight: bold; + line-height: 18px; + color: #666666; + } } } } } } + // 企业情况 .dataCloudMap-main-right { height: 100%; display: flex; flex-direction: column; justify-content: space-between; .dataCloudMap-right-top { - height: 40%; + height: 42%; background-color: #fff; - border-radius: 5px; + border-radius: 10px; padding: 10px 20px; .right-top-title { // display: grid; @@ -1585,7 +1597,7 @@ display: flex; align-items: center; .dataCloudMap-birght { - width: 10px; + width: 6px; height: 18px; background: #0086FF; box-shadow: 3px 0 3px 0px #0086FF; @@ -1604,11 +1616,199 @@ color: #999999; } } + .dataCloudMap-enterprise { + margin: 10px 0; + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + grid-column-gap: 10px; + + .el-card { + background-color: #fff; + border: none; + // height: 120px; + .el-card__header { + border-bottom: none; + padding: 10px 15px 3px; + .clearfix { + text-align: center; + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 16px; + color: #333333; + } + } + .el-card__body { + padding: 7px 20px 10px 20px; + } + .card-items { + margin-bottom: 10px; + padding: 5px 10px; + background-color: #F6F9FD; + display: flex; + justify-content: space-between; + align-items: center; + .card-item-left { + display: flex; + align-items: center; + .card-img { + width: 15px; + height: 15px; + background-image: url("../images/mapIconFour.png"); + margin-right: 5px; + background-size: contain; /* 图片大小适应容器 */ + background-position: center; /* 图片居中 */ + background-repeat: no-repeat; /* 不重复显示背景图 */ + } + .card-type { + font-size: 12px; + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + color: #666666; + } + .card-img-two { + background-image: url("../images/mapIconFive.png"); + } + .card-img-three { + background-image: url("../images/mapIconSix.png"); + } + } + .card-item-right { + display: flex; + align-items: flex-end; + .card-number { + font-family: DINCondensed, DINCondensed; + font-weight: bold; + font-size: 26px; + color: #0086FF; + margin-right: 5px; + cursor: pointer; + font-style: normal; + text-decoration-line: underline; + text-transform: none; + } + .card-unit { + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 12px; + color: #999999; + } + .number-two { + color: #FF9600; + text-decoration-line: none; + } + .number-three { + color: #32B16C; + text-decoration-line: none; + } + .unit-two { + line-height: 24px; + } + } + } + } + } + .dataCloudMap-statistics { + margin-top: 20px; + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + background: radial-gradient( 0% 0% at 0% 0%, #E8F3FC 0%, #F6F9FD 0%), #E8F3FC; + padding: 10px 0; + width: 100%; + .statistics-title { + text-align: center; + border-right: 1px solid #C7DAEE; + font-family: AlibabaPuHuiTiM; + font-size: 18px; + color: #333333; + } + .statistics-items { + border-right: 1px solid #C7DAEE; + .statistics-item { + display: flex; + align-items: center; + justify-content: center; + .statistics-item-img { + width: 15px; + height: 15px; + background-image: url("../images/mapIconSeven.png"); + margin-right: 5px; + background-size: contain; /* 图片大小适应容器 */ + background-position: center; /* 图片居中 */ + background-repeat: no-repeat; /* 不重复显示背景图 */ + } + .item-img-two { + background-image: url("../images/mapIconEight.png"); + } + .item-img-three { + background-image: url("../images/mapIconNine.png"); + } + .statistics-item-type { + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 15px; + margin-right: 10px; + color: #666666; + } + .statistics-item-right { + display: flex; + align-items: flex-end; + .statistics-item-number { + font-family: DINCondensed, DINCondensed; + font-weight: bold; + font-size: 26px; + color: #0086FF; + margin-right: 5px; + cursor: pointer; + font-style: normal; + text-decoration-line: underline; + text-transform: none; + } + .statistics-item-unit { + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 12px; + line-height: 20px; + color: #999999; + .popover-Tooltip { + font-family: PingFang-SC-Medium; + font-weight: 500; + font-size: 5px; + color: #333333; + } + } + .number-two { + color: #FF9600; + text-decoration-line: none; + } + .number-three { + color: #32B16C; + text-decoration-line: none; + } + .unit-two { + line-height: 24px; + position: relative; + img { + position: absolute; + top: -5px; + right: -9px; + width: 9px; + height: 9px; + cursor: pointer; + } + } + } + } + } + .statistics-items-none { + border-right: none; + } + } } + // 荣誉情况 .dataCloudMap-right-middle { - height: 29%; + height: 27%; background-color: #fff; - border-radius: 5px; + border-radius: 10px; padding: 10px 20px; .honor-title { display: flex; @@ -1624,7 +1824,7 @@ display: flex; align-items: center; .dataCloudMap-birght { - width: 10px; + width: 6px; height: 18px; background: #0086FF; box-shadow: 3px 0 3px 0px #0086FF; @@ -1644,7 +1844,7 @@ } } .rightBtn { - font-family: PingFang-SC, PingFang-SC; + font-family: PingFang-SC-Medium; font-weight: 500; font-size: 12px; color: #0086FF; @@ -1654,11 +1854,48 @@ text-transform: none; } } + .honor-data { + margin-top: 13px; + display: grid; + grid-template-columns: 1fr 1fr 1fr; + grid-gap: 10px; + .honor-item { + display: flex; + padding: 20px; + justify-content: space-between; + background-color: #F6F9FD; + .honor-item-left { + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 16px; + color: #666666; + } + .honor-item-right { + display: flex; + align-items: flex-end; + .honor-item-number { + font-family: DINCondensed, DINCondensed; + font-weight: bold; + font-size: 26px; + color: #0086FF; + margin-right: 5px; + } + .honor-item-home { + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 12px; + line-height: 24px; + color: #999999; + } + } + } + } } + // 项目追踪情况 .dataCloudMap-right-bottom { height: 29%; background-color: #fff; - border-radius: 5px; + border-radius: 10px; padding: 10px 20px; .project-trace-title { display: flex; @@ -1673,7 +1910,7 @@ display: flex; align-items: center; .dataCloudMap-birght { - width: 10px; + width: 6px; height: 18px; background: #0086FF; box-shadow: 3px 0 3px 0px #0086FF; @@ -1693,7 +1930,7 @@ } } .rightBtn { - font-family: PingFang-SC, PingFang-SC; + font-family: PingFang-SC-Medium; font-weight: 500; font-size: 12px; color: #0086FF; @@ -1704,35 +1941,290 @@ } } section { - margin-top: 20px; + margin-top: 15px; .el-table::before { height: 0; } .el-table { margin-bottom: 25px; th { + font-family: AlibabaPuHuiTiM; font-weight: bold; font-size: 14px; color: #333333; } td { - font-weight: 500; - font-size: 14px; + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 16px; color: #666666; + border-bottom: none; } .evenNumber-row { background-color: #F6F9FD; } - .project-name { - text-decoration: underline; - font-weight: 500; - font-size: 14px; - color: #1890FF; - cursor: pointer; + .project-trace-table-number { + font-family: DINCondensed, DINCondensed; + font-weight: bold; + font-size: 20px; + color: #FF844D; } } } } } } +} +// 荣誉情况弹窗样式 +.honor-dialog { + .el-dialog__header { + border-bottom: 1px solid #F0F0F0; + } + section { + .el-table--border { + border: 1px solid #dfe6ec; + } + .el-table { + // tr:hover>td { + // background-color: initial !important; + // } + .project-trace-table-number { + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 14px; + color: #134EE6; + font-style: normal; + text-decoration-line: underline; + text-transform: none; + cursor: pointer; + } + .evenNumber-row { + background-color: #F6F9FD; + } + .evenNumber-row-border { + border-bottom: none; + } + } + } +} + +// 数据云图总部企业弹框 +.headquarterEnterprise-dialog { + .el-dialog__body { + padding: 20px; + } + .el-dialog__header { + border-bottom: 1px solid #F0F0F0; + } + .headquarterEnterprise-box { + .radio_btn { + margin: 10px 0; + } + .headquarterEnterprise-form { + .el-button--primary.is-active, + .el-button--primary:active { + background: oklab(0.7 -0.3 -0.4); + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--primary { + background: #1890FF; + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--primary:focus, + .el-button--primary:hover { + background: oklab(0.7 -0.3 -0.4); + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--default:hover, + .el-button--primary:hover { + background-color: oklab(0.65 -0.06 -0.18); + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--default { + border-color: #1890FF; + color: #000000; + } + } + section { + .el-table { + .project-trace-table-number { + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 14px; + color: #134EE6; + font-style: normal; + text-decoration-line: underline; + text-transform: none; + cursor: pointer; + } + th { + font-weight: bold; + font-size: 14px; + color: #000; + } + td { + font-weight: 500; + font-size: 14px; + color: #666666; + border-bottom: none; + } + .evenNumber-row { + background-color: #F6F9FD; + } + } + .my-pagination-container { + margin-top: 10px; + .el-pagination.is-background .el-pager li:not(.is-disabled).active { + + background-color: #1890FF; /*进行修改选中项背景和字体 */ + + color: #fff; + } + .el-pagination { + .btn-prev,.btn-next { + padding: 0px 20px; + } + } + } + } + } +} +// 数据云图企业情况上方四个卡片弹框 +.serviceIndustry-dialog { + .el-dialog__body { + padding: 20px; + } + .el-dialog__header { + border-bottom: 1px solid #F0F0F0; + } + .serviceIndustry-box { + .radio_btn { + margin: 10px 0; + } + .serviceIndustry-form { + .el-button--primary.is-active, + .el-button--primary:active { + background: oklab(0.7 -0.3 -0.4); + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--primary { + background: #1890FF; + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--primary:focus, + .el-button--primary:hover { + background: oklab(0.7 -0.3 -0.4); + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--default:hover, + .el-button--primary:hover { + background-color: oklab(0.65 -0.06 -0.18); + border-color: #1890FF; + color: #FFFEFE; + } + .el-button--default { + border-color: #1890FF; + color: #000000; + } + } + section { + .el-table { + .project-trace-table-number { + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 14px; + color: #134EE6; + font-style: normal; + text-decoration-line: underline; + text-transform: none; + cursor: pointer; + } + th { + font-weight: bold; + font-size: 14px; + color: #000; + text-align: center; + } + td { + font-weight: 500; + font-size: 14px; + color: #666666; + border-bottom: none; + } + .evenNumber-row-childred { + background-color: #E8F3FC; + } + .evenNumber-row { + background-color: #F6F9FD; + } + } + .my-pagination-container { + margin-top: 10px; + .el-pagination.is-background .el-pager li:not(.is-disabled).active { + + background-color: #1890FF; /*进行修改选中项背景和字体 */ + + color: #fff; + } + .el-pagination { + .btn-prev,.btn-next { + padding: 0px 20px; + } + } + } + } + } +} +// 行业纵深情况 +.collectDialog-dialog { + .el-dialog__body { + padding: 20px; + } + .el-dialog__header { + border-bottom: 1px solid #F0F0F0; + } + .collectDialog-box { + .radio_btn { + margin: 10px 0; + } + section { + .el-table { + .project-trace-table-number { + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 14px; + color: #134EE6; + font-style: normal; + text-decoration-line: underline; + text-transform: none; + cursor: pointer; + } + th { + font-weight: bold; + font-size: 14px; + color: #000; + text-align: center; + } + td { + font-weight: 500; + font-size: 14px; + color: #666666; + border-bottom: none; + } + .evenNumber-row-childred { + background-color: #E8F3FC; + } + .evenNumber-row { + background-color: #F6F9FD; + } + } + } + } } \ No newline at end of file diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index ace9f6f..97eccb6 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -19,7 +19,7 @@ export default { $route: { handler(route) { // console.log(route,"route"); - if(route.path == "/workbench") { + if(route.path == "/workbench" || route.path == "/dataCloudMap") { this.breadcrumb = false; } else { this.breadcrumb = true; diff --git a/src/layout/components/FixedHeader/index.vue b/src/layout/components/FixedHeader/index.vue index 055bed5..9af9b97 100644 --- a/src/layout/components/FixedHeader/index.vue +++ b/src/layout/components/FixedHeader/index.vue @@ -60,7 +60,7 @@ export default { $route: { handler(route) { // console.log(route,"route"); - if(route.path == "/workbench") { + if(route.path == "/workbench" || route.path == "/dataCloudMap") { this.breadcrumbShow = false; } else { this.breadcrumbShow = true; diff --git a/src/views/dataCloudMap/components/collectDialog.vue b/src/views/dataCloudMap/components/collectDialog.vue new file mode 100644 index 0000000..aef5ac6 --- /dev/null +++ b/src/views/dataCloudMap/components/collectDialog.vue @@ -0,0 +1,143 @@ + + + \ No newline at end of file diff --git a/src/views/dataCloudMap/components/headquarterEnterprise.vue b/src/views/dataCloudMap/components/headquarterEnterprise.vue new file mode 100644 index 0000000..b9f260c --- /dev/null +++ b/src/views/dataCloudMap/components/headquarterEnterprise.vue @@ -0,0 +1,176 @@ + + + \ No newline at end of file diff --git a/src/views/dataCloudMap/components/honorDialog.vue b/src/views/dataCloudMap/components/honorDialog.vue new file mode 100644 index 0000000..2ddf8ee --- /dev/null +++ b/src/views/dataCloudMap/components/honorDialog.vue @@ -0,0 +1,167 @@ + + + diff --git a/src/views/dataCloudMap/components/serviceIndustry.vue b/src/views/dataCloudMap/components/serviceIndustry.vue new file mode 100644 index 0000000..803852b --- /dev/null +++ b/src/views/dataCloudMap/components/serviceIndustry.vue @@ -0,0 +1,136 @@ + + + \ No newline at end of file diff --git a/src/views/dataCloudMap/index.vue b/src/views/dataCloudMap/index.vue index db25394..ece1b4a 100644 --- a/src/views/dataCloudMap/index.vue +++ b/src/views/dataCloudMap/index.vue @@ -1,7 +1,8 @@