centaline-data-driven 1.4.22 → 1.4.24

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.22",
3
+ "version": "1.4.24",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -11,16 +11,16 @@
11
11
  :searchStatsApi="'/ProfileWorklistList/getListStats'">
12
12
  </ct-searchlist> -->
13
13
 
14
- <ct-searchlist :apiParam="para"
14
+ <!-- <ct-searchlist :apiParam="para"
15
15
  :searchConditionApi="'/PropertyTrustList/getLayoutOfSearch'"
16
16
  :searchDataApi="'/PropertyTrustList/getListOfSearchModel'">
17
- </ct-searchlist>
17
+ </ct-searchlist> -->
18
18
 
19
- <!-- <ct-searchlist
19
+ <ct-searchlist
20
20
  :searchCategoryApi="'/PropertyPublishList/getLayoutOfSearchCategory'"
21
21
  :searchConditionApi="'/PropertyPublishList/getLayoutOfSearchForRET'"
22
22
  :searchDataApi="'/PropertyPublishList/getListOfSearchModelForRET'">
23
- </ct-searchlist> -->
23
+ </ct-searchlist>
24
24
 
25
25
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
26
26
  :searchDataApi="'/PropertyRETList/getListOfSearchModel'"
@@ -38,7 +38,7 @@
38
38
  <span class="cover-list-item-span-delete" v-if="!model.lock && file.rightDel">
39
39
  <i class="el-icon-delete" @click="handleRemove(file)"></i>
40
40
  </span>
41
- <span class="cover-list-item-play" v-if="file.videoPlayIconUrl ">
41
+ <span class="cover-list-item-play" v-if="file.mediaTypeID==4 && file.videoPlayIconUrl">
42
42
  <div class="swiper-i">
43
43
  <img :src="file.videoPlayIconUrl" class="hous-icon" @click="viewerfile(file)"/>
44
44
  </div>
@@ -116,7 +116,7 @@
116
116
  <span class="cover-list-item-span-delete" v-if="!model.lock && file.rightDel">
117
117
  <i class="el-icon-delete" @click="handleRemove(file)"></i>
118
118
  </span>
119
- <span class="cover-list-item-play" v-if="file.videoPlayIconUrl && file.mediaTypeID==4">
119
+ <span class="cover-list-item-play" v-if="file.mediaTypeID==4 && file.videoPlayIconUrl">
120
120
  <div class="swiper-i">
121
121
  <img :src="file.videoPlayIconUrl" class="hous-icon" @click="viewerfile(file)"/>
122
122
  </div>
@@ -202,8 +202,9 @@
202
202
  }
203
203
  else {
204
204
  self.model.value=row[self.model.optionAttrs.label];
205
- }
205
+ }
206
206
  self.inputHandler(e);
207
+ self.applyHighlights();
207
208
  });
208
209
  });
209
210
  },