@cmstops/pro-compo 0.1.26 → 0.1.29
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/dist/index.css +100 -65
- package/dist/index.min.css +1 -1
- package/es/contentDetailList/components/Content/DocItem/index.js +1 -1
- package/es/contentDetailList/components/Content/DocMpItem/index.js +1 -1
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +3 -3
- package/es/contentDetailList/components/Content/MaccountItem/index.js +30 -23
- package/es/contentDetailList/style/ComoItem.less +4 -0
- package/es/contentDetailList/style/ContentListItem.less +4 -0
- package/es/contentDetailList/style/DocItem.less +4 -6
- package/es/contentDetailList/style/DocMpItem.less +4 -6
- package/es/contentDetailList/style/KongoNavItem.less +4 -0
- package/es/contentDetailList/style/LiveItem.less +4 -0
- package/es/contentDetailList/style/MaccountItem.less +4 -0
- package/es/contentDetailList/style/index.css +28 -58
- package/es/contentDetailList/style/index.less +0 -1
- package/es/contentModal/component.js +165 -5
- package/es/contentModal/components/CompoList/index.js +13 -6
- package/es/contentModal/components/ContentList/MediaFilter/index.js +112 -0
- package/es/contentModal/components/ContentList/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/index.js +269 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.js +74 -0
- package/es/contentModal/components/LiveList/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/index.js +227 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.js +62 -0
- package/es/contentModal/components/MpAccountList/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/index.js +222 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +85 -0
- package/es/contentModal/components/MpContentList/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/index.js +214 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +176 -12
- package/es/contentModal/components/ViewAllColumn/index.js +33 -14
- package/es/contentModal/images/user.js +2 -0
- package/es/contentModal/script/api.d.ts +3 -0
- package/es/contentModal/script/api.js +22 -1
- package/es/contentModal/style/ViewAllColumn.less +51 -31
- package/es/contentModal/style/index.css +21 -7
- package/es/dataTags/component.d.ts +0 -0
- package/es/{contentDetailList/components/DocTags/index.js → dataTags/component.js} +10 -8
- package/es/dataTags/index.d.ts +2 -0
- package/es/dataTags/index.js +7 -0
- package/es/dataTags/style/css.js +1 -0
- package/es/dataTags/style/index.css +51 -0
- package/es/dataTags/style/index.d.ts +1 -0
- package/es/dataTags/style/index.js +1 -0
- package/{lib/contentDetailList/style/DocTags.less → es/dataTags/style/index.less} +12 -8
- package/es/emptyData/component.js +5 -5
- package/es/index.css +100 -65
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +1 -0
- package/es/utils/typeMap.d.ts +6 -15
- package/es/utils/typeMap.js +21 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +4 -4
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +2 -2
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +4 -4
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +30 -23
- package/lib/contentDetailList/style/ComoItem.less +4 -0
- package/lib/contentDetailList/style/ContentListItem.less +4 -0
- package/lib/contentDetailList/style/DocItem.less +4 -6
- package/lib/contentDetailList/style/DocMpItem.less +4 -6
- package/lib/contentDetailList/style/KongoNavItem.less +4 -0
- package/lib/contentDetailList/style/LiveItem.less +4 -0
- package/lib/contentDetailList/style/MaccountItem.less +4 -0
- package/lib/contentDetailList/style/index.css +28 -58
- package/lib/contentDetailList/style/index.less +0 -1
- package/lib/contentModal/component.js +165 -5
- package/lib/contentModal/components/CompoList/index.js +15 -8
- package/lib/contentModal/components/ContentList/MediaFilter/index.js +113 -0
- package/lib/contentModal/components/ContentList/index.js +270 -0
- package/lib/contentModal/components/LiveList/MediaFilter/index.js +75 -0
- package/lib/contentModal/components/LiveList/index.js +228 -0
- package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.js +63 -0
- package/lib/contentModal/components/MpAccountList/index.js +223 -0
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +86 -0
- package/lib/contentModal/components/MpContentList/index.js +215 -0
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +175 -11
- package/lib/contentModal/components/ViewAllColumn/index.js +33 -14
- package/lib/contentModal/images/user.js +3 -0
- package/lib/contentModal/script/api.js +24 -0
- package/lib/contentModal/style/ViewAllColumn.less +51 -31
- package/lib/contentModal/style/index.css +21 -7
- package/lib/{contentDetailList/components/DocTags/index.js → dataTags/component.js} +10 -8
- package/lib/dataTags/index.js +8 -0
- package/lib/dataTags/style/css.js +2 -0
- package/lib/dataTags/style/index.css +51 -0
- package/lib/dataTags/style/index.js +2 -0
- package/{es/contentDetailList/style/DocTags.less → lib/dataTags/style/index.less} +12 -8
- package/lib/emptyData/component.js +4 -4
- package/lib/index.css +100 -65
- package/lib/index.js +2 -0
- package/lib/index.less +1 -0
- package/lib/utils/typeMap.js +22 -0
- package/package.json +1 -1
- /package/es/{contentDetailList/components/DocTags → contentModal/components/ContentList/MediaFilter}/index.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, onMounted,
|
|
1
|
+
import { defineComponent, ref, onMounted, openBlock, createElementBlock, normalizeClass, createBlock, resolveDynamicComponent, toDisplayString, createCommentVNode, createElementVNode, renderSlot } from "vue";
|
|
2
2
|
function __variableDynamicImportRuntime0__(path) {
|
|
3
3
|
switch (path) {
|
|
4
4
|
case "./svg/acount.vue":
|
|
@@ -53,7 +53,7 @@ const _sfc_main = defineComponent({
|
|
|
53
53
|
},
|
|
54
54
|
setup(__props) {
|
|
55
55
|
const props = __props;
|
|
56
|
-
|
|
56
|
+
const dynamicComponent = ref(null);
|
|
57
57
|
const tipMap = ref({
|
|
58
58
|
add: "\u6DFB\u52A0\u5185\u5BB9",
|
|
59
59
|
acount: "\u6682\u65E0\u8D26\u53F7",
|
|
@@ -71,17 +71,17 @@ const _sfc_main = defineComponent({
|
|
|
71
71
|
});
|
|
72
72
|
const loadComponent = async (componentName) => {
|
|
73
73
|
const component = await __variableDynamicImportRuntime0__(`./svg/${componentName}.vue`);
|
|
74
|
-
dynamicComponent = component.default;
|
|
74
|
+
dynamicComponent.value = component.default;
|
|
75
75
|
};
|
|
76
76
|
onMounted(() => {
|
|
77
77
|
loadComponent(props.type);
|
|
78
78
|
});
|
|
79
79
|
return (_ctx, _cache) => {
|
|
80
|
-
return
|
|
80
|
+
return dynamicComponent.value ? (openBlock(), createElementBlock("div", {
|
|
81
81
|
key: 0,
|
|
82
82
|
class: normalizeClass(["empty-data-container", { small: _ctx.size === "small" }])
|
|
83
83
|
}, [
|
|
84
|
-
(openBlock(), createBlock(resolveDynamicComponent(
|
|
84
|
+
(openBlock(), createBlock(resolveDynamicComponent(dynamicComponent.value))),
|
|
85
85
|
!_ctx.noTip ? (openBlock(), createElementBlock("div", _hoisted_1, toDisplayString(_ctx.customTip ? _ctx.customTip : tipMap.value[_ctx.type]), 1)) : createCommentVNode("v-if", true),
|
|
86
86
|
createElementVNode("div", _hoisted_2, [
|
|
87
87
|
renderSlot(_ctx.$slots, "extra")
|
package/es/index.css
CHANGED
|
@@ -392,29 +392,43 @@
|
|
|
392
392
|
.view-all-column-container .content-table-view {
|
|
393
393
|
height: calc(100% - 110px);
|
|
394
394
|
}
|
|
395
|
-
.view-all-column-container .content-table-view .title-span
|
|
396
|
-
|
|
395
|
+
.view-all-column-container .content-table-view .title-span,
|
|
396
|
+
.view-all-column-container .content-table-view .mp_title-span {
|
|
397
397
|
display: block;
|
|
398
|
-
|
|
398
|
+
width: 100%;
|
|
399
399
|
overflow: hidden;
|
|
400
400
|
white-space: nowrap;
|
|
401
|
+
text-overflow: ellipsis;
|
|
401
402
|
}
|
|
402
|
-
.view-all-column-container .content-table-view .title-span .icon
|
|
403
|
+
.view-all-column-container .content-table-view .title-span .icon,
|
|
404
|
+
.view-all-column-container .content-table-view .mp_title-span .icon {
|
|
405
|
+
display: inline-block;
|
|
403
406
|
width: 20px;
|
|
404
407
|
height: 25px;
|
|
405
408
|
margin-right: 8px;
|
|
406
409
|
padding-left: 0;
|
|
407
410
|
font-size: 18px;
|
|
411
|
+
text-align: center;
|
|
408
412
|
vertical-align: middle;
|
|
413
|
+
}
|
|
414
|
+
.view-all-column-container .content-table-view .mp_title-span {
|
|
415
|
+
margin-left: 10px;
|
|
416
|
+
}
|
|
417
|
+
.view-all-column-container .content-table-view .user-avatar {
|
|
409
418
|
display: inline-block;
|
|
410
|
-
|
|
419
|
+
width: 25px;
|
|
420
|
+
height: 25px;
|
|
421
|
+
margin-right: 12px;
|
|
422
|
+
vertical-align: middle;
|
|
423
|
+
border-radius: 50%;
|
|
424
|
+
cursor: pointer;
|
|
411
425
|
}
|
|
412
426
|
.view-all-column-container .bottom-view {
|
|
413
|
-
height: 60px;
|
|
414
|
-
margin: 0px 15px;
|
|
415
427
|
display: flex;
|
|
416
428
|
align-items: center;
|
|
417
429
|
justify-content: space-between;
|
|
430
|
+
height: 60px;
|
|
431
|
+
margin: 0 15px;
|
|
418
432
|
}
|
|
419
433
|
.view-all-column-container .bottom-view .left {
|
|
420
434
|
display: flex;
|
|
@@ -1832,6 +1846,10 @@
|
|
|
1832
1846
|
height: 100%;
|
|
1833
1847
|
border-radius: 4px;
|
|
1834
1848
|
}
|
|
1849
|
+
.medialist-component-item-view .cover-view .image img {
|
|
1850
|
+
width: 100%;
|
|
1851
|
+
height: 100%;
|
|
1852
|
+
}
|
|
1835
1853
|
.medialist-component-item-view .cover-view .no-img {
|
|
1836
1854
|
display: flex;
|
|
1837
1855
|
align-items: center;
|
|
@@ -1913,6 +1931,10 @@
|
|
|
1913
1931
|
height: 100%;
|
|
1914
1932
|
border-radius: 4px;
|
|
1915
1933
|
}
|
|
1934
|
+
.medialist-component-item-view .cover-view .image img {
|
|
1935
|
+
width: 100%;
|
|
1936
|
+
height: 100%;
|
|
1937
|
+
}
|
|
1916
1938
|
.medialist-component-item-view .cover-view .no-img {
|
|
1917
1939
|
display: flex;
|
|
1918
1940
|
align-items: center;
|
|
@@ -2019,6 +2041,10 @@
|
|
|
2019
2041
|
height: 100%;
|
|
2020
2042
|
border-radius: 4px;
|
|
2021
2043
|
}
|
|
2044
|
+
.medialist-kongo-item-view .cover-view .image img {
|
|
2045
|
+
width: 100%;
|
|
2046
|
+
height: 100%;
|
|
2047
|
+
}
|
|
2022
2048
|
.medialist-kongo-item-view .cover-view .no-img {
|
|
2023
2049
|
display: flex;
|
|
2024
2050
|
align-items: center;
|
|
@@ -2081,54 +2107,6 @@
|
|
|
2081
2107
|
.medialist-kongo-item-view .info-view .abttrite-v .right {
|
|
2082
2108
|
margin-right: 20px;
|
|
2083
2109
|
}
|
|
2084
|
-
.no-margin span {
|
|
2085
|
-
margin-right: 0 !important;
|
|
2086
|
-
}
|
|
2087
|
-
.doc-tags-container .arco-tag {
|
|
2088
|
-
font-weight: 600;
|
|
2089
|
-
border: none;
|
|
2090
|
-
margin-right: 5px;
|
|
2091
|
-
}
|
|
2092
|
-
.doc-tags-container .yuanchuang {
|
|
2093
|
-
color: #4886ff;
|
|
2094
|
-
background: #edf3ff;
|
|
2095
|
-
}
|
|
2096
|
-
.doc-tags-container .star {
|
|
2097
|
-
color: #4a8457;
|
|
2098
|
-
background: #e6f8ea;
|
|
2099
|
-
}
|
|
2100
|
-
.doc-tags-container .waring {
|
|
2101
|
-
color: #ff7d00;
|
|
2102
|
-
background: #fff2e6;
|
|
2103
|
-
}
|
|
2104
|
-
.doc-tags-container .thumb {
|
|
2105
|
-
color: #86909c;
|
|
2106
|
-
background: #f3f4f5;
|
|
2107
|
-
}
|
|
2108
|
-
.doc-tags-container .disabled {
|
|
2109
|
-
color: #bababa !important;
|
|
2110
|
-
background: #ecebeb !important;
|
|
2111
|
-
}
|
|
2112
|
-
.doc-tags-thumb-popver {
|
|
2113
|
-
min-width: unset;
|
|
2114
|
-
padding: 0;
|
|
2115
|
-
overflow: hidden;
|
|
2116
|
-
line-height: unset;
|
|
2117
|
-
border: none;
|
|
2118
|
-
border-radius: 8px;
|
|
2119
|
-
}
|
|
2120
|
-
.doc-tags-thumb-popver .popper__arrow {
|
|
2121
|
-
display: none;
|
|
2122
|
-
}
|
|
2123
|
-
.doc-tags-thumb-popver .doc-tags-thumb-ul {
|
|
2124
|
-
height: 110px;
|
|
2125
|
-
}
|
|
2126
|
-
.doc-tags-thumb-popver .doc-tags-thumb-ul img {
|
|
2127
|
-
height: 100%;
|
|
2128
|
-
}
|
|
2129
|
-
.doc-tags-thumb-popver .doc-tags-thumb-ul img + img {
|
|
2130
|
-
margin-left: 2px;
|
|
2131
|
-
}
|
|
2132
2110
|
.medialist-ilive-item-view {
|
|
2133
2111
|
display: flex;
|
|
2134
2112
|
padding: 10px;
|
|
@@ -2150,6 +2128,10 @@
|
|
|
2150
2128
|
height: 100%;
|
|
2151
2129
|
border-radius: 4px;
|
|
2152
2130
|
}
|
|
2131
|
+
.medialist-ilive-item-view .cover-view .image img {
|
|
2132
|
+
width: 100%;
|
|
2133
|
+
height: 100%;
|
|
2134
|
+
}
|
|
2153
2135
|
.medialist-ilive-item-view .cover-view .no-img {
|
|
2154
2136
|
display: flex;
|
|
2155
2137
|
align-items: center;
|
|
@@ -2240,6 +2222,10 @@
|
|
|
2240
2222
|
height: 100%;
|
|
2241
2223
|
border-radius: 4px;
|
|
2242
2224
|
}
|
|
2225
|
+
.medialist-account-item-view .cover-view .image img {
|
|
2226
|
+
width: 100%;
|
|
2227
|
+
height: 100%;
|
|
2228
|
+
}
|
|
2243
2229
|
.medialist-account-item-view .cover-view .no-img {
|
|
2244
2230
|
display: flex;
|
|
2245
2231
|
align-items: center;
|
|
@@ -2332,16 +2318,15 @@
|
|
|
2332
2318
|
height: 100%;
|
|
2333
2319
|
border-radius: 4px;
|
|
2334
2320
|
}
|
|
2321
|
+
.medialist-doc-item-view .cover-view .image img {
|
|
2322
|
+
width: 100%;
|
|
2323
|
+
height: 100%;
|
|
2324
|
+
}
|
|
2335
2325
|
.medialist-doc-item-view .cover-view .batch-select {
|
|
2336
2326
|
position: absolute;
|
|
2337
2327
|
top: 3px;
|
|
2338
2328
|
left: 5px;
|
|
2339
2329
|
}
|
|
2340
|
-
.medialist-doc-item-view .cover-view .arco-image-img {
|
|
2341
|
-
width: 100%;
|
|
2342
|
-
height: 100%;
|
|
2343
|
-
border-radius: 4px;
|
|
2344
|
-
}
|
|
2345
2330
|
.medialist-doc-item-view .cover-view .no-img {
|
|
2346
2331
|
display: flex;
|
|
2347
2332
|
align-items: center;
|
|
@@ -2450,16 +2435,15 @@
|
|
|
2450
2435
|
height: 100%;
|
|
2451
2436
|
border-radius: 4px;
|
|
2452
2437
|
}
|
|
2438
|
+
.medialist-mpdoc-item-view .cover-view .image img {
|
|
2439
|
+
width: 100%;
|
|
2440
|
+
height: 100%;
|
|
2441
|
+
}
|
|
2453
2442
|
.medialist-mpdoc-item-view .cover-view .batch-select {
|
|
2454
2443
|
position: absolute;
|
|
2455
2444
|
top: 3px;
|
|
2456
2445
|
left: 5px;
|
|
2457
2446
|
}
|
|
2458
|
-
.medialist-mpdoc-item-view .cover-view .arco-image-img {
|
|
2459
|
-
width: 100%;
|
|
2460
|
-
height: 100%;
|
|
2461
|
-
border-radius: 4px;
|
|
2462
|
-
}
|
|
2463
2447
|
.medialist-mpdoc-item-view .cover-view .no-img {
|
|
2464
2448
|
display: flex;
|
|
2465
2449
|
align-items: center;
|
|
@@ -2938,3 +2922,54 @@
|
|
|
2938
2922
|
.base-filter-container .left .filter-item-view.value .arco-icon-hover {
|
|
2939
2923
|
color: rgb(var(--primary-6));
|
|
2940
2924
|
}
|
|
2925
|
+
.doc-tags-container .arco-tag {
|
|
2926
|
+
font-weight: 600;
|
|
2927
|
+
border: none;
|
|
2928
|
+
margin-right: 5px;
|
|
2929
|
+
}
|
|
2930
|
+
.doc-tags-container .yuanchuang {
|
|
2931
|
+
color: #4886ff;
|
|
2932
|
+
background: #edf3ff;
|
|
2933
|
+
}
|
|
2934
|
+
.doc-tags-container .star {
|
|
2935
|
+
color: #4a8457;
|
|
2936
|
+
background: #e6f8ea;
|
|
2937
|
+
}
|
|
2938
|
+
.doc-tags-container .waring {
|
|
2939
|
+
color: #ff7d00;
|
|
2940
|
+
background: #fff2e6;
|
|
2941
|
+
}
|
|
2942
|
+
.doc-tags-container .thumb {
|
|
2943
|
+
color: #86909c;
|
|
2944
|
+
background: #f3f4f5;
|
|
2945
|
+
}
|
|
2946
|
+
.doc-tags-container .disabled {
|
|
2947
|
+
color: #bababa !important;
|
|
2948
|
+
background: #ecebeb !important;
|
|
2949
|
+
}
|
|
2950
|
+
.doc-tags-popver-arrow {
|
|
2951
|
+
display: none;
|
|
2952
|
+
}
|
|
2953
|
+
.no-margin span {
|
|
2954
|
+
margin-right: 0 !important;
|
|
2955
|
+
}
|
|
2956
|
+
.doc-tags-thumb-popver {
|
|
2957
|
+
min-width: unset;
|
|
2958
|
+
padding: 0;
|
|
2959
|
+
overflow: hidden;
|
|
2960
|
+
line-height: unset;
|
|
2961
|
+
border: none;
|
|
2962
|
+
border-radius: 8px;
|
|
2963
|
+
}
|
|
2964
|
+
.doc-tags-thumb-popver .arco-popover-content {
|
|
2965
|
+
margin-top: 0;
|
|
2966
|
+
}
|
|
2967
|
+
.doc-tags-thumb-popver .doc-tags-thumb-ul {
|
|
2968
|
+
height: 110px;
|
|
2969
|
+
}
|
|
2970
|
+
.doc-tags-thumb-popver .doc-tags-thumb-ul img {
|
|
2971
|
+
height: 100%;
|
|
2972
|
+
}
|
|
2973
|
+
.doc-tags-thumb-popver .doc-tags-thumb-ul img + img {
|
|
2974
|
+
margin-left: 2px;
|
|
2975
|
+
}
|
package/es/index.d.ts
CHANGED
|
@@ -18,3 +18,4 @@ export { default as userDirector } from './userDirector';
|
|
|
18
18
|
export { default as selectThumb } from './selectThumb';
|
|
19
19
|
export { default as editMetaInfo } from './editMetaInfo';
|
|
20
20
|
export { default as baseFilter } from './baseFilter';
|
|
21
|
+
export { default as dataTags } from './dataTags';
|
package/es/index.js
CHANGED
|
@@ -18,3 +18,4 @@ export { default as userDirector } from "./userDirector/index.js";
|
|
|
18
18
|
export { default as selectThumb } from "./selectThumb/index.js";
|
|
19
19
|
export { default as editMetaInfo } from "./editMetaInfo/index.js";
|
|
20
20
|
export { default as baseFilter } from "./baseFilter/index.js";
|
|
21
|
+
export { default as dataTags } from "./dataTags/index.js";
|
package/es/index.less
CHANGED
package/es/utils/typeMap.d.ts
CHANGED
|
@@ -60,21 +60,7 @@ export declare const target_type_map: {
|
|
|
60
60
|
15: string;
|
|
61
61
|
16: string;
|
|
62
62
|
};
|
|
63
|
-
export declare const key_target_type_map:
|
|
64
|
-
3: string;
|
|
65
|
-
4: string;
|
|
66
|
-
5: string;
|
|
67
|
-
6: string;
|
|
68
|
-
7: string;
|
|
69
|
-
8: string;
|
|
70
|
-
9: string;
|
|
71
|
-
11: string;
|
|
72
|
-
12: string;
|
|
73
|
-
13: string;
|
|
74
|
-
14: string;
|
|
75
|
-
15: string;
|
|
76
|
-
16: string;
|
|
77
|
-
};
|
|
63
|
+
export declare const key_target_type_map: any;
|
|
78
64
|
export declare const approveFlowStatusMap: {
|
|
79
65
|
1: string;
|
|
80
66
|
2: string;
|
|
@@ -137,3 +123,8 @@ export declare const kongo_source_map: {
|
|
|
137
123
|
};
|
|
138
124
|
export declare const calcApprovingUser: (data: any) => any;
|
|
139
125
|
export declare const calcApprovingDependent: (data: any) => string;
|
|
126
|
+
export declare const ilive_type_map: {
|
|
127
|
+
1: string;
|
|
128
|
+
2: string;
|
|
129
|
+
3: string;
|
|
130
|
+
};
|
package/es/utils/typeMap.js
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
const key_target_type_map = {
|
|
2
|
+
3: "doc",
|
|
3
|
+
4: "column",
|
|
4
|
+
5: "link",
|
|
5
|
+
6: "contentList",
|
|
6
|
+
7: "group",
|
|
7
|
+
8: "mpGroup",
|
|
8
|
+
9: "app",
|
|
9
|
+
11: "topic",
|
|
10
|
+
12: "topic",
|
|
11
|
+
13: "ilive",
|
|
12
|
+
14: "mp_account",
|
|
13
|
+
15: "kongo",
|
|
14
|
+
16: "mp_content"
|
|
15
|
+
};
|
|
1
16
|
const approveFlowStatusMap = {
|
|
2
17
|
1: "\u5BA1\u6838\u4E2D",
|
|
3
18
|
2: "\u5DF2\u62D2\u7EDD",
|
|
@@ -100,4 +115,9 @@ const calcApprovingDependent = (data) => {
|
|
|
100
115
|
}
|
|
101
116
|
return alias;
|
|
102
117
|
};
|
|
103
|
-
|
|
118
|
+
const ilive_type_map = {
|
|
119
|
+
1: "\u73B0\u573A\u76F4\u64AD",
|
|
120
|
+
2: "\u56FE\u6587\u76F4\u64AD",
|
|
121
|
+
3: "\u6162\u76F4\u64AD"
|
|
122
|
+
};
|
|
123
|
+
export { approveFlowStatusMap, calcApprovingDependent, calcApprovingUser, compoColumnsMap, componentsColumns, contentList_layout_map, contentList_list_type_map, contentList_relation_type_map, ilive_type_map, key_target_type_map, kongo_source_map, mpTypeOptions, mp_type_map };
|
|
@@ -4,8 +4,8 @@ var webVue = require("@arco-design/web-vue");
|
|
|
4
4
|
var index = require("../../../../utils/index.js");
|
|
5
5
|
var doc = require("../../../../utils/doc.js");
|
|
6
6
|
var component = require("../../../../typeIcons/component.js");
|
|
7
|
-
var
|
|
8
|
-
var index$
|
|
7
|
+
var component$1 = require("../../../../dataTags/component.js");
|
|
8
|
+
var index$1 = require("./ApprovalStateMap/index.js");
|
|
9
9
|
const _hoisted_1 = { class: "cover-view" };
|
|
10
10
|
const _hoisted_2 = {
|
|
11
11
|
key: 1,
|
|
@@ -98,7 +98,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
98
98
|
type: _ctx.item.series
|
|
99
99
|
}, null, 8, ["type"]),
|
|
100
100
|
vue.createElementVNode("span", _hoisted_7, [
|
|
101
|
-
vue.createVNode(
|
|
101
|
+
vue.createVNode(component$1, { item: _ctx.item }, null, 8, ["item"]),
|
|
102
102
|
vue.renderSlot(_ctx.$slots, "tip")
|
|
103
103
|
]),
|
|
104
104
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.abttrites, (column, i) => {
|
|
@@ -106,7 +106,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
106
106
|
vue.createCommentVNode(" \u5BA1\u6838\u72B6\u6001 "),
|
|
107
107
|
column.key === "approval_status" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_8, [
|
|
108
108
|
_hoisted_9,
|
|
109
|
-
vue.unref(doc.approvalItem)(_ctx.item) ? (vue.openBlock(), vue.createBlock(index$
|
|
109
|
+
vue.unref(doc.approvalItem)(_ctx.item) ? (vue.openBlock(), vue.createBlock(index$1, {
|
|
110
110
|
key: 0,
|
|
111
111
|
item: vue.unref(doc.approvalItem)(_ctx.item)
|
|
112
112
|
}, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, "--"))
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var component = require("../../../../typeIcons/component.js");
|
|
5
|
-
var
|
|
5
|
+
var component$1 = require("../../../../dataTags/component.js");
|
|
6
6
|
var index = require("../../../../utils/index.js");
|
|
7
7
|
const _hoisted_1 = { class: "cover-view" };
|
|
8
8
|
const _hoisted_2 = {
|
|
@@ -80,7 +80,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
80
80
|
type: _ctx.item.series
|
|
81
81
|
}, null, 8, ["type"]),
|
|
82
82
|
vue.createElementVNode("span", _hoisted_7, [
|
|
83
|
-
vue.createVNode(
|
|
83
|
+
vue.createVNode(component$1, { item: _ctx.item }, null, 8, ["item"]),
|
|
84
84
|
vue.renderSlot(_ctx.$slots, "tip")
|
|
85
85
|
]),
|
|
86
86
|
vue.createElementVNode("span", _hoisted_8, [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var component = require("../../../../typeIcons/component.js");
|
|
5
|
-
var
|
|
5
|
+
var component$1 = require("../../../../dataTags/component.js");
|
|
6
6
|
var index = require("../../../../utils/index.js");
|
|
7
7
|
const _hoisted_1 = { class: "cover-view" };
|
|
8
8
|
const _hoisted_2 = {
|
|
@@ -43,8 +43,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
43
43
|
const payload = vue.computed(() => {
|
|
44
44
|
if (!props.item)
|
|
45
45
|
return null;
|
|
46
|
-
const
|
|
47
|
-
return
|
|
46
|
+
const _payload = typeof props.item.payload === "string" ? JSON.parse(props.item.payload) : props.item.payload;
|
|
47
|
+
return _payload;
|
|
48
48
|
});
|
|
49
49
|
const showValue = vue.computed(() => {
|
|
50
50
|
const _payload = payload.value;
|
|
@@ -94,7 +94,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
94
94
|
type: _ctx.item.series
|
|
95
95
|
}, null, 8, ["doc", "type"]),
|
|
96
96
|
vue.createElementVNode("span", _hoisted_7, [
|
|
97
|
-
vue.createVNode(
|
|
97
|
+
vue.createVNode(component$1, { item: _ctx.item }, null, 8, ["item"]),
|
|
98
98
|
vue.renderSlot(_ctx.$slots, "tip")
|
|
99
99
|
]),
|
|
100
100
|
vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(`${showValue.value}`), 1),
|
|
@@ -2,13 +2,15 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var component = require("../../../../typeIcons/component.js");
|
|
5
|
-
var
|
|
5
|
+
var component$1 = require("../../../../dataTags/component.js");
|
|
6
6
|
var user = require("./temp/user.js");
|
|
7
7
|
const _hoisted_1 = { class: "cover-view" };
|
|
8
8
|
const _hoisted_2 = { class: "info-view" };
|
|
9
9
|
const _hoisted_3 = { class: "abttrite-v" };
|
|
10
10
|
const _hoisted_4 = { class: "left" };
|
|
11
|
-
const _hoisted_5 = { class: "
|
|
11
|
+
const _hoisted_5 = { class: "abttr" };
|
|
12
|
+
const _hoisted_6 = { class: "abttr time" };
|
|
13
|
+
const _hoisted_7 = { class: "right" };
|
|
12
14
|
const _sfc_main = vue.defineComponent({
|
|
13
15
|
__name: "index",
|
|
14
16
|
props: {
|
|
@@ -48,32 +50,37 @@ const _sfc_main = vue.defineComponent({
|
|
|
48
50
|
vue.createElementVNode("div", _hoisted_4, [
|
|
49
51
|
vue.createVNode(component, {
|
|
50
52
|
class: "icon",
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
vue.createVNode(index, {
|
|
53
|
+
type: "mpdoc"
|
|
54
|
+
}),
|
|
55
|
+
vue.createVNode(component$1, {
|
|
55
56
|
class: "abttr tags",
|
|
56
57
|
item: _ctx.item
|
|
57
58
|
}, null, 8, ["item"]),
|
|
58
59
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
},
|
|
64
|
-
vue.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
60
|
+
vue.createElementVNode("span", _hoisted_5, [
|
|
61
|
+
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
62
|
+
content: `\u8FD0\u8425\u8005: ${_ctx.item.mp_user_name}`,
|
|
63
|
+
placement: "top"
|
|
64
|
+
}, {
|
|
65
|
+
default: vue.withCtx(() => [
|
|
66
|
+
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item.mp_user_name || "--"), 1)
|
|
67
|
+
]),
|
|
68
|
+
_: 1
|
|
69
|
+
}, 8, ["content"])
|
|
70
|
+
]),
|
|
71
|
+
vue.createElementVNode("span", _hoisted_6, [
|
|
72
|
+
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
73
|
+
content: `\u6240\u5C5E\u9886\u57DF: ${_ctx.item.catalog_alias}`,
|
|
74
|
+
placement: "top"
|
|
75
|
+
}, {
|
|
76
|
+
default: vue.withCtx(() => [
|
|
77
|
+
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item.catalog_alias), 1)
|
|
78
|
+
]),
|
|
79
|
+
_: 1
|
|
80
|
+
}, 8, ["content"])
|
|
81
|
+
])
|
|
75
82
|
]),
|
|
76
|
-
vue.createElementVNode("div",
|
|
83
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
77
84
|
vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
78
85
|
])
|
|
79
86
|
])
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
width: 100%;
|
|
21
21
|
height: 100%;
|
|
22
22
|
border-radius: 4px;
|
|
23
|
+
img {
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
23
27
|
}
|
|
24
28
|
|
|
25
29
|
.batch-select {
|
|
@@ -28,12 +32,6 @@
|
|
|
28
32
|
left: 5px;
|
|
29
33
|
}
|
|
30
34
|
|
|
31
|
-
.arco-image-img {
|
|
32
|
-
width: 100%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
border-radius: 4px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
35
|
.no-img {
|
|
38
36
|
display: flex;
|
|
39
37
|
align-items: center;
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
width: 100%;
|
|
21
21
|
height: 100%;
|
|
22
22
|
border-radius: 4px;
|
|
23
|
+
img {
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
23
27
|
}
|
|
24
28
|
|
|
25
29
|
.batch-select {
|
|
@@ -28,12 +32,6 @@
|
|
|
28
32
|
left: 5px;
|
|
29
33
|
}
|
|
30
34
|
|
|
31
|
-
.arco-image-img {
|
|
32
|
-
width: 100%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
border-radius: 4px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
35
|
.no-img {
|
|
38
36
|
display: flex;
|
|
39
37
|
align-items: center;
|