@cmstops/pro-compo 0.1.86 → 0.1.87
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { Image } from "@arco-design/web-vue";
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, createElementVNode, createBlock, unref, toDisplayString, renderSlot, createVNode, Fragment, normalizeClass, withCtx, createTextVNode } from "vue";
|
|
2
|
+
import { Image, Tooltip } from "@arco-design/web-vue";
|
|
3
3
|
import { IconSubscribed, IconSend } from "@arco-design/web-vue/es/icon";
|
|
4
4
|
import _sfc_main$1 from "../../../../typeIcons/component.js";
|
|
5
5
|
import { noCoverText, timeFormat } from "../../../../utils/index.js";
|
|
@@ -79,7 +79,6 @@ const _sfc_main = defineComponent({
|
|
|
79
79
|
};
|
|
80
80
|
return (_ctx, _cache) => {
|
|
81
81
|
var _a;
|
|
82
|
-
const _component_a_tooltip = resolveComponent("a-tooltip");
|
|
83
82
|
return openBlock(), createElementBlock("div", {
|
|
84
83
|
class: "matrix-records-item-view",
|
|
85
84
|
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
@@ -132,7 +131,7 @@ const _sfc_main = defineComponent({
|
|
|
132
131
|
createElementVNode("span", _hoisted_11, toDisplayString(_ctx.item.account.name || `\u7528\u6237${new Date().getTime()}`), 1)
|
|
133
132
|
], 64)) : (openBlock(), createElementBlock("span", _hoisted_12, "--"))
|
|
134
133
|
]),
|
|
135
|
-
[3, 4].includes(_ctx.item.publishState) ? (openBlock(), createBlock(
|
|
134
|
+
[3, 4].includes(_ctx.item.publishState) ? (openBlock(), createBlock(unref(Tooltip), {
|
|
136
135
|
key: 0,
|
|
137
136
|
class: normalizeClass(["abttr tags state", [`p-state-${_ctx.item.publishState}`]]),
|
|
138
137
|
content: `\u5931\u8D25\u539F\u56E0: ${_ctx.item.errorMsg}`,
|
|
@@ -80,7 +80,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
80
80
|
};
|
|
81
81
|
return (_ctx, _cache) => {
|
|
82
82
|
var _a;
|
|
83
|
-
const _component_a_tooltip = vue.resolveComponent("a-tooltip");
|
|
84
83
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
85
84
|
class: "matrix-records-item-view",
|
|
86
85
|
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
@@ -133,7 +132,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
133
132
|
vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(_ctx.item.account.name || `\u7528\u6237${new Date().getTime()}`), 1)
|
|
134
133
|
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, "--"))
|
|
135
134
|
]),
|
|
136
|
-
[3, 4].includes(_ctx.item.publishState) ? (vue.openBlock(), vue.createBlock(
|
|
135
|
+
[3, 4].includes(_ctx.item.publishState) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
|
|
137
136
|
key: 0,
|
|
138
137
|
class: vue.normalizeClass(["abttr tags state", [`p-state-${_ctx.item.publishState}`]]),
|
|
139
138
|
content: `\u5931\u8D25\u539F\u56E0: ${_ctx.item.errorMsg}`,
|