centaline-data-driven 1.4.27 → 1.4.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.27",
3
+ "version": "1.4.29",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -15,9 +15,6 @@ font-size: 12px !important;
15
15
  padding-top: 6px !important;
16
16
  font-weight: bold;
17
17
  }
18
- .ccai .viewerMenu .el-submenu__title .el-submenu__icon-arrow {
19
- display: none;
20
- }
21
18
  .ccai .ccai-aside.el-aside{
22
19
  padding: 0 !important;
23
20
  }
@@ -22,7 +22,7 @@
22
22
  <span class="el-select__tags-text">{{item}}</span>
23
23
  </span>
24
24
  </span>
25
- <div v-else style="display:inline-block">
25
+ <div v-else style="display:inline-block">
26
26
  <!-- --计算占用宽度-- -->
27
27
  <div style="position: relative" v-if="isShowComput">
28
28
  <label class="ct-lable" style="position: absolute; left: -10000px">
@@ -83,7 +83,7 @@
83
83
  let parentWidth = this.$refs[str].parentNode.offsetWidth;
84
84
  // 判断是否禁用tooltip功能
85
85
  this.isShowTooltip = contentWidth <= parentWidth;
86
- this.isShowComput = false
86
+ this.isShowComput = false
87
87
  }
88
88
  });
89
89
  }
@@ -286,7 +286,7 @@ export default {
286
286
  self.colHasWidth[vi] = "nowidth";
287
287
  }
288
288
  });
289
- if (typeof self.model.cellLayout !== "undefined") {
289
+ if (self.model.cellLayout) {
290
290
  self.isLayout = true;
291
291
  }
292
292
  self.isLoading = false;
@@ -471,10 +471,9 @@
471
471
  }
472
472
 
473
473
  .viewerMenu .el-submenu__title .el-submenu__icon-arrow {
474
- display: inline-block;
474
+ display: inline-block !important;
475
475
  }
476
476
  .cloading {
477
477
  font-size: 50px;
478
478
  }
479
-
480
479
  </style>
@@ -10,7 +10,9 @@ const T = function (source) {
10
10
  let obj=JSON.parse(source.code1);
11
11
  if (typeof obj == 'object' && obj) {
12
12
  obj.forEach((v) => {
13
- value.push(v.name);
13
+ if(!v.flagDeleted){
14
+ value.push(v.name);
15
+ }
14
16
  });
15
17
  rtn.flagJson=true;
16
18
  return value;
package/src/main.js CHANGED
@@ -12,9 +12,9 @@ Vue.use(ElementUI, { size: 'mini'});
12
12
  // 关闭生产模式下给出的提示
13
13
  Vue.config.productionTip = false;
14
14
  Vue.use(centaline, {
15
- // baseUrl: "http://10.88.22.46:7070/max-uplink-api/v1/form/router",
15
+ baseUrl: "http://10.88.22.46:7070/max-uplink-api/v1/form/router",
16
16
  // baseUrl: "http://10.25.10.63:9999/v1/form/router",
17
- baseUrl: "http://10.88.22.42:9999/v1/form/router",
17
+ // baseUrl: "http://10.88.22.42:9999/v1/form/router",
18
18
  // baseUrl: "http://10.88.22.69:8080/api/",
19
19
  // baseUrl: "http://tjcptest.centaline.com.cn/",
20
20
  // flagRouterSelf: true,
@@ -43,7 +43,7 @@ Vue.use(centaline, {
43
43
  getRequestHeaders: function () {
44
44
  return {
45
45
  oldToken: '3f518e5b-85c3-4a3e-9aa2-d476c6e43b75',
46
- token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjEOgkAQRe8yNZMwu7OzO3S6YOMhiLBrgpURSDTGu6sROnpf8YrX_P-Ece6gAr-AG1ppdQE3tNISsXqSBnfqI7KwxUAxYGSJfKgbG_c1FJDvV6hIfGmDsewKGE7TLxh1-g3zmG_H_PjHucs0fGazpE5sCpjUBORsPQbtCImCc1KaPvVneL0BAAD__w.LezfS_6A9EFEtLVtmP5mNuSXjhOdHIsSR47oATD5KO4',
46
+ token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjkEKwjAQRe-StQPJzCQz6S41ZuMhSltbqCuxLSji3Y3gHdw-_n__v8y6D6Yx1ErrsxcIyTMwnhg0SwEOmSWrlGPiLhSfEUWApCgcnSVATBnsN0qZYhDbZY5JkQkqompyJ9CWEqBnZSqeo3hzMNPjZhpXCxo9ox7M0m8_YKP9gn2d7ufp-Y9z122ps8JznNUqaBgDsA0RBpQLjLPrXT9EIprN-wMAAP__.OwgXf5vZ8GNH_jZkyqKKWGoITPeGzxrEizwMfYU9dRI',
47
47
 
48
48
  originalRequestURL: 'http://10.88.22.67:8080',
49
49
  EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',