@cmstops/pro-compo 0.2.5 → 0.2.6
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.
|
@@ -154,15 +154,13 @@ const _sfc_main = defineComponent({
|
|
|
154
154
|
createElementVNode("span", _hoisted_14, toDisplayString(((_a = _ctx.item.user) == null ? void 0 : _a.alias) || "--"), 1),
|
|
155
155
|
createElementVNode("span", _hoisted_15, [
|
|
156
156
|
createVNode(unref(Tooltip), {
|
|
157
|
-
content: `\u53D1\u5E03\u65F6\u95F4: ${unref(timeFormat)(
|
|
158
|
-
_ctx.item.publishTime || _ctx.item.updatedAt
|
|
159
|
-
)}`,
|
|
157
|
+
content: `\u53D1\u5E03\u65F6\u95F4: ${unref(timeFormat)(_ctx.item.distributeTime)}`,
|
|
160
158
|
position: "top"
|
|
161
159
|
}, {
|
|
162
160
|
default: withCtx(() => [
|
|
163
161
|
createElementVNode("span", null, [
|
|
164
162
|
createVNode(unref(IconSubscribed)),
|
|
165
|
-
createTextVNode(" " + toDisplayString(unref(timeFormat)(_ctx.item.
|
|
163
|
+
createTextVNode(" " + toDisplayString(unref(timeFormat)(_ctx.item.distributeTime)), 1)
|
|
166
164
|
])
|
|
167
165
|
]),
|
|
168
166
|
_: 1
|
|
@@ -173,13 +171,15 @@ const _sfc_main = defineComponent({
|
|
|
173
171
|
}, toDisplayString(unref(matrixPublishFormalStateMap)[_ctx.item.platformState]), 3),
|
|
174
172
|
createElementVNode("span", _hoisted_16, [
|
|
175
173
|
createVNode(unref(Tooltip), {
|
|
176
|
-
content: `\u5206\u53D1\u65F6\u95F4: ${unref(timeFormat)(
|
|
174
|
+
content: `\u5206\u53D1\u65F6\u95F4: ${unref(timeFormat)(
|
|
175
|
+
_ctx.item.publishTime || _ctx.item.updatedAt
|
|
176
|
+
)}`,
|
|
177
177
|
position: "top"
|
|
178
178
|
}, {
|
|
179
179
|
default: withCtx(() => [
|
|
180
180
|
createElementVNode("span", null, [
|
|
181
181
|
createVNode(unref(IconSend)),
|
|
182
|
-
createTextVNode(" " + toDisplayString(unref(timeFormat)(_ctx.item.
|
|
182
|
+
createTextVNode(" " + toDisplayString(unref(timeFormat)(_ctx.item.publishTime || _ctx.item.updatedAt)), 1)
|
|
183
183
|
])
|
|
184
184
|
]),
|
|
185
185
|
_: 1
|
|
@@ -155,15 +155,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
155
155
|
vue.createElementVNode("span", _hoisted_14, vue.toDisplayString(((_a = _ctx.item.user) == null ? void 0 : _a.alias) || "--"), 1),
|
|
156
156
|
vue.createElementVNode("span", _hoisted_15, [
|
|
157
157
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
158
|
-
content: `\u53D1\u5E03\u65F6\u95F4: ${vue.unref(index.timeFormat)(
|
|
159
|
-
_ctx.item.publishTime || _ctx.item.updatedAt
|
|
160
|
-
)}`,
|
|
158
|
+
content: `\u53D1\u5E03\u65F6\u95F4: ${vue.unref(index.timeFormat)(_ctx.item.distributeTime)}`,
|
|
161
159
|
position: "top"
|
|
162
160
|
}, {
|
|
163
161
|
default: vue.withCtx(() => [
|
|
164
162
|
vue.createElementVNode("span", null, [
|
|
165
163
|
vue.createVNode(vue.unref(icon.IconSubscribed)),
|
|
166
|
-
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.
|
|
164
|
+
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.distributeTime)), 1)
|
|
167
165
|
])
|
|
168
166
|
]),
|
|
169
167
|
_: 1
|
|
@@ -174,13 +172,15 @@ const _sfc_main = vue.defineComponent({
|
|
|
174
172
|
}, vue.toDisplayString(vue.unref(typeMap.matrixPublishFormalStateMap)[_ctx.item.platformState]), 3),
|
|
175
173
|
vue.createElementVNode("span", _hoisted_16, [
|
|
176
174
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
177
|
-
content: `\u5206\u53D1\u65F6\u95F4: ${vue.unref(index.timeFormat)(
|
|
175
|
+
content: `\u5206\u53D1\u65F6\u95F4: ${vue.unref(index.timeFormat)(
|
|
176
|
+
_ctx.item.publishTime || _ctx.item.updatedAt
|
|
177
|
+
)}`,
|
|
178
178
|
position: "top"
|
|
179
179
|
}, {
|
|
180
180
|
default: vue.withCtx(() => [
|
|
181
181
|
vue.createElementVNode("span", null, [
|
|
182
182
|
vue.createVNode(vue.unref(icon.IconSend)),
|
|
183
|
-
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.
|
|
183
|
+
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.publishTime || _ctx.item.updatedAt)), 1)
|
|
184
184
|
])
|
|
185
185
|
]),
|
|
186
186
|
_: 1
|