centaline-data-driven 1.2.96 → 1.2.99
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/build/centaline/centaline.path.js +2 -1
- package/package.json +2 -1
- package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +13 -10
- package/src/centaline/dynamicFile/src/dynamicFile.vue +413 -325
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +7 -1
- package/src/centaline/dynamicViewerFile/index.js +11 -0
- package/src/centaline/dynamicViewerFile/src/dynamicViewerFile.vue +373 -0
- package/src/centaline/dynamicViewerFile/src/dynamicViewerImage.vue +147 -0
- package/src/centaline/dynamicViewerFile/src/dynamicViewerPDF.vue +73 -0
- package/src/centaline/dynamicViewerFile/src/dynamicViewerVR.vue +76 -0
- package/src/centaline/loader/src/ctl/SearchScreen.js +7 -3
- package/src/centaline/templateControls/src/dynamicTableCurrency.vue +15 -2
- package/wwwroot/static/centaline/6032ad6e6e5a3ca138d5.worker.js +8 -0
- package/wwwroot/static/centaline/6032ad6e6e5a3ca138d5.worker.js.map +1 -0
- package/wwwroot/static/centaline/centaline-data-driven.js +9 -3
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
|
@@ -44,7 +44,8 @@ const paths = {
|
|
|
44
44
|
"dynamicCompound": "./src/centaline/dynamicCompound/index.js",//复合控件
|
|
45
45
|
"dynamicContact": "./src/centaline/dynamicContact/index.js",//联系人电话
|
|
46
46
|
"dynamicLayout": "./src/centaline/dynamicLayout/index.js",//Layout组件
|
|
47
|
-
"browseVideo": "./src/centaline/browseVideo/index.js",//确认框组件
|
|
47
|
+
"browseVideo": "./src/centaline/browseVideo/index.js",//确认框组件
|
|
48
|
+
"dynamicViewerFile": "./src/centaline/dynamicViewerFile/index.js",//确认框组件
|
|
48
49
|
},
|
|
49
50
|
"plugs": {
|
|
50
51
|
"api": "./src/centaline/api/index.js",//调用API插件
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "centaline-data-driven",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.99",
|
|
4
4
|
"description": "ccai",
|
|
5
5
|
"author": "hjc <3226136347@qq.com>",
|
|
6
6
|
"private": false,
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"save": "^2.4.0",
|
|
22
22
|
"v-viewer": "^1.6.4",
|
|
23
23
|
"vue": "2.5.17",
|
|
24
|
+
"vue-pdf": "^4.3.0",
|
|
24
25
|
"vue-ueditor-wrap": "^2.5.6",
|
|
25
26
|
"vuedraggable": "^2.24.3"
|
|
26
27
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
27
|
<div v-if="model.fields1Dic.PropertyDepict" v-html="model.fields1Dic.PropertyDepict.value"
|
|
28
|
-
style="
|
|
28
|
+
style="font-weight: bold;font-size: 13px;margin-top: 10px;background: rgb(236, 249, 255);
|
|
29
29
|
flex: 1;align-items: center;padding: 5px;border-radius: 5px;">
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
<div class="hous-info base-box">
|
|
69
69
|
<div class="info-conten">
|
|
70
70
|
<div class="hous-t">
|
|
71
|
-
<div>
|
|
71
|
+
<div style="position: relative;">
|
|
72
72
|
<el-carousel
|
|
73
73
|
arrow="hover"
|
|
74
|
-
height="
|
|
74
|
+
height="199px"
|
|
75
75
|
:autoplay="false"
|
|
76
76
|
indicator-position="none"
|
|
77
77
|
>
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
</div>
|
|
87
87
|
</el-carousel-item>
|
|
88
88
|
</el-carousel>
|
|
89
|
-
|
|
90
|
-
<div class="hous-img">
|
|
89
|
+
|
|
90
|
+
<div class="hous-img" style="position: absolute;bottom: 0;z-index: 9;">
|
|
91
91
|
<div
|
|
92
92
|
class="img-i"
|
|
93
93
|
v-for="(item,index) in PropertyInfo.swiper"
|
|
@@ -168,9 +168,11 @@
|
|
|
168
168
|
<div class="contribute-i" v-for="(m, index) in model._commissionList" :key="index">
|
|
169
169
|
<img :src="m.regEmpImgUrl" alt="图片">
|
|
170
170
|
<div>
|
|
171
|
-
<div
|
|
172
|
-
|
|
173
|
-
|
|
171
|
+
<div style="display: flex;">
|
|
172
|
+
<div class="user-title" v-html="m.empNameCN"></div>
|
|
173
|
+
<div class="user-title" style="margin-left: 10px;" v-html="m.commissionPercentDesc"></div>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="user-but w56" v-html="m.commissionRoleName"></div>
|
|
174
176
|
</div>
|
|
175
177
|
</div>
|
|
176
178
|
</div>
|
|
@@ -902,10 +904,11 @@
|
|
|
902
904
|
white-space: nowrap;
|
|
903
905
|
.img-i {
|
|
904
906
|
position: relative;
|
|
905
|
-
width:
|
|
906
|
-
height:
|
|
907
|
+
width: 82px;
|
|
908
|
+
height: 45px;
|
|
907
909
|
margin-right: 10px;
|
|
908
910
|
display: inline-block;
|
|
911
|
+
border: 2px #fff solid;
|
|
909
912
|
img{
|
|
910
913
|
width: 100%;
|
|
911
914
|
height: 100%;
|