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.
@@ -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.96",
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=" color: rgb(25, 137, 250);font-size: 13px;margin-top: 10px;background: rgb(236, 249, 255);
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="140px"
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 class="user-title">{{m.regEmpName}}</div>
172
- <div class="user-title">{{m.commissionPercentDesc}}</div>
173
- <div class="user-but w56">{{m.commissionRole}}</div>
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: 80px;
906
- height: 44px;
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%;