diff --git a/src/layouts/homeLayout.less b/src/layouts/homeLayout.less
index 89c4492..fdb64be 100644
--- a/src/layouts/homeLayout.less
+++ b/src/layouts/homeLayout.less
@@ -2,6 +2,9 @@
.homeLayout_wrap {
// padding-top: 24px;
// background: red;
+ .home_nav_action {
+ color: white;
+ }
.ant-layout {
background: #f8fafd;
}
@@ -61,3 +64,29 @@
}
}
}
+
+.sub_menu_box {
+ // border-radius: 4px;
+
+ .sub_menu_item {
+ height: 32px;
+
+ line-height: 32px;
+ background: #ffffff;
+ border: 1px solid #dcdcdc;
+ cursor: pointer;
+ // border-radius: 4px;
+ &:first-child {
+ border-radius: 4px 0px 0px 4px;
+ }
+ &:nth-child(2) {
+ border-radius: 0px 4px 4px 0px;
+ // border: 1px solid red;
+ }
+ }
+ .activeMenu {
+ color: #154ddd;
+ background: rgba(21, 77, 221, 0.1);
+ border: 1px solid #154ddd;
+ }
+}
diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts
index 03a253e..d43809e 100644
--- a/src/locales/zh-CN.ts
+++ b/src/locales/zh-CN.ts
@@ -2,9 +2,9 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-01 11:20:09
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-09 15:22:39
+ * @LastEditTime: 2024-05-13 10:25:25
* @FilePath: \uighur-recognition-web2\src\locales\zh-CN.ts
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ * @Description: 国际化中文入口文件
*/
import * as alarms from './zh-CN/alarm';
import * as businessProject from './zh-CN/businessProject';
diff --git a/src/locales/zh-CN/businessProject.ts b/src/locales/zh-CN/businessProject.ts
index bf2996e..0bb2d5b 100644
--- a/src/locales/zh-CN/businessProject.ts
+++ b/src/locales/zh-CN/businessProject.ts
@@ -2,12 +2,12 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-09 15:08:13
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-04-24 16:46:08
+ * @LastEditTime: 2024-05-13 15:20:28
* @FilePath: \general-ai-manage\src\locales\zh-CN\businessProject.ts
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ * @Description: 企业项目国际化中文
*/
// 企业项目列表
-export const business_project_list: { [key: string]: string } = {
+export const business_list: { [key: string]: string } = {
'business.list.table.createForm.add': '新建企业项目',
'business.list.table.form.name': '公司全称',
'business.list.table.form.rule.required.name': '请填写公司全称',
@@ -27,6 +27,10 @@ export const business_project_list: { [key: string]: string } = {
'business.list.table.form.rule.required.remark': '请填写简介',
'business.list.table.form.logo': '企业logo',
'business.list.table.form.rule.required.logo': '请上传企业logo',
+
+ 'business.list.table.action.edit': '资料编辑',
+ 'business.list.table.action.destroy': '删除项目',
+ 'business.list.table.searchForm.name': '企业名称',
};
// 企业信息主页
diff --git a/src/pages/Business/BusinessState/components/detailDeviceState.tsx b/src/pages/Business/BusinessState/components/detailDeviceState.tsx
index cabcab1..36113d5 100644
--- a/src/pages/Business/BusinessState/components/detailDeviceState.tsx
+++ b/src/pages/Business/BusinessState/components/detailDeviceState.tsx
@@ -315,6 +315,7 @@ const DetailDeviceState: React.FC
= ({ info, detailOpen,
+ className="gn_pro_list"
itemLayout="vertical"
itemCardProps={{
ghost: true,
diff --git a/src/pages/Business/BusinessState/components/detailServerState.tsx b/src/pages/Business/BusinessState/components/detailServerState.tsx
index bf49555..f19cc49 100644
--- a/src/pages/Business/BusinessState/components/detailServerState.tsx
+++ b/src/pages/Business/BusinessState/components/detailServerState.tsx
@@ -324,6 +324,7 @@ const DetailServerState: React.FC = ({ info, detailOpen,
+ className="gn_pro_list"
itemLayout="vertical"
itemCardProps={{
ghost: true,
diff --git a/src/pages/Business/BusinessState/components/detailServerStateLog.tsx b/src/pages/Business/BusinessState/components/detailServerStateLog.tsx
index f617eef..b80ab68 100644
--- a/src/pages/Business/BusinessState/components/detailServerStateLog.tsx
+++ b/src/pages/Business/BusinessState/components/detailServerStateLog.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-22 15:23:36
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-10 14:44:54
+ * @LastEditTime: 2024-05-13 10:44:03
* @FilePath: \general-ai-platform-web\src\pages\Business\BusinessState\components\detailServerStateLog.tsx
* @Description: 服务器日志
* @交互说明
@@ -61,7 +61,7 @@ const DetailServerStateLog: React.FC = () => {
search={false}
options={{ fullScreen: false, setting: false, density: false, reload: false }}
actionRef={actionRef}
- rowKey="key"
+ rowKey="id"
pagination={{
...proTablePaginationOptions,
pageSize: currentPageSize,
@@ -80,9 +80,7 @@ const DetailServerStateLog: React.FC = () => {
let resp = await getServerStateLogList({ ...reqParams });
console.log(resp, 'getServerStateLogList_resp');
return {
- data: resp.data?.results.map((v: Record) => {
- return { ...v, key: v.id };
- }),
+ data: resp.data?.results,
success: resp.success,
total: resp.data.count,
current: current,
diff --git a/src/pages/Business/BusinessState/deviceSate.tsx b/src/pages/Business/BusinessState/deviceSate.tsx
index 96005b2..e1fedd5 100644
--- a/src/pages/Business/BusinessState/deviceSate.tsx
+++ b/src/pages/Business/BusinessState/deviceSate.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-05-10 10:47:45
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-10 14:57:18
+ * @LastEditTime: 2024-05-13 16:13:55
* @FilePath: \general-ai-platform-web\src\pages\Business\BusinessState\deviceSate.tsx
* @Description: 设备状态列表
* @交互说明
@@ -176,6 +176,7 @@ const DeviceSate: React.FC = () => {
{
}}
>
- className="gn"
+ className="gn_pro_list"
ghost={true}
rowKey={'id'}
itemCardProps={{
diff --git a/src/pages/Business/BusinessState/index.tsx b/src/pages/Business/BusinessState/index.tsx
index 86a52d0..3579b55 100644
--- a/src/pages/Business/BusinessState/index.tsx
+++ b/src/pages/Business/BusinessState/index.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-05-07 13:38:03
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-10 13:39:39
+ * @LastEditTime: 2024-05-13 11:30:19
* @FilePath: \general-ai-platform-web\src\pages\Business\BusinessState\index.tsx
* @Description: 设备服务器状态 一级关键词 businessState(bs)
* @交互说明
@@ -188,7 +188,7 @@ const BusinessState: React.FC = () => {
>
- className="gn"
+ className="gn_pro_list"
ghost={true}
rowKey={'id'}
itemCardProps={{
diff --git a/src/pages/Business/DeviceGroup/components/modelDeploy.tsx b/src/pages/Business/DeviceGroup/components/modelDeploy.tsx
index 9acb5e6..54989b6 100644
--- a/src/pages/Business/DeviceGroup/components/modelDeploy.tsx
+++ b/src/pages/Business/DeviceGroup/components/modelDeploy.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-30 10:02:29
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-10 16:41:37
+ * @LastEditTime: 2024-05-13 10:44:10
* @FilePath: \general-ai-platform-web\src\pages\Business\DeviceGroup\components\modelDeploy.tsx
* @Description: 业务模型部署
* @交互说明
@@ -145,7 +145,7 @@ const ModelDeploy: React.FC = () => {
scroll={{ y: proTableCommonOptions.commscrollY }}
options={{ fullScreen: false, setting: false, density: false, reload: false }}
actionRef={actionRef}
- rowKey="key"
+ rowKey="id"
onDataSourceChange={(data) => {
console.log(data, 'onDataSourceChange_data');
// let CategoryFkIdIds: any = data.map((v) => {
@@ -171,9 +171,7 @@ const ModelDeploy: React.FC = () => {
let resp = await getBusinessModelList({ ...reqParams });
console.log(resp, 'getModelVersionList_resp');
return {
- data: resp.data?.results.map((v: Record) => {
- return { ...v, key: v.id };
- }),
+ data: resp.data?.results,
success: resp.success,
total: resp.data.count,
current: current,
diff --git a/src/pages/Business/DeviceGroup/components/modelSetting.tsx b/src/pages/Business/DeviceGroup/components/modelSetting.tsx
index 5535a24..740d3e5 100644
--- a/src/pages/Business/DeviceGroup/components/modelSetting.tsx
+++ b/src/pages/Business/DeviceGroup/components/modelSetting.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-30 10:02:29
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-06 16:18:40
+ * @LastEditTime: 2024-05-13 10:44:23
* @FilePath: \general-ai-platform-web\src\pages\Business\DeviceGroup\components\modelSetting.tsx
* @Description: 业务模型部署
* @交互说明
@@ -139,7 +139,7 @@ const ModelSetting: React.FC = () => {
// 标题栏
search={false}
options={{ fullScreen: false, setting: false, density: false, reload: false }}
- rowKey="key"
+ rowKey="id"
onDataSourceChange={(data) => {
console.log(data, 'onDataSourceChange_data');
}}
diff --git a/src/pages/Model/ModelDetail/index.tsx b/src/pages/Model/ModelDetail/index.tsx
index e993442..c252107 100644
--- a/src/pages/Model/ModelDetail/index.tsx
+++ b/src/pages/Model/ModelDetail/index.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-08 10:36:06
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-07 13:28:53
+ * @LastEditTime: 2024-05-13 10:44:32
* @FilePath: \general-ai-manage\src\pages\Model\ModelDetail\index.tsx
* @Description: 模型详情(基础信息展示、模型版本列表)
* @交互说明
@@ -253,7 +253,7 @@ const ModelDetail: React.FC = () => {
scroll={{ y: proTableCommonOptions.commscrollY, x: proTableCommonOptions.commscrollX }}
options={{ fullScreen: false, setting: false, density: false, reload: false }}
actionRef={actionRef}
- rowKey="key"
+ rowKey="id"
onDataSourceChange={(data) => {
console.log(data, 'onDataSourceChange_data');
// let CategoryFkIdIds: any = data.map((v) => {
@@ -279,9 +279,7 @@ const ModelDetail: React.FC = () => {
let resp = await getModelVersionList({ ...reqParams });
console.log(resp, 'getModelVersionList_resp');
return {
- data: resp.data?.results.map((v: Record) => {
- return { ...v, key: v.id };
- }),
+ data: resp.data?.results,
success: resp.success,
total: resp.data.count,
current: current,
diff --git a/src/pages/Model/ModelIndex/index.tsx b/src/pages/Model/ModelIndex/index.tsx
index dd89ade..cdb6b42 100644
--- a/src/pages/Model/ModelIndex/index.tsx
+++ b/src/pages/Model/ModelIndex/index.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-07 14:02:00
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-09 10:25:13
+ * @LastEditTime: 2024-05-13 16:11:46
* @FilePath: \general-ai-manage\src\pages\ModelIndex\ModelIndex.tsx
* @Description: 模型列表首页
* @交互说明
@@ -192,6 +192,7 @@ const ModelIndex: React.FC = () => {
headerTitle={
{
type="primary"
htmlType="submit"
prevIcon={}
- buttonLabel="查询"
+ buttonLabel={
+
+ }
>
}
- buttonLabel="重置"
+ buttonLabel={
+
+ }
onClick={() => {
form.resetFields(); // 点击重置按钮时重置表单数据
setQuerysData(() => {}); // 清空筛选项
@@ -273,7 +278,7 @@ const ModelIndex: React.FC = () => {
scroll={{ y: proTableCommonOptions.commscrollY, x: proTableCommonOptions.commscrollX }}
options={{ fullScreen: false, setting: false, density: false, reload: false }}
actionRef={actionRef}
- rowKey="key"
+ rowKey="id"
onDataSourceChange={(data) => {
console.log(data, 'onDataSourceChange_data');
// let CategoryFkIdIds: any = data.map((v) => {
@@ -305,9 +310,7 @@ const ModelIndex: React.FC = () => {
}
let resp = await getModelList({ ...reqParams, ...querysData });
return {
- data: resp.data.results.map((v: Record) => {
- return { ...v, key: v.id };
- }),
+ data: resp.data.results,
success: resp.success,
total: resp.data.count,
current: current,
diff --git a/src/pages/Model/ModelRuntimeLib/index.tsx b/src/pages/Model/ModelRuntimeLib/index.tsx
index 57ee1e7..37c8e0d 100644
--- a/src/pages/Model/ModelRuntimeLib/index.tsx
+++ b/src/pages/Model/ModelRuntimeLib/index.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-08 10:36:06
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-05-07 13:29:08
+ * @LastEditTime: 2024-05-13 16:22:29
* @FilePath: \general-ai-manage\src\pages\Model\ModelRuntimeLib\index.tsx
* @Description: 模型运行库
* @交互说明
@@ -128,7 +128,7 @@ const ModelRuntimeLib: React.FC = () => {
type="link"
size="small"
onClick={() => {
- setUpdateModalOpen(true);
+ // setUpdateModalOpen(true);
setCurrentRow(record);
}}
>
@@ -162,6 +162,7 @@ const ModelRuntimeLib: React.FC = () => {
headerTitle={
{
type="primary"
htmlType="submit"
prevIcon={}
- buttonLabel="查询"
+ buttonLabel={
+
+ }
>
}
- buttonLabel="重置"
+ buttonLabel={
+
+ }
onClick={() => {
form.resetFields(); // 点击重置按钮时重置表单数据
setQuerysData(() => {}); // 清空筛选项
@@ -234,7 +239,7 @@ const ModelRuntimeLib: React.FC = () => {
scroll={{ y: proTableCommonOptions.commscrollY, x: proTableCommonOptions.commscrollX }}
options={{ fullScreen: false, setting: false, density: false, reload: false }}
actionRef={actionRef}
- rowKey="key"
+ rowKey="id"
onDataSourceChange={(data) => {
console.log(data, 'onDataSourceChange_data');
// let CategoryFkIdIds: any = data.map((v) => {
@@ -266,9 +271,7 @@ const ModelRuntimeLib: React.FC = () => {
}
let resp = await getModelRuntimeLibList({ ...reqParams, ...querysData });
return {
- data: resp.data.results.map((v: Record) => {
- return { ...v, key: v.id };
- }),
+ data: resp.data.results,
success: resp.success,
total: resp.data.count,
current: current,
diff --git a/src/pages/Project/BusinessInfo/index.tsx b/src/pages/Project/BusinessInfo/index.tsx
index e5f60e3..986687f 100644
--- a/src/pages/Project/BusinessInfo/index.tsx
+++ b/src/pages/Project/BusinessInfo/index.tsx
@@ -148,7 +148,7 @@ const BusinessInfo: React.FC = () => {
title={企业算法({total})}
>
- className="gn"
+ className="gn_pro_list"
ghost={true}
itemCardProps={{
ghost: true,
diff --git a/src/pages/Project/BusinessProject/components/businessCard.tsx b/src/pages/Project/BusinessProject/components/businessCard.tsx
index 9af922f..96dfda3 100644
--- a/src/pages/Project/BusinessProject/components/businessCard.tsx
+++ b/src/pages/Project/BusinessProject/components/businessCard.tsx
@@ -25,17 +25,17 @@ const BusinessCard: React.FC = ({ info, renderActions }) => {
const { setStoreBusinessInfo } = useBusinessInfo();
return (
{
setStoreBusinessInfo(info);
history.push(`/business/index?id=${info.id}`);
console.log('跳转企业');
}}
>
-
-
+
+
@@ -48,7 +48,7 @@ const BusinessCard: React.FC
= ({ info, renderActions }) => {
{info.name}
-
+
-
diff --git a/src/pages/Project/BusinessProject/index.css b/src/pages/Project/BusinessProject/index.css
index 051f016..477aa8c 100644
--- a/src/pages/Project/BusinessProject/index.css
+++ b/src/pages/Project/BusinessProject/index.css
@@ -46,26 +46,38 @@
background: url('../../../../public/home/business_card.png') no-repeat;
background-size: cover;
border-radius: 4px;
+ overflow: visible;
+ position: relative;
+ border: 10px solid transparent;
/* 新建 */
/* 卡片内容 */
}
+.businessProject_page .bp_card_box .ant-dropdown .ant-dropdown-menu,
+.businessProject_page .bp_card_box .ant-dropdown-menu-submenu .ant-dropdown-menu {
+ background: rgba(0, 0, 0, 0.75);
+ color: #fff;
+}
.businessProject_page .bp_card_box .plus_icon {
width: 32px;
height: 32px;
margin-bottom: 16px;
}
.businessProject_page .bp_card_box .tag_box {
+ position: absolute;
color: white;
font-size: 12px;
+ top: 8px;
+ margin-left: -6px;
+ width: 100px;
}
.businessProject_page .bp_card_box .tag_box .bg_tag_info {
- top: 0;
- left: 8px;
+ top: 10px;
+ left: -19px;
z-index: 999999;
width: 76px;
height: 29px;
- text-align: center;
line-height: 24px;
+ text-align: center;
background: url('../../../../public/home/business_tag.svg') no-repeat;
background-size: contain;
}
@@ -86,7 +98,6 @@
height: 16px;
}
.businessProject_page .bp_card_box .main_info .label_box {
- color: #000000;
font-size: 14px;
line-height: 22px;
}
diff --git a/src/pages/Project/BusinessProject/index.less b/src/pages/Project/BusinessProject/index.less
index be1b1cd..a6ee624 100644
--- a/src/pages/Project/BusinessProject/index.less
+++ b/src/pages/Project/BusinessProject/index.less
@@ -45,10 +45,19 @@
}
/* 列表展示 & businessCard 组件样式 */
.bp_card_box {
+ position: relative;
min-height: 194px;
+ overflow: visible;
background: url('../../../../public/home/business_card.png') no-repeat;
background-size: cover;
+ border: 10px solid transparent;
border-radius: 4px;
+ .ant-dropdown .ant-dropdown-menu,
+ .ant-dropdown-menu-submenu .ant-dropdown-menu {
+ color: #fff;
+ background: rgba(0, 0, 0, 0.75);
+ }
+
/* 新建 */
.plus_icon {
width: 32px;
@@ -57,13 +66,16 @@
}
/* 卡片内容 */
.tag_box {
- // position: absolute;
+ position: absolute;
+ top: 8px;
+ width: 100px;
+ // background-color: red;
+ margin-left: -6px;
color: white;
font-size: 12px;
- // left: -6px;
.bg_tag_info {
- top: 0;
- left: 8px;
+ top: 10px;
+ left: -19px;
z-index: 999999;
width: 76px;
height: 29px;
@@ -91,7 +103,6 @@
height: 16px;
}
.label_box {
- color: #000000;
font-size: 14px;
line-height: 22px;
}
diff --git a/src/pages/Project/BusinessProject/index.tsx b/src/pages/Project/BusinessProject/index.tsx
index 819de32..93ebaa5 100644
--- a/src/pages/Project/BusinessProject/index.tsx
+++ b/src/pages/Project/BusinessProject/index.tsx
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-07 14:02:00
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-04-24 14:47:04
+ * @LastEditTime: 2024-05-13 16:13:22
* @FilePath: \general-ai-manage\src\pages\BusinessProject\BusinessProject.tsx
* @Description: 企业项目首页
* @交互说明
@@ -13,7 +13,7 @@
* # 企业logo添加需要上传base64编码(小图标适用)
*
*/
-import { CommButton } from '@/components/Button';
+import { CommButton, TextButton } from '@/components/Button';
import { isSuccessApi } from '@/utils/forApi';
import { ReactComponent as BusinessBannerLogo } from '/public/home/business_banner_logo.svg';
import { ReactComponent as BusinessHeader1 } from '/public/home/business_header_1.svg';
@@ -26,11 +26,10 @@ import { ReactComponent as SearchIcon } from '/public/home/search_icon.svg';
// device_count_icon model_count_icon
import IsDelete from '@/components/TableActionCard/isDelete';
import { getBusinessProject } from '@/services/testApi/businessProject';
-import { EditOutlined, SearchOutlined } from '@ant-design/icons';
+import { SearchOutlined } from '@ant-design/icons';
import { ProCard, ProForm, ProFormText, ProList } from '@ant-design/pro-components';
-import { FormattedMessage } from '@umijs/max';
+import { FormattedMessage, useIntl } from '@umijs/max';
import React, { useEffect, useState } from 'react';
-import { proIconForTableActionStyle } from '../../../../config/defaultIcon';
import BusinessCard from './components/businessCard';
import CreateForm from './components/createForm';
import './index.less';
@@ -61,6 +60,8 @@ const headerItems: headerItemsProps[] = [
const BusinessProject: React.FC = () => {
/**state */
+ const intl = useIntl();
+
const [businessProjectList, setBusinessProjectList] = useState[]>([]); // 列表数据
const [querysData, setQuerysData] = useState>({}); // 列表查询参数
const [createModalOpen, setCreateModalOpen] = useState(false); // 创建新增窗口是否打开
@@ -101,7 +102,6 @@ const BusinessProject: React.FC = () => {
{
setCurrentRow(record);
}}
>
-
- 资料编辑
+
+
+
+ }
+ >
),
},
@@ -129,8 +132,22 @@ const BusinessProject: React.FC = () => {
renderDom: (
+ }
+ buttonRender={
+
+
+
+ }
+ >
+ }
deleteApi={() => {
// TODO 调用删除接口
// handleDestroy(record).then(() => {});
@@ -172,7 +189,7 @@ const BusinessProject: React.FC = () => {
{item.icon}
-
{item.title}
+
{item.title}
{item.count}
@@ -189,6 +206,7 @@ const BusinessProject: React.FC = () => {
>
{
type="primary"
htmlType="submit"
prevIcon={}
- buttonLabel="查询"
+ buttonLabel={
+
+ }
>
}
- buttonLabel="重置"
+ buttonLabel={
+
+ }
onClick={() => {
form.resetFields(); // 点击重置按钮时重置表单数据
setQuerysData(() => {}); // 清空筛选项
@@ -221,7 +243,9 @@ const BusinessProject: React.FC = () => {
}}
>
+ }
labelClassName="label_set_1"
fieldProps={{
style: {
@@ -230,12 +254,18 @@ const BusinessProject: React.FC = () => {
prefix: ,
}}
name="name"
- placeholder="请输入企业名称"
+ placeholder={`${intl.formatMessage({
+ id: 'common.please_input',
+ defaultMessage: '$$$',
+ })}${intl.formatMessage({
+ id: 'business.list.table.searchForm.name',
+ defaultMessage: '$$$',
+ })}`}
/>
- className="gn"
+ className="gn_pro_list"
ghost={true}
itemCardProps={{
ghost: true,