centaline-data-driven 1.4.53 → 1.4.55
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/Detail.vue +2 -2
- package/src/centaline/css/max.css +1 -0
- package/src/centaline/dynamicDetail/src/dynamicAlbums.vue +7 -1
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +8 -0
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +7 -0
- package/src/main.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/src/Detail.vue
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div id="appDetail" style="height:100%;">
|
|
3
|
-
<ct-Detail :api="'
|
|
3
|
+
<ct-Detail :api="'PropertyRET/readDetailForBrowse'" :apiParam="apiParam" :pageType="'PropertyDetailRET'"></ct-Detail>
|
|
4
4
|
<ct-dialog-list></ct-dialog-list>
|
|
5
5
|
</div>
|
|
6
6
|
</template>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
name: 'DataDrivendetail',
|
|
11
11
|
data() {
|
|
12
12
|
return {
|
|
13
|
-
apiParam: {actionType: 1,chanceID: "
|
|
13
|
+
apiParam: {actionType: 1,chanceID: "1603623689855832064"} ,
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
mounted() {
|
|
@@ -1773,6 +1773,14 @@ export default {
|
|
|
1773
1773
|
text-align: center;
|
|
1774
1774
|
cursor: pointer;
|
|
1775
1775
|
}
|
|
1776
|
+
|
|
1777
|
+
.table-box .t-item button.el-button.el-button.t-but.el-button--info.max-info.el-button--primary.el-button--mini.is-disabled {
|
|
1778
|
+
cursor: not-allowed;
|
|
1779
|
+
background-image: none;
|
|
1780
|
+
color: #bcbec2;
|
|
1781
|
+
background-color: #f4f4f5;
|
|
1782
|
+
border-color: #e9e9eb;
|
|
1783
|
+
}
|
|
1776
1784
|
</style>
|
|
1777
1785
|
|
|
1778
1786
|
|
|
@@ -1779,6 +1779,13 @@ export default {
|
|
|
1779
1779
|
text-align: center;
|
|
1780
1780
|
cursor: pointer;
|
|
1781
1781
|
}
|
|
1782
|
+
.table-box .t-item button.el-button.el-button.t-but.el-button--info.max-info.el-button--primary.el-button--mini.is-disabled {
|
|
1783
|
+
cursor: not-allowed;
|
|
1784
|
+
background-image: none;
|
|
1785
|
+
color: #bcbec2;
|
|
1786
|
+
background-color: #f4f4f5;
|
|
1787
|
+
border-color: #e9e9eb;
|
|
1788
|
+
}
|
|
1782
1789
|
</style>
|
|
1783
1790
|
|
|
1784
1791
|
|
package/src/main.js
CHANGED
|
@@ -44,7 +44,7 @@ Vue.use(centaline, {
|
|
|
44
44
|
getRequestHeaders: function () {
|
|
45
45
|
return {
|
|
46
46
|
oldToken: '3ba3f510-93fd-4103-9249-73c13f3f6fc2',
|
|
47
|
-
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.
|
|
47
|
+
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjrEOgkAQRP9lazZhb9e9Wzo9sPEjCJ6QYGUEEo3x38UIHb2vmGReM_OCYTpDAX4BN2KltgXciJWaSMyTVrg3H1FUGAPFgFE0yrGsOB5KyKB93KAg9crqWDWDvhl_wvmdfcU0tPdT-_zHuevYz7POMRHnHTZdYJQgOQZLhEkvJnO13Cd4fwAAAP__.ZcU7DcrdnOJOI8uvg7C4vmkNyMWpO44tMwKK4jf2ERI',
|
|
48
48
|
|
|
49
49
|
originalRequestURL: 'http://10.88.22.67:8080',
|
|
50
50
|
EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',
|