Commit a620e217 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改文字、颜色

parent 9b4456f6
......@@ -63,8 +63,8 @@ export const MEMBER_INNER_STATUS_BADGE_COLOR = {
// 会员外部状态 Tag badge map
export const MEMBER_OUTER_STATUS_BADGE_COLOR = {
[MEMBER_OUTER_STATUS_UNCOMMITTED]: '#669EDE',
[MEMBER_OUTER_STATUS_UNREVIEWED]: '#FFC400',
[MEMBER_OUTER_STATUS_UNCOMMITTED]: '#FFC400',
[MEMBER_OUTER_STATUS_UNREVIEWED]: '#669EDE',
[MEMBER_OUTER_STATUS_FAILED]: '#EF6260',
[MEMBER_OUTER_STATUS_SUCCESS]: '#41CC9E',
};
\ No newline at end of file
......@@ -313,7 +313,7 @@ const MemberMaintain: React.FC<[]> = () => {
<PlusOutlined />
新建
</Button>
<Button onClick={() => setVisibleModal(true)}>导入</Button>
{/* <Button onClick={() => setVisibleModal(true)}>导入</Button> */}
<Dropdown.Button
overlay={menu}
trigger={['click']}
......
......@@ -28,7 +28,7 @@ export const maintianSchema: ISchema = {
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
tip: '输入 会员名称 进行搜索',
tip: '输入 会员归属 进行搜索',
},
},
},
......
......@@ -38,6 +38,7 @@ export const warehouseDetailSchema: ISchema = {
label: '仓库地址',
wrapperCol: 24,
},
required: true,
properties: {
MEGA_LAYOUT1_1: {
type: 'object',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment