|
|
|
|
@ -2776,13 +2776,13 @@ var Config_SetPublic = function SetPublic(_ref) {
|
|
|
|
|
width: 50
|
|
|
|
|
}, {
|
|
|
|
|
title: '版本号',
|
|
|
|
|
dataIndex: 'publish_time',
|
|
|
|
|
key: 'publish_time',
|
|
|
|
|
dataIndex: 'created_on',
|
|
|
|
|
key: 'created_on',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 110,
|
|
|
|
|
width: 140,
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
return text ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: dayjs_min_default()(text.publish_time).format("YYYY-MM-DD")
|
|
|
|
|
children: dayjs_min_default()(text).format("YYYY-MM-DD HH:mm")
|
|
|
|
|
}) : '--';
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
@ -3533,7 +3533,7 @@ var Download_SetPublic = function SetPublic(_ref) {
|
|
|
|
|
children: val.downloads_count
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
|
|
|
|
|
flex: "140px",
|
|
|
|
|
children: dayjs_min_default()(val.publish_time).format("YYYY-MM-DD")
|
|
|
|
|
children: dayjs_min_default()(val.created_on).format("YYYY-MM-DD HH:mm")
|
|
|
|
|
})]
|
|
|
|
|
}, key);
|
|
|
|
|
})]
|
|
|
|
|
|