centaline-data-driven 1.5.18 → 1.5.19
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
package/release-log.md
CHANGED
|
Binary file
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
style="width: 26px;height: 26px;vertical-align: bottom;margin-left:22px;" />
|
|
14
14
|
</el-popover>
|
|
15
15
|
<div :style="{ 'width': topWidth + 'px' }" style="font-size: 14px;color: var(--centalineBlack);padding-left: 10px;line-height: 26px;">
|
|
16
|
-
|
|
17
|
-
<span>{{ model.fields1Dic.
|
|
16
|
+
<span>{{ model.fields1Dic.EstateName.label }}</span>
|
|
17
|
+
<span>{{ model.fields1Dic.EstateName.value }}</span>
|
|
18
18
|
</div>
|
|
19
19
|
<img :class="{ 'domDisabled': selectIndex <= 0 }" @click="clickPrevHandler" src="../../../assets/T1.png" alt=""
|
|
20
20
|
style="width: 26px;height: 26px;vertical-align: bottom;margin-right:11px;cursor: pointer">
|
|
@@ -2059,12 +2059,13 @@ export default {
|
|
|
2059
2059
|
.div_allinline .Stats-popover {
|
|
2060
2060
|
float: right;
|
|
2061
2061
|
margin-top: 3px;
|
|
2062
|
-
margin-left:
|
|
2062
|
+
margin-left: 0px;
|
|
2063
2063
|
height: 16px;
|
|
2064
2064
|
}
|
|
2065
2065
|
|
|
2066
2066
|
.icon-more {
|
|
2067
|
-
background: url("../../../assets/XL.png") no-repeat;
|
|
2067
|
+
/* background: url("../../../assets/XL.png") no-repeat; */
|
|
2068
|
+
background: url("../../../assets/tableIcon-more.png") no-repeat;
|
|
2068
2069
|
background-size: 100% 100%;
|
|
2069
2070
|
width: 16px;
|
|
2070
2071
|
height: 16px;
|
package/src/main.js
CHANGED
|
@@ -54,7 +54,7 @@ Vue.use(centaline, {
|
|
|
54
54
|
return {
|
|
55
55
|
oldToken: 'e087f307-b794-4c49-9e0e-f1fe22e218de',
|
|
56
56
|
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjsOwjAQRO_iOiv5s1570zn-NBwiIuBIoUIkkUCIuxMEdPRMMRq95s1dzOsgWmHIccikIFr0gKQsMJYCURKxKdKYlHr-BH7UNz26yCFkByg7Aiw2A-tYwLDtEubgUibRiHo9i1aRRy-dtdSIab-8gdNKvcA618uu3v5x7rRMm3YkOZAfR6BtAWp_3LQHBNI8KHbkqlHi8QQAAP__.RrBgBqaFlp478oO3g5k_EEtjPt_o8qpJBkzgSP78Wa4',
|
|
57
|
-
authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.
|
|
57
|
+
authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjr0OgjAURt-lMzdp6e1trxv0Z_EhCNCS4GQEEo3x3cUEN3fP8A1nOd9TLNsgTkKT5SaSAm_QAZIywJgSeEnEOkmtQ-j4AH7Mlw6t56aJFlC2BJhMBK59As2mDRgbGyKJSpT7VZwUOXRskLESc78eQrL8iG0pt3N5_OPcZZ33bB6N1HVdQLIb9-w0AU9EMDCSzFll0w_i9QYAAP__.2AsfxPGWwPqY5WHplPCbMmK0IfL6D0s4IZJi653U7io"}',
|
|
58
58
|
|
|
59
59
|
originalRequestURL: 'http://10.88.22.67:8080',
|
|
60
60
|
EstateInfo: '{"estateId":"20191114134322C29C9B83A84F192964","estateName":"C%E5%BE%A1%E6%9E%97%E5%B1%B1%E6%99%AF%E6%A5%BC"}',
|