fix(style): model status

This commit is contained in:
jialin
2024-07-08 19:47:47 +08:00
parent 9ad9539b51
commit 734368dd49
25 changed files with 109 additions and 83 deletions
@@ -89,6 +89,7 @@ const AddModal: React.FC<AddModalProps> = ({
<Modal
title={title}
open={open}
centered={true}
onOk={handleSumit}
onCancel={onCancel}
afterOpenChange={handleAfterOpenChange}
+8
View File
@@ -259,6 +259,14 @@ const Models: React.FC = () => {
return dayjs(text).format('YYYY-MM-DD HH:mm:ss');
}}
/>
<Column
title={intl.formatMessage({ id: 'common.table.description' })}
dataIndex="description"
key="description"
ellipsis={{
showTitle: true
}}
/>
<Column
title={intl.formatMessage({ id: 'common.table.createTime' })}
dataIndex="created_at"