Auto Submit

dev_local_v9_test3
autosubmit 2 years ago
parent cf9ec9058b
commit 048a943a9e

@ -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")
});
}
}, {

Loading…
Cancel
Save