From 048a943a9ecdbbef4450cc2c7869d914db07470f Mon Sep 17 00:00:00 2001 From: autosubmit Date: Wed, 15 Nov 2023 17:06:39 +0800 Subject: [PATCH] Auto Submit --- p__Classrooms__Lists__Attachment__index.async.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p__Classrooms__Lists__Attachment__index.async.js b/p__Classrooms__Lists__Attachment__index.async.js index 8ee20b5633..423ecb46b5 100644 --- a/p__Classrooms__Lists__Attachment__index.async.js +++ b/p__Classrooms__Lists__Attachment__index.async.js @@ -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") }); } }, {