diff --git a/public/imgs/wxcode.jpg b/public/imgs/wxcode.jpg deleted file mode 100644 index 9656a9630..000000000 Binary files a/public/imgs/wxcode.jpg and /dev/null differ diff --git a/public/imgs/wxcode300.jpg b/public/imgs/wxcode300.jpg new file mode 100644 index 000000000..bc04e9f3c Binary files /dev/null and b/public/imgs/wxcode300.jpg differ diff --git a/src/components/WxConcat/index.tsx b/src/components/WxConcat/index.tsx index 7e3bbb66f..b88b2bf7c 100644 --- a/src/components/WxConcat/index.tsx +++ b/src/components/WxConcat/index.tsx @@ -23,7 +23,7 @@ const WxConcat = ({ onClose }: { onClose: () => void }) => { { -
常见问题
diff --git a/src/pages/model/detail/components/ModelDataCard.tsx b/src/pages/model/detail/components/ModelDataCard.tsx index 310217e02..22ec44016 100644 --- a/src/pages/model/detail/components/ModelDataCard.tsx +++ b/src/pages/model/detail/components/ModelDataCard.tsx @@ -141,6 +141,7 @@ const ModelDataCard = ({ model }: { model: ModelSchema }) => { mr={2} size={'sm'} isLoading={isLoadingExport} + title={'v2.3之前版本的数据无法导出'} onClick={() => onclickExport()} > 导出 diff --git a/src/pages/model/list/components/ModelTable.tsx b/src/pages/model/list/components/ModelTable.tsx index b7ca12e71..e6f82f7ee 100644 --- a/src/pages/model/list/components/ModelTable.tsx +++ b/src/pages/model/list/components/ModelTable.tsx @@ -42,12 +42,12 @@ const ModelTable = ({ dataIndex: 'status', render: (item: ModelSchema) => ( - {formatModelStatus[item.status].text} + {formatModelStatus[item.status]?.text} ) },