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 +1 -1
- package/src/SearchList.vue +4 -4
- package/src/centaline/dynamicFile/src/dynamicFile.vue +2 -2
- package/src/centaline/dynamicT/src/dynamicT.vue +2 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +2 -2
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/src/SearchList.vue
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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.
|
|
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>
|