Browse Source

提交数据整理

chuwu 6 years ago
parent
commit
41f27a2858

+ 193 - 246
src/assets/scss/point/point_config/reset.scss

@@ -205,26 +205,23 @@ table {
     table-layout: fixed
 }
 
-ul,
-ol,
-menu {
-    list-style: none
-}
-
-fieldset,
-img {
-    border: none
-}
-
-img,
-object,
-select,
-input,
-textarea,
-button {
-    vertical-align: middle
-}
-
+// ul,
+// ol,
+// menu {
+//     list-style: none
+// }
+// fieldset,
+// img {
+//     border: none
+// }
+// img,
+// object,
+// select,
+// input,
+// textarea,
+// button {
+//     vertical-align: middle
+// }
 input,
 textarea,
 select,
@@ -245,229 +242,179 @@ abbr {
     font-style: normal
 }
 
-caption,
-th {
-    text-align: left;
-}
-
-article,
-aside,
-footer,
-header,
-hgroup,
-nav,
-section,
-figure,
-figcaption {
-    display: block;
-}
-
-code,
-kbd,
-pre,
-samp,
-tt {
-    font-family: Consolas, "Courier New", Courier, monospace;
-}
-
-address,
-cite,
-dfn,
-em,
-var,
-i {
-    font-style: normal;
-}
-
-blockquote,
-q {
-    quotes: none;
-}
-
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
-    content: "";
-    content: none;
-}
-
-a {
-    color: $LinkC;
-    text-decoration: none;
-    cursor: pointer;
-    &:link,
-    &:visited,
-    &:active {
-        color: $LinkC;
-    }
-    &:hover,
-    &:focus {
-        color: $HoverC;
-        text-decoration: underline;
-        outline: none;
-    }
-    &,
-    span,
-    i,
-    em,
-    u,
-    strong,
-    b,
-    p,
-    img,
-    ul,
-    li,
-    div,
-    dd,
-    dt,
-    dl,
-    ol,
-    table,
-    th,
-    td,
-    h1,
-    h2,
-    h3,
-    h4,
-    h5,
-    h6,
-    input,
-    textarea,
-    button,
-    small,
-    select {
-        cursor: pointer;
-        @include dz;
-    }
-}
-
-abbr[title],
-acronym[title] {
-    border-bottom: 1px dotted;
-    cursor: help;
-}
-
-// base by fungleo
-html {
-    min-width: $WinWitdh;
-    // overflow-y: scroll;
-}
-
-body {
-    font-size: $FontSize;
-    color: $BaseC;
-    line-height: 2;
-}
-
-body,
-button,
-input,
-select,
-textarea {
-    font-family: tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1";
-    *font-family: "\5FAE\8F6F\96C5\9ED1";
-}
-
-h1 {
-    font-size: $FontSize+10;
-}
-
-h2 {
-    font-size: $FontSize+8;
-}
-
-h3 {
-    font-size: $FontSize+6;
-}
-
-h4 {
-    font-size: $FontSize+4;
-}
-
-h5 {
-    font-size: $FontSize+2;
-}
-
-h6 {
-    font-size: $FontSize;
-}
-
-hr {
-    border: none;
-    height: 1px;
-    background: lighten($BaseC, 50%);
-}
-
-.fl {
-    float: left;
-}
-
-.fr {
-    float: right;
-}
-
-.tl {
-    text-align: left;
-}
-
-.tr {
-    text-align: right;
-}
-
-.tc {
-    text-align: center;
-}
-
-.cf:before,
-.cf:after,
-.web:before,
-.web:after,
-.web_:before,
-.web_:after {
-    content: "";
-    display: table;
-}
-
-.cf:after,
-.web:after,
-.web_:after {
-    clear: both;
-}
-
-.cf {
-    zoom: 1;
-}
-
-.web {
-    width: $WinWitdh;
-    margin-left: auto;
-    margin-right: auto;
-    zoom: 1;
-}
-
-.web_ {
-    min-width: $WinWitdh;
-    width: 100%;
-    zoom: 1;
-}
-
-.block {
-    display: block;
-}
-
-.none {
-    display: none
-}
-
-.clear {
-    clear: both;
-}
-
-.fl {
-    float: left;
-}
-
-.disIne {
-    display: inline-block;
-}
+// caption,
+// th {
+//     text-align: left;
+// }
+// article,
+// aside,
+// footer,
+// header,
+// hgroup,
+// nav,
+// section,
+// figure,
+// figcaption {
+//     display: block;
+// }
+// code,
+// kbd,
+// pre,
+// samp,
+// tt {
+//     font-family: Consolas, "Courier New", Courier, monospace;
+// }
+// address,
+// cite,
+// dfn,
+// em,
+// var,
+// i {
+//     font-style: normal;
+// }
+// blockquote,
+// q {
+//     quotes: none;
+// }
+// blockquote:before,
+// blockquote:after,
+// q:before,
+// q:after {
+//     content: "";
+//     content: none;
+// }
+// a {
+//     color: $LinkC;
+//     text-decoration: none;
+//     cursor: pointer;
+//     &:link,
+//     &:visited,
+//     &:active {
+//         color: $LinkC;
+//     }
+//     &:hover,
+//     &:focus {
+//         color: $HoverC;
+//         text-decoration: underline;
+//         outline: none;
+//     }
+//     &,
+//     span,
+//     i,
+//     em,
+//     u,
+//     strong,
+//     b,
+//     p,
+//     img,
+//     ul,
+//     li,
+//     div,
+//     dd,
+//     dt,
+//     dl,
+//     ol,
+//     table,
+//     th,
+//     td,
+//     h1,
+//     h2,
+//     h3,
+//     h4,
+//     h5,
+//     h6,
+//     input,
+//     textarea,
+//     button,
+//     small,
+//     select {
+//         cursor: pointer;
+//         @include dz;
+//     }
+// }
+// abbr[title],
+// acronym[title] {
+//     border-bottom: 1px dotted;
+//     cursor: help;
+// }
+// // base by fungleo
+// html {
+//     min-width: $WinWitdh;
+//     // overflow-y: scroll;
+// }
+// body {
+//     font-size: $FontSize;
+//     color: $BaseC;
+//     line-height: 2;
+// }
+// body,
+// button,
+// input,
+// select,
+// textarea {
+//     font-family: tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1";
+//     *font-family: "\5FAE\8F6F\96C5\9ED1";
+// }
+// hr {
+//     border: none;
+//     height: 1px;
+//     background: lighten($BaseC, 50%);
+// }
+// .fl {
+//     float: left;
+// }
+// .fr {
+//     float: right;
+// }
+// .tl {
+//     text-align: left;
+// }
+// .tr {
+//     text-align: right;
+// }
+// .tc {
+//     text-align: center;
+// }
+// .cf:before,
+// .cf:after,
+// .web:before,
+// .web:after,
+// .web_:before,
+// .web_:after {
+//     content: "";
+//     display: table;
+// }
+// .cf:after,
+// .web:after,
+// .web_:after {
+//     clear: both;
+// }
+// .cf {
+//     zoom: 1;
+// }
+// .web {
+//     width: $WinWitdh;
+//     margin-left: auto;
+//     margin-right: auto;
+//     zoom: 1;
+// }
+// .web_ {
+//     min-width: $WinWitdh;
+//     width: 100%;
+//     zoom: 1;
+// }
+// .block {
+//     display: block;
+// }
+// .none {
+//     display: none
+// }
+// .clear {
+//     clear: both;
+// }
+// .fl {
+//     float: left;
+// }
+// .disIne {
+//     display: inline-block;
+// }

+ 98 - 340
src/assets/scss/reset.scss

@@ -1,16 +1,9 @@
-$WinWitdh:1200px;
-$BaseC:#555;
-$LinkC:#06f;
-$HoverC:#f60;
-$FontSize:13px;
 $fontFamily: "Spurce Han Sans,Wah Kang font,Microsoft YaHei";
-$allColor: #333; //正文#333
-$color1: #666; //辅助文字#666
-$color2: #999; //#999
-$color3: #ccc; //失效文字#ccc
-$color4: #00A0E8; //链接文字
-$color5: #8E9CC1; //表头文字加粗
-$colorList: ( 1:$color1, 2:$color2, 3:$color3, 4:$color4, 5:$color5);
+$allColor: #303133; //主要文字
+$color1: #606266; //常规文字
+$color2: #909399; //次要文字
+$color3: #C0C4CC; //占位文字
+$colorList: ( 1:$color1, 2:$color2, 3:$color3);
 $theme1: #5BA7FF;
 $theme2: #FFF;
 $theme3: #8E9CC1;
@@ -20,34 +13,17 @@ $auxiliary2: #FF4121;
 $auxiliary3: #7ED321;
 $auxiliary4: #F5A623;
 $auxiliaryList: ( 1:$auxiliary1, 2:$auxiliary2, 3:$auxiliary3, 4:$auxiliary4);
-$borderColor1: #C2CEDB; //线条色彩
-$borderColor2: #DDD;
+$borderColor1: #DCDFE6; //线条色彩
+$borderColor2: #409EFF;
 $borderColorList: (1:$borderColor1, 2:$borderColor2);
 $bg1: #FFF;
-$bg2: #F2FBFF;
+$bg2: #F2F6FC;
 $bg3: #EEFAFF;
 $bg4: #FFF5E4;
-$bg5: #E5F6D3;
+$bg5: #53a8ff;
 $bgList: ( 1:$bg1, 2:$bg2, 3:$bg3, 4:$bg4, 5:$bg5);
 $allSize: 14px; //正常文字大小
 $size1: 12px; //辅助文字大小
-// mixins
-@mixin dz($time:0.25s) {
-    -webkit-transition: all $time ease-in-out;
-    -moz-transition: all $time ease-in-out;
-    -o-transition: all $time ease-in-out;
-    transition: all $time ease-in-out;
-}
-
-// .el-dialog__headerbtn {
-//     top: -24px;
-//     right: -24px;
-//     width: 24px;
-//     height: 24px;
-//     border-radius: 50%;
-//     color: #8E9CC1;
-//     background-color: #fff;
-// }
 .el-dialog__header {
     border-bottom: 1px solid #C2CEDB;
     box-sizing: border-box;
@@ -58,38 +34,10 @@ $size1: 12px; //辅助文字大小
     }
 }
 
-// .el-button--mini,
-// .el-button--mini.is-round {
-//     padding: 5px 20px;
-// }
-// .el-button {
-//     box-sizing: border-box;
-//     border-color: $auxiliary1;
-// }
-// .el-button span {
-//     color: $color4;
-// }
-// .el-button:focus,
-// .el-button:hover {
-//     background-color: $bg1;
-//     border-color: $auxiliary1;
-// }
-// .el-button span {
-//     display: inline-block;
-//     line-height: 20px;
-//     height: 20px;
-// }
-// * {
-//     font-family: $fontFamily;
-//     font-size: $allSize;
-//     color: $allColor;
-// }
-// .color {
-//     color: $allColor;
-// }
-// .el-input__inner:hover{
-//     border-color: 
-// }
+* {
+    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
+}
+
 //文字色
 @each $i,
 $color in $colorList {
@@ -151,323 +99,133 @@ $bg in $bgList {
     }
 }
 
-// .color2 {
-//     color: $color2;
-// }
-// .color3 {
-//     color: $color3;
-// }
-// .color4 {
-//     color: $color4;
-// }
-// .color5 {
-//     color: $color5
-// }
-// @charset "UTF-8";
-body,
-ul,
-ol,
-dl,
-dd,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-pre,
-form,
-fieldset,
-legend,
-input,
-button,
-textarea,
-p,
-blockquote,
-table,
-th,
-td,
-menu {
-    margin: 0;
-    padding: 0
-}
-
-html,
-body,
-#app {
-    height: 100%;
-    width: 100%;
-}
-
-table {
-    border-collapse: collapse;
-    border-spacing: 0;
-    table-layout: fixed
-}
-
-ul,
-ol,
-menu {
-    list-style: none
-}
-
-fieldset,
-img {
-    border: none
-}
-
-img,
-object,
-select,
-input,
-textarea,
-button {
-    vertical-align: middle
-}
-
-input,
-textarea,
-select,
-address,
-caption,
-cite,
-code,
-dfn,
-em,
-i,
-b,
-strong,
-small,
-th,
-var,
-abbr {
-    font-size: 100%;
-    font-style: normal
-}
-
-caption,
-th {
-    text-align: left;
-}
-
-article,
-aside,
-footer,
-header,
-hgroup,
-nav,
-section,
-figure,
-figcaption {
-    display: block;
-}
-
-code,
-kbd,
-pre,
-samp,
-tt {
-    font-family: Consolas, "Courier New", Courier, monospace;
-}
-
-address,
-cite,
-dfn,
-em,
-var,
-i {
-    font-style: normal;
-}
-
-blockquote,
-q {
-    quotes: none;
-}
-
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
-    content: "";
-    content: none;
+.handsontable th {
+    color: $allColor;
+    font-size: 14px;
+    background-color: $bg2;
 }
 
-a {
-    color: $LinkC;
-    text-decoration: none;
-    cursor: pointer;
-    &:link,
-    &:visited,
-    &:active {
-        color: $LinkC;
-    }
-    &:hover,
-    &:focus {
-        color: $HoverC;
-        text-decoration: underline;
-        outline: none;
-    }
-    &,
-    span,
-    i,
-    em,
-    u,
-    strong,
-    b,
-    p,
-    img,
-    ul,
-    li,
-    div,
-    dd,
-    dt,
-    dl,
-    ol,
-    table,
-    th,
-    td,
-    h1,
-    h2,
-    h3,
-    h4,
-    h5,
-    h6,
-    input,
-    textarea,
-    button,
-    small,
-    select {
-        cursor: pointer;
-        @include dz;
-    }
-}
-
-abbr[title],
-acronym[title] {
-    border-bottom: 1px dotted;
-    cursor: help;
+.handsontable tr:first-child th,
+.handsontable tr:first-child td {
+    border-color: $borderColor1;
 }
 
-// base by fungleo
-html {
-    min-width: $WinWitdh;
-    // overflow-y: scroll;
+.handsontable tbody th.ht__active_highlight,
+.handsontable thead th.ht__active_highlight {
+    background-color: $bg5;
+    color: $bg1;
 }
 
-body {
-    font-size: $FontSize;
-    color: $BaseC;
-    line-height: 2;
+.handsontable .changeType {
+    border-color: $borderColor1;
+    color: $color1;
 }
 
-body,
-button,
-input,
-select,
-textarea {
-    font-family: tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1";
-    *font-family: "\5FAE\8F6F\96C5\9ED1";
+.handsontable .changeType:hover {
+    border-color: $borderColor2;
+    color: $color2;
 }
 
-h1 {
-    font-size: $FontSize+10;
+.htDropdownMenu table.htCore {
+    border-color: $borderColor1;
+    border-bottom-width: 1px;
+    border-right-width: 1px;
+    border-radius: 4px;
 }
 
-h2 {
-    font-size: $FontSize+8;
+.handsontable .htFiltersMenuLabel {
+    color: $allColor;
 }
 
-h3 {
-    font-size: $FontSize+6;
+.handsontable .htUISelectCaption {
+    border-color: $borderColor1;
+    font-weight: normal;
+    font-family: 'PingFang SC,SanFrancisco UI';
+    background-color: #Fff;
 }
 
-h4 {
-    font-size: $FontSize+4;
+.handsontable .htUISelectDropdown:after {
+    content: ''
 }
 
-h5 {
-    font-size: $FontSize+2;
+.handsontable .htUISelectDropdown:before {
+    font-size: 8px;
+    top: 5px;
+    color: #c0c4cc;
 }
 
-h6 {
-    font-size: $FontSize;
+.htFiltersConditionsMenu table tbody tr td.current,
+.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover {
+    background-color: #f5f7fa;
 }
 
-hr {
-    border: none;
-    height: 1px;
-    background: lighten($BaseC, 50%);
+.htFiltersConditionsMenu table.htCore {
+    color: #606266;
 }
 
-.fl {
-    float: left;
+.handsontable .htUIInput.htUIButton input {
+    padding: 4px 8px;
+    font-size: 12px;
+    font-weight: 500;
+    background-color: #fff;
+    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
 }
 
-.fr {
-    float: right;
+.handsontable .htUIInput.htUIButton input:hover {
+    color: #409eff;
+    border-color: #c6e2ff;
+    background-color: #ecf5ff;
 }
 
-.tl {
-    text-align: left;
+.handsontable .htUIInput.htUIButtonOK input {
+    padding: 4px 8px;
+    background-color: $borderColor2;
+    border-color: transparent;
+    font-weight: normal;
+    font-size: 12px;
+    font-weight: 500;
+    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
 }
 
-.tr {
-    text-align: right;
+.handsontable .htUIInput.htUIButtonOK input:hover {
+    background: #66b1ff;
+    border-color: #66b1ff;
+    color: #fff;
 }
 
-.tc {
-    text-align: center;
+.handsontable .htUISelectCaption:hover {
+    background-color: #fff;
 }
 
-.cf:before,
-.cf:after,
-.web:before,
-.web:after,
-.web_:before,
-.web_:after {
-    content: "";
-    display: table;
+.htFiltersConditionsMenu table.htCore {
+    border-color: $borderColor1;
+    border-bottom-width: 1px;
+    border-right-width: 1px;
+    border-radius: 4px;
 }
 
-.cf:after,
-.web:after,
-.web_:after {
-    clear: both;
+.htFiltersConditionsMenu table.htCore td {
+    line-height: 28px;
+    height: 28px;
 }
 
-.cf {
-    zoom: 1;
-}
-
-.web {
-    width: $WinWitdh;
-    margin-left: auto;
-    margin-right: auto;
-    zoom: 1;
-}
-
-.web_ {
-    min-width: $WinWitdh;
-    width: 100%;
-    zoom: 1;
-}
-
-.block {
-    display: block;
-}
-
-.none {
-    display: none
+.handsontable .htUIClearAll a,
+.handsontable .htUISelectAll a {
+    color: $borderColor2;
+    text-decoration: none;
 }
 
-.clear {
-    clear: both;
+.handsontable tbody th.ht__highlight,
+.handsontable thead th.ht__highlight {
+    background-color: $borderColor2;
 }
 
-.fl {
-    float: left;
+.handsontable .htFiltersActive .changeType {
+    border-color: $borderColor2;
+    color: $borderColor2;
+    background-color: rgb(179, 216, 255);
 }
 
-.disIne {
-    display: inline-block;
+.el-loading-mask {
+    z-index: 499;
 }

+ 2 - 2
src/components/data_admin/buildData/findId.js

@@ -1,8 +1,8 @@
-import { physics } from '@/api/scan/config'
+import { venders } from '@/api/scan/config'
 import http from '@/api/scan/httpUtil'
 
 function getVenderRecommend(param, success) {
-    let url = `${physics}/venders/basic/recommend`
+    let url = `${venders}/basic/recommend`
     http.postJson(url, param, success)
 }
 

+ 48 - 36
src/components/data_admin/buildData/recommend.vue

@@ -1,35 +1,36 @@
 <template>
     <div class="saga-recommend">
         <div v-if="hasData">
-            <h4>当前资产:{{fm.FmName}}</h4>
+            <div class="recommend-card">
+                <h4>当前资产:
+                    <el-tooltip class="item" effect="dark" :content="fm.FmName">
+                        <span>{{fm.FmName}}</span>
+                    </el-tooltip>
+                </h4>
+            </div>
             <div class="saga-change-name" v-if="!isChangeFor">
                 <h3 class="saga-gray saga-explain">您可能需要快捷改值操作</h3>
                 <!-- 智能推荐按钮 -->
                 <div v-if="isChangeId">
-                    <template v-if="changeList.length" v-for="item in changeList">
-                <saga-button @click="getList(item)">修正 "{{getName(key)}}" 为 {{item.value}}</saga-button>
-</template>
-<template v-if="!changeList.length">
-    <p>
-        {{changeMsg}}</p>
-</template>
-        </div>
-        <!-- 修正按钮 -->
-        <div v-else>
-          <saga-button @click="changeToNull">修正 "{{getName(key)}}" 为 {{noIdChangeVal}}</saga-button>
-        </div>
-      </div>
-      <div class="saga-change-name" v-if="!isSameForCreate">
-        <h3 class="saga-gray saga-explain">您可能需要快捷维护厂商库</h3>
-<template>
-    <saga-button v-if="!isChangeVender" @click="create">
-        增加 {{obj.name}} “ {{val ? val : fm.Infos[key]}} ”</saga-button>
-    <saga-button v-if="isChangeVender" @click="changeVender">更新厂商库中此{{obj.name}}对应值</saga-button>
-</template>
-        <!--<template v-else>
-    <p>
-        {{ !!message ? message : "请确定该信息点内有值"}}</p>
-</template>-->
+                    <template v-if="changeList.length" v-for="(item,index) in changeList">
+                        <saga-button :key="index" @click="getList(item)">修正 "{{getName(key)}}" 为 {{item.value}}</saga-button>
+                    </template>
+                    <template v-if="!changeList.length">
+                        <p>{{changeMsg}}</p>
+                    </template>
+                        </div>
+                        <!-- 修正按钮 -->
+                        <div v-else>
+                        <saga-button @click="changeToNull">修正 "{{getName(key)}}" 为 {{noIdChangeVal}}</saga-button>
+                        </div>
+                    </div>
+                    <div class="saga-change-name" v-if="!isSameForCreate">
+                        <h3 class="saga-gray saga-explain">您可能需要快捷维护厂商库</h3>
+                <template>
+                    <saga-button v-if="!isChangeVender" @click="create">
+                        增加 {{obj.name}} “ {{val ? val : fm.Infos[key]}} ”</saga-button>
+                    <saga-button v-if="isChangeVender" @click="changeVender">更新厂商库中此{{obj.name}}对应值</saga-button>
+                </template>
       </div>
       <div class="saga-change-name" v-if="elseBtnsShow">
         <h3 class="saga-gray saga-explain">您可能需要其他快捷操作</h3>
@@ -616,27 +617,38 @@
         }
     }
 </script>
-<style lang="less" scoped>
+<style lang="scss" scoped>
+h4{
+    font-size: 18px;
+    font-weight: 400;
+}
     .saga-recommend {
+        background-color: #fff;
         height: 100%;
         overflow-y: auto; //   background-color: red;
+        .recommend-card{
+            padding: 5px;
+            border: 1px solid #E4E7ED;
+            margin: 10px;
+        }
         .saga-gray {
-            color: #b7c3c8;
+            color: #909399;
+            font-weight: 400;
+            font-size: 16px;
         }
         .saga-change-name {
-            padding: 8px;
+            padding: 5px;
+            margin: 10px;
             min-height: 100px; // background-color: yellow;
             border-bottom: 1px solid #ccc;
-            .saga-explain {
-                font-size: 17px;
-                font-weight: 600;
-            }
+            border: 1px solid #E4E7ED;
         }
     }
     .saga-message {
-        height: 100vh;
-        line-height: 100vh;
-        font-size: 20px;
-        color: #b7c3c8;
+        background-color: #fff;
+        height: 400px;
+        line-height: 400px;
+        font-size: 16px;
+        color: #909399;
     }
 </style>

+ 2 - 2
src/components/data_admin/buildData/sagaButton.vue

@@ -1,6 +1,6 @@
 <template>
-  <div class="saga-button">
-    <el-button @click="clickButton" style="width: 100%; margin: 8px 0;">
+  <div class="saga-button center">
+    <el-button type="primary" @click="clickButton">
       <slot></slot>
     </el-button>
   </div>

+ 0 - 473
src/components/data_admin/buildData/style.less

@@ -1,473 +0,0 @@
-#app {
-    min-width: 1098px;
-    min-height: 767px;
-    position: relative;
-    overflow-x: auto;
-    .left-main {
-      width: calc(100% - 251px);
-      height: 100%;
-      position: relative;
-      float: left;
-    }
-    .right-main {
-      float: right;
-      height: 100%;
-      width: 250px;
-      border-left: 1px solid #ccc;
-    }
-  }
-  #buildData {
-    overflow: hidden;
-    height: 100%;
-    width: 100%;
-    flex-direction: column;
-    display: flex;
-    .icon {
-      position: absolute;
-      z-index: 99;
-      bottom: 20px;
-      left: 20px;
-    }
-    img::after {
-      content: "\e87d";
-      font-family: "iconfont" !important;
-      font-size: 30px;
-      font-style: normal;
-      -webkit-font-smoothing: antialiased;
-      -moz-osx-font-smoothing: grayscale;
-      font-family: FontAwesome;
-      color: rgb(100, 100, 100);
-      display: flex;
-      justify-content: center;
-      align-items: center;
-      position: absolute;
-      z-index: 2;
-      top: 0;
-      left: 0;
-      width: 100%;
-      height: 100%;
-      background-color: #ddd;
-    }
-    .Blue {
-      color: #409eff;
-    }
-    .img_view {
-      position: relative;
-      video {
-        width: 100%;
-        height: 100%;
-        border: 1px solid #606266;
-      }
-    }
-    .active_swiper {
-      border: 2px solid #409eff !important;
-    }
-    .build_header {
-      min-width: 800px;
-      height: 3rem;
-      width: 100%;
-      border-bottom: 0.01rem solid #ccc;
-    }
-    .point_view {
-      position: absolute;
-      width: 100%;
-      overflow: hidden;
-      top: 3.1rem;
-      z-index: 500;
-      background-color: #fff;
-    }
-    .build_label {
-      height: 18rem;
-      width: 100%;
-      position: relative;
-      font-size: 0.8rem;
-      .turn_left,
-      .turn_right {
-        position: absolute;
-        top: 0;
-        bottom: 0;
-        height: 100%;
-        line-height: 18rem;
-        width: 4rem;
-        z-index: 90;
-        // flex: 1;
-        i {
-          cursor: pointer;
-          font-size: 4rem;
-        }
-      }
-      .turn_left {
-        left: 0;
-      }
-      .turn_right {
-        right: 0;
-      }
-      .label_view {
-        height: 100%;
-        padding: 1rem 4rem;
-        border-bottom: 0.01rem solid #ccc;
-        .swiper-container {
-          width: 100%;
-          height: 100%;
-        }
-        .swiper-wrapper{
-          height: 100%;
-        }
-        .active_swiper{
-          width: 100%;
-          height: 100%;
-        }
-        .swiper-slide {
-          background: #fff;
-          border: 1px solid #333;
-          height: 100%;
-          display: inline-block;
-          float: left;
-          h3 {
-            font-size: 1.2rem;
-            font-weight: bold;
-            line-height: 3rem;
-          }
-          .all_view {
-            margin-top: 5rem;
-            text-align: center;
-          }
-          .msg_view {
-            margin-top: 4rem;
-            text-align: center;
-            height: 5.5rem;
-          }
-          // .msg_view:first-child{
-          //     margin-top: 2rem;
-          // }
-          .img_view {
-            height: 100%;
-            width: 100%;
-            overflow: hidden;
-            position: relative;
-            .title_view {
-              width: 100%;
-              height: 100%;
-              position: absolute;
-              left: 0px;
-              top: 0px;
-              // background: url("./../../static/property-grad.png") top left
-              //   repeat-x;
-              // width: 100%;
-              // position: absolute;
-              // opacity: 0.9;
-              color: #fff;
-              // background: rgba(0,0,0,0.1);
-              z-index: 88;
-              padding-left: 6px;
-            }
-            p.btn {
-              position: absolute;
-              right: 1rem;
-              bottom: 0.6rem;
-              cursor: pointer;
-              z-index: 99;
-            }
-          }
-        }
-        .first_tag {
-          padding: 4rem 0;
-          text-align: center;
-          h3 {
-            line-height: 4rem;
-          }
-        }
-      }
-    }
-    .label_show {
-      height: 3rem;
-      margin-top: 30px;
-      .label_btn {
-        width: 15rem;
-        height: 3rem;
-        line-height: 3rem;
-        margin: 0 auto;
-        text-align: center;
-        cursor: pointer;
-        background-color: #ccc;
-        border-radius: 0.2rem;
-        border-top-left-radius: 0;
-        border-top-right-radius: 0;
-        span,
-        i {
-          color: #606266;
-        }
-      }
-    }
-    .build_operate {
-      height: 3rem;
-      line-height: 3rem;
-      margin-top: 6rem;
-      .build_msg {
-        float: right;
-        font-size: 12px;
-        height: 1.5rem;
-        line-height: 1.5rem;
-        margin-top: 0.75rem;
-        padding: 0 1rem;
-        margin-right: 2rem;
-        background-color: #f3c0c0;
-        color: #000;
-        border-radius: 5px;
-      }
-      /* 定义keyframe动画,命名为blink */
-      @keyframes blink {
-        0% {
-          background-color: #cc0000;
-        }
-        100% {
-          background-color: #e99292;
-        }
-      }
-      /* 定义blink类*/
-      .blink {
-        color: #fff;
-        background-color: #cc0000;
-        animation: blink 3s linear infinite;
-      }
-      span {
-        margin-left: 1rem;
-        display: inline-block;
-        cursor: pointer;
-      }
-      span:first-child::after {
-        content: "|";
-        color: #000;
-        margin-left: 1rem;
-      }
-      .undo_btn {
-        cursor: pointer;
-        float: right;
-        margin-right: 1rem;
-      }
-    }
-    .build_table {
-      flex: 1;
-      overflow-y: hidden;
-      height: 484px;
-      .el-tabs{
-        height:480px;
-      }
-      .data_page {
-        position: absolute;
-        width: 100%;
-        bottom: 1rem;
-        background-color: #fff;
-      }
-    }
-    .build_pic {
-      width: 100%;
-      height: 200px;
-      position: relative;
-      background-color: #fff;
-      left: 0;
-      bottom: 0;
-      right: 0;
-      padding: 0.4rem 4rem;
-      border-top: 0.01rem solid #ccc;
-      .pic_show {
-        position: absolute;
-        top: -2.3rem;
-        right: 2rem;
-        padding: 0.4rem 1rem;
-        border: 1px solid #dcdfe6;
-        margin-bottom: 3rem;
-        color: #606266;
-        background: #fff;
-        border-radius: 4px;
-        cursor: pointer;
-      }
-      .turn_left,
-      .turn_right {
-        position: absolute;
-        top: 0;
-        bottom: 0;
-        height: 100%;
-        width: 4rem;
-        z-index: 90;
-        // flex: 1;
-        i {
-          cursor: pointer;
-          font-size: 4rem;
-        }
-      }
-      .turn_left {
-        left: 0;
-      }
-      .turn_right {
-        right: 117px;
-      }
-      .pic_view {
-        width: 100%;
-        height: 100%;
-      }
-      .swiper-container {
-        width: 100%;
-        height: 100%;
-      }
-      .swiper-slide {
-        padding: 0.6rem;
-        background: #fff;
-        border: 1px solid #333;
-        .img_view {
-          height: 100%;
-          width: 100%;
-          overflow: hidden;
-          position: relative;
-          p {
-            position: absolute;
-            bottom: 0;
-            right: 0;
-            left: 0;
-            background-color: rgba(175, 175, 175, 0.4);
-            text-align: center;
-          }
-        }
-      }
-      // .pic_view{
-      //     width: 100%;
-      //     height: 100%;
-      //     padding-left: 1rem 4rem;
-      // }
-    }
-    .modification {
-      .el-dialog__body {
-        .mod_title {
-          max-height: 8rem;
-          .qr_code,
-          .msg_main {
-            float: left;
-          }
-          .qr_code {
-            width: 35%;
-            height: 100%;
-            padding: 0 0.6rem 0.3rem;
-            img {
-              width: 100%;
-              display: block;
-              height: 100%;
-            }
-          }
-          .msg_main {
-            width: 55%;
-            p {
-              overflow: hidden;
-              text-overflow: ellipsis;
-              display: -webkit-box;
-              -webkit-line-clamp: 2;
-              -webkit-box-orient: vertical;
-            }
-            .input_view {
-              margin-top: 0.5rem;
-              position: relative;
-              input {
-                width: 100%;
-                height: 1.5rem;
-                padding-left: 0.5rem;
-                box-sizing: border-box;
-              }
-              i {
-                position: absolute;
-                right: 10px;
-                font-size: 18px;
-                top: 2px;
-                color: #409eff;
-                display: inline-block;
-                width: 20px;
-                cursor: pointer;
-                transition: all 0.4s;
-              }
-            }
-          }
-        }
-        .cant_mod {
-          width: 100%;
-          .table_header {
-            border: 1px solid #000;
-            border-bottom: none;
-            font-weight: 900;
-            padding-left: 0.5rem;
-          }
-          table {
-            width: 100%;
-            border-color: #b6ff00;
-            border-collapse: collapse;
-            border: 1px solid #000;
-            tr {
-              line-height: 1.5rem;
-              td {
-                border: 1px solid #000;
-                padding-left: 1rem;
-              }
-            }
-          }
-          .locale_pic {
-            p {
-              line-height: 1.8rem;
-              font-weight: 900;
-              margin-top: 0.5rem;
-              border-bottom: 1px solid #000;
-            }
-            div {
-              ul {
-                padding-left: 5px;
-                li {
-                  width: 45%;
-                  float: left;
-                  margin: 10px;
-                  height: 12rem;
-                  overflow: hidden;
-                  position: relative;
-                  img {
-                    width: 100%;
-                    height: 193px;
-                    display: block;
-                    border: 1px solid #000;
-                  }
-                }
-              }
-            }
-          }
-        }
-      }
-    }
-    .iframe_view {
-      position: fixed;
-      z-index: 99999;
-      top: 0;
-      bottom: 0;
-      left: 0;
-      right: 0;
-      background-color: rgba(0, 0, 0, 0.5);
-      .iframe_no {
-        position: fixed;
-        z-index: 99999;
-        border-radius: 50%;
-        cursor: pointer;
-        height: 80px;
-        overflow: hidden;
-        right: -40px;
-        top: -40px;
-        transition: background-color 0.15s;
-        width: 80px;
-        background-color: rgba(0, 0, 0, 0.6);
-        // background-color: #b6ff00;
-        .iconfont {
-          margin-top: 48px;
-          display: inline-block;
-          margin-left: 16px;
-          font-size: 16px;
-          color: #fff;
-        }
-      }
-      iframe {
-        width: 100%;
-        height: 100%;
-      }
-    }
-  }

+ 502 - 0
src/components/data_admin/buildData/style.scss

@@ -0,0 +1,502 @@
+$borderColor: #DCDFE6;
+$bgColor: #548FF0;
+$errorColor: #F56C6C;
+$warningColor:#E6A23C;
+$color: #409EFF;
+$bg2: #fff;
+$larger:16px; //小标题
+h3 {
+    font-style: normal;
+    font-weight: 400;
+    -webkit-font-smoothing: antialiased;
+}
+
+#app {
+    .left-main {
+        // width: calc(100% - 251px);
+        display: inline-block;
+        position: absolute;
+        left: 0;
+        top: 90px;
+        bottom: 0;
+        right: 251px;
+    }
+    .right-main {
+        // height: 100%;
+        width: 250px;
+        position: absolute;
+        top: 90px;
+        right: 0;
+        bottom: 0;
+        border: 1px solid $borderColor;
+        box-sizing: border-box;
+    }
+}
+
+.build_header {
+    // min-width: 800px;
+    width: 100%;
+    line-height: 45px;
+    width: 100%;
+    border: 1px solid $borderColor;
+    border-top: none;
+    box-sizing: border-box;
+    background-color: $bg2;
+    padding-left: 20px;
+    box-sizing: border-box;
+    border-radius: 4px;
+}
+
+#buildData {
+    overflow: hidden;
+    height: 100%;
+    width: 100%;
+    padding: 20px;
+    box-sizing: border-box;
+    border-radius: 4px;
+    // flex-direction: column;
+    // display: flex;
+    background-color: $bg2;
+    .icon {
+        position: absolute;
+        z-index: 99;
+        bottom: 20px;
+        left: 20px;
+    }
+    img::after {
+        content: "icon";
+        // font-family: "iconfont" !important;
+        font-style: normal;
+        -webkit-font-smoothing: antialiased;
+        -moz-osx-font-smoothing: grayscale;
+        color: #F56C6C;
+        // display: flex;
+        // justify-content: center;
+        // align-items: center;
+        position: absolute;
+        text-align: center;
+        font-size: 12px;
+        z-index: 2;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+        line-height: 140px;
+        background-color: #EBEEF5;
+    }
+    .Blue {
+        color: #409eff;
+    }
+    .img_view {
+        position: relative;
+        video {
+            width: 100%;
+            height: 100%;
+            border: 1px solid $borderColor;
+        }
+    }
+    .active_swiper {
+        border: 2px solid #409eff !important;
+    }
+    .point_view {
+        position: absolute;
+        width: 100%;
+        overflow: hidden;
+        top: 0;
+        left: 0;
+        right: 0;
+        z-index: 500;
+        background-color: #fff;
+    }
+    .build_label {
+        height: 180px;
+        width: 100%;
+        position: relative;
+        font-size: 0.8rem;
+        border-bottom: 1px solid $borderColor;
+        .turn_left,
+        .turn_right {
+            position: absolute;
+            top: 0;
+            bottom: 0;
+            height: 100%;
+            line-height: 180px;
+            width: 4rem;
+            z-index: 90;
+            // flex: 1;
+            i {
+                cursor: pointer;
+                font-size: 4rem;
+            }
+        }
+        .turn_left {
+            left: 0;
+        }
+        .turn_right {
+            right: 0;
+        }
+        .label_view {
+            width: 100%;
+            overflow-x: auto;
+            .swiper-container {
+                width: 100%;
+            }
+            .active_swiper {
+                width: 100%;
+            }
+            .swiper-slide {
+                background: #fff;
+                border: 1px solid $borderColor;
+                height: 150px;
+                width: 150px;
+                margin: 20px;
+                display: inline-block;
+                box-sizing: border-box;
+                h3 {
+                    font-size: $larger;
+                }
+                .all_view {
+                    margin-top: 50px;
+                    text-align: center;
+                }
+                .msg_view {
+                    margin-top: 35px;
+                    text-align: center;
+                    height: 5.5rem;
+                }
+                // .msg_view:first-child{
+                //     margin-top: 2rem;
+                // }
+                .img_view {
+                    height: 100%;
+                    width: 100%;
+                    overflow: hidden;
+                    position: relative;
+                    .title_view {
+                        width: 100%;
+                        height: 100%;
+                        position: absolute;
+                        left: 0px;
+                        top: 0px;
+                        // background: url("./../../static/property-grad.png") top left
+                        //   repeat-x;
+                        // width: 100%;
+                        // position: absolute;
+                        // opacity: 0.9;
+                        color: #303133;
+                        // background: rgba(0,0,0,0.1);
+                        z-index: 88;
+                        padding-left: 6px;
+                    }
+                    .btn {
+                        position: absolute;
+                        right: 10px;
+                        bottom: 10px;
+                        cursor: pointer;
+                        z-index: 599;
+                    }
+                }
+            }
+            .first_tag {
+                padding: 4rem 0;
+                text-align: center;
+                h3 {
+                    line-height: 4rem;
+                }
+            }
+        }
+    }
+    .label_show {
+        height: 35px;
+        margin-top: 0;
+        text-align: center;
+        border: 1px solid #DCDFE6;
+        border-right: none;
+        border-left: none;
+    }
+    .build_operate {
+        height: 3rem;
+        line-height: 3rem;
+        margin-top: 30px;
+        width: 100%;
+        // border: 1px solid #DCDFE6;
+        // padding-left: 20px;
+        // box-sizing: border-box;
+        .build_msg {
+            float: right;
+            font-size: 12px;
+            height: 1.5rem;
+            line-height: 1.5rem;
+            margin-top: 0.75rem;
+            padding: 0 1rem;
+            margin-right: 2rem;
+            background-color: #f3c0c0;
+            color: #000;
+            border-radius: 5px;
+        }
+        /* 定义keyframe动画,命名为blink */
+        @keyframes blink {
+            0% {
+                background-color: $errorColor;
+            }
+            100% {
+                background-color: $warningColor;
+            }
+        }
+        /* 定义blink类*/
+        .blink {
+            color: #fff;
+            background-color: $errorColor;
+            animation: blink 3s linear infinite;
+        }
+        span {
+            margin-left: 1rem;
+            display: inline-block;
+            cursor: pointer;
+        }
+        span:first-child::after {
+            content: "|";
+            color: #000;
+            margin-left: 1rem;
+        }
+        .undo_btn {
+            cursor: pointer;
+            float: right;
+            margin-right: 1rem;
+        }
+    }
+    .build_table {
+        // flex: 1;
+        overflow: hidden;
+        width: 100%;
+        // height: 400px;
+        .el-tabs {
+            // height: 400px;
+            width: 100%;
+        }
+        .el-tabs__content {
+            height: 100%;
+        }
+        .data_page {
+            // position: absolute;
+            width: 100%;
+            // bottom: 0;
+            background-color: #fff;
+        }
+    }
+    .build_pic {
+        width: 100%;
+        height: 200px;
+        position: relative;
+        background-color: #fff;
+        left: 0;
+        bottom: 0;
+        right: 0;
+        // padding: 0.4rem 4rem;
+        border-top: 1px solid $borderColor;
+        .pic_show {
+            position: absolute;
+            top: -2.3rem;
+            right: 2rem;
+            padding: 0.4rem 1rem;
+            border: 1px solid $borderColor;
+            margin-bottom: 3rem;
+            color: #606266;
+            background: #fff;
+            border-radius: 4px;
+            cursor: pointer;
+        }
+        .turn_left,
+        .turn_right {
+            position: absolute;
+            top: 0;
+            bottom: 0;
+            height: 100%;
+            width: 4rem;
+            z-index: 90;
+            // flex: 1;
+            i {
+                cursor: pointer;
+                font-size: 4rem;
+            }
+        }
+        .turn_left {
+            left: 0;
+        }
+        .turn_right {
+            right: 117px;
+        }
+        .pic_view {
+            width: 100%;
+            height: 100%;
+        }
+        .swiper-container {
+            width: 100%;
+            height: 100%;
+        }
+        #swiperPic {
+            padding-top: 10px;
+            box-sizing: border-box;
+            .swiper-slide {
+                padding: 10px;
+                box-sizing: border-box;
+                background: #fff;
+                border: 1px solid $borderColor;
+                .img_view {
+                    height: 100%;
+                    width: 100%;
+                    overflow: hidden;
+                    position: relative;
+                    p {
+                        position: absolute;
+                        bottom: 0;
+                        right: 0;
+                        left: 0;
+                        background-color: rgba(175, 175, 175, 0.4);
+                        text-align: center;
+                    }
+                }
+            }
+            .pic_view {
+                width: 100%;
+                height: 100%;
+                padding-left: 1rem 4rem;
+            }
+        }
+    }
+    .modification {
+        .el-dialog__body {
+            .mod_title {
+                max-height: 8rem;
+                .qr_code,
+                .msg_main {
+                    float: left;
+                }
+                .qr_code {
+                    width: 35%;
+                    height: 100%;
+                    padding: 0 0.6rem 0.3rem;
+                    img {
+                        width: 100%;
+                        display: block;
+                        height: 100%;
+                    }
+                }
+                .msg_main {
+                    width: 55%;
+                    p {
+                        overflow: hidden;
+                        text-overflow: ellipsis;
+                        display: -webkit-box;
+                        -webkit-line-clamp: 2;
+                        -webkit-box-orient: vertical;
+                    }
+                    .input_view {
+                        margin-top: 0.5rem;
+                        position: relative;
+                        input {
+                            width: 100%;
+                            height: 1.5rem;
+                            padding-left: 0.5rem;
+                            box-sizing: border-box;
+                        }
+                        i {
+                            position: absolute;
+                            right: 10px;
+                            font-size: 18px;
+                            top: 2px;
+                            color: #409eff;
+                            display: inline-block;
+                            width: 20px;
+                            cursor: pointer;
+                            transition: all 0.4s;
+                        }
+                    }
+                }
+            }
+            .cant_mod {
+                width: 100%;
+                .table_header {
+                    border: 1px solid $borderColor;
+                    border-bottom: none;
+                    font-weight: 900;
+                    padding-left: 0.5rem;
+                }
+                table {
+                    width: 100%;
+                    border-color: #b6ff00;
+                    border-collapse: collapse;
+                    border: 1px solid $borderColor;
+                    tr {
+                        line-height: 1.5rem;
+                        td {
+                            border: 1px solid $borderColor;
+                            padding-left: 1rem;
+                        }
+                    }
+                }
+                .locale_pic {
+                    p {
+                        line-height: 1.8rem;
+                        font-weight: 900;
+                        margin-top: 0.5rem;
+                        border-bottom: 1px solid $borderColor;
+                    }
+                    div {
+                        ul {
+                            padding-left: 5px;
+                            li {
+                                width: 45%;
+                                float: left;
+                                margin: 10px;
+                                height: 12rem;
+                                overflow: hidden;
+                                position: relative;
+                                img {
+                                    width: 100%;
+                                    height: 193px;
+                                    display: block;
+                                    border: 1px solid $borderColor;
+                                }
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
+    .iframe_view {
+        position: fixed;
+        z-index: 99999;
+        top: 0;
+        bottom: 0;
+        left: 0;
+        right: 0;
+        background-color: rgba(0, 0, 0, 0.5);
+        .iframe_no {
+            position: fixed;
+            z-index: 99999;
+            border-radius: 50%;
+            cursor: pointer;
+            height: 80px;
+            overflow: hidden;
+            right: -40px;
+            top: -40px;
+            transition: background-color 0.15s;
+            width: 80px;
+            background-color: rgba(0, 0, 0, 0.6);
+            // background-color: #b6ff00;
+            .iconfont {
+                margin-top: 48px;
+                display: inline-block;
+                margin-left: 16px;
+                font-size: 16px;
+                color: #fff;
+            }
+        }
+        iframe {
+            width: 100%;
+            height: 100%;
+        }
+    }
+}

+ 11 - 11
src/components/data_admin/selectTime.vue

@@ -119,20 +119,20 @@ export default {
     }
     .picker_view {
       position: absolute;
-      width: 30rem;
-      bottom: -3rem;
-      left: -23rem;
-      height: 3rem;
-      padding-top: 0.5rem;
+      width: 500px;
+      bottom: -45px;
+      left: -260px;
+      height: 45px;
+      line-height: 45px;
       box-sizing: border-box;
-      z-index: 999;
       background-color: rgba(255, 255, 255, 1);
-      padding-left: 1rem;
-      padding-right: 2rem;
-      border: 0.01rem solid #eee;
+      padding-left: 10px;
+      padding-right: 10px;
+      border: 1px solid #C2CEDB;
+      border-radius: 2px;
       z-index: 2001;
       i {
-        color: #000;
+        color: #303133;
       }
     }
   }
@@ -140,7 +140,7 @@ export default {
     content: "|";
     margin-right: 0.2rem;
     margin-left: 0.2rem;
-    color: #000;
+    color: #303133;
   }
   .masked {
     position: fixed;

+ 6 - 7
src/router/demo.js

@@ -6,19 +6,18 @@ import FormPageDemo from '@/views/demo/FormPageDemo'
 import TestPonit from '@/test/fugy'
 import TestData from '@/test/wangsw'
 import TestAlarm from '@/test/zhulz'
+import buildData from "@/views/data_admin/buildData"
 
-export default [
-  {
+export default [{
     path: '/demo',
     name: 'LayoutMain',
     component: LayoutMain,
     children: [
         { path: '', name: '', component: TablePageDemo },
-      { path: 'table', name: 'TablePageDemo', component: TablePageDemo },
-      { path: 'form', name: 'FormPageDemo', component: FormPageDemo },
+        { path: 'table', name: 'TablePageDemo', component: TablePageDemo },
+        { path: 'form', name: 'FormPageDemo', component: FormPageDemo },
         { path: 'point', name: 'point', component: TestPonit },
-        { path: 'data', name: 'data', component: TestData },
+        { path: 'data', name: 'data', component: buildData },
         { path: 'alarm', name: 'alarm', component: TestAlarm }
     ]
-  }
-]
+}]

+ 1 - 1
src/store/modules/proMess.js

@@ -1,7 +1,7 @@
 const project_mess = {
     namespaced: true,
     state: {
-        projectId: "Pj4201050001", //项目id
+        projectId: "Pj1101080003", //项目id
         secret: "saga123456", //数据源id
         userId: "test", //数据源类型
     },

+ 2 - 2
src/store/modules/project.js

@@ -33,8 +33,8 @@ const project_mess = {
 
 let projectId = localStorage.getItem('projectId')
 if (!projectId) {
-    localStorage.setItem('projectId', '1234567890')
-    project_mess.state.projectId = '1234567890'
+    localStorage.setItem('projectId', 'Pj1101080003')
+    project_mess.state.projectId = 'Pj1101080003'
 } else {
     project_mess.state.projectId = projectId
 }

File diff suppressed because it is too large
+ 1788 - 2032
src/views/data_admin/buildData/index.vue