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 +1 -1
- package/src/centaline/css/ccai.css +0 -3
- package/src/centaline/dynamicL/src/dynamicL.vue +2 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +1 -1
- package/src/centaline/dynamicViewerFile/src/dynamicViewerFile.vue +1 -2
- package/src/centaline/loader/src/ctl/L.js +3 -1
- package/src/main.js +3 -3
- package/wwwroot/static/centaline/centaline-data-driven.js +3 -3
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<span class="el-select__tags-text">{{item}}</span>
|
|
23
23
|
</span>
|
|
24
24
|
</span>
|
|
25
|
-
|
|
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
|
-
|
|
86
|
+
this.isShowComput = false
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
89
|
}
|
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
|
-
|
|
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.
|
|
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"}',
|