centaline-data-driven 1.2.95 → 1.2.98

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.95",
3
+ "version": "1.2.98",
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.0.7",
24
25
  "vue-ueditor-wrap": "^2.5.6",
25
26
  "vuedraggable": "^2.24.3"
26
27
  },
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <el-container v-if="model.fields.length > 0">
3
- <div v-for="(col, index) in model.fields" :key="index" v-if="col.show !== false" :class="index>0&&col.label==''?'complex-left-10':''" :style="{'width':(col.width!='0'?col.width+'px':'100%'),'flex':(col.width!='0'?'0 0 '+col.width+'px':'100%')}">
3
+ <div v-for="(col, index) in model.fields" :key="index" v-if="col.show !== false" :class="index>0&&(col.label==''||col.is=='ct-btn')?'complex-left-10':''" :style="{'width':(col.width!='0'?col.width+'px':'100%'),'flex':(col.width!='0'?'0 0 '+col.width+'px':'100%')}">
4
4
  <component ref="Fields" :is="col.is" :vmodel="col" :api="model.OptApi" v-bind="col.bindPara"
5
5
  @click="fieldClickHandler(col,$event)" @change="changeHandler(col,$event)" @enter="enterHandler(col,$event)"
6
6
  @input="inputHandler(col,$event)"></component>
@@ -25,7 +25,8 @@
25
25
  </div>
26
26
  </div>
27
27
  <div v-if="model.fields1Dic.PropertyDepict" v-html="model.fields1Dic.PropertyDepict.value"
28
- style="color: blue;font-size: 16px;font-weight: bold;margin-top: 14px;">
28
+ style="font-weight: bold;font-size: 13px;margin-top: 10px;background: rgb(236, 249, 255);
29
+ flex: 1;align-items: center;padding: 5px;border-radius: 5px;">
29
30
  </div>
30
31
  </div>
31
32
  <div class="head-but">
@@ -67,10 +68,10 @@
67
68
  <div class="hous-info base-box">
68
69
  <div class="info-conten">
69
70
  <div class="hous-t">
70
- <div>
71
+ <div style="position: relative;">
71
72
  <el-carousel
72
73
  arrow="hover"
73
- height="140px"
74
+ height="199px"
74
75
  :autoplay="false"
75
76
  indicator-position="none"
76
77
  >
@@ -85,8 +86,8 @@
85
86
  </div>
86
87
  </el-carousel-item>
87
88
  </el-carousel>
88
-
89
- <div class="hous-img">
89
+
90
+ <div class="hous-img" style="position: absolute;bottom: 0;z-index: 9;">
90
91
  <div
91
92
  class="img-i"
92
93
  v-for="(item,index) in PropertyInfo.swiper"
@@ -167,9 +168,11 @@
167
168
  <div class="contribute-i" v-for="(m, index) in model._commissionList" :key="index">
168
169
  <img :src="m.regEmpImgUrl" alt="图片">
169
170
  <div>
170
- <div class="user-title">{{m.regEmpName}}</div>
171
- <div class="user-title">{{m.commissionPercentDesc}}</div>
172
- <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>
173
176
  </div>
174
177
  </div>
175
178
  </div>
@@ -901,10 +904,11 @@
901
904
  white-space: nowrap;
902
905
  .img-i {
903
906
  position: relative;
904
- width: 80px;
905
- height: 44px;
907
+ width: 82px;
908
+ height: 45px;
906
909
  margin-right: 10px;
907
910
  display: inline-block;
911
+ border: 2px #fff solid;
908
912
  img{
909
913
  width: 100%;
910
914
  height: 100%;
@@ -1213,7 +1217,7 @@
1213
1217
  // align-items: center;
1214
1218
  border-bottom: 1px solid #e0e0e0;
1215
1219
  .t-item {
1216
- padding: 0 16px;
1220
+ padding: 5px 16px;
1217
1221
  font-size: 14px;
1218
1222
  flex: 1;
1219
1223
  position: relative;