|
|
|
|
@ -2179,9 +2179,9 @@ var Config_SetPublic = function SetPublic(_ref) {
|
|
|
|
|
key: 'created_on',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 110,
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
render: function render(text, record) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: dayjs_min_default()(text === null || text === void 0 ? void 0 : text.publish_time).format("YYYY-MM-DD")
|
|
|
|
|
children: dayjs_min_default()(record.created_on).format("YYYY-MM-DD HH:mm")
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
|