Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
admin
Commits
549c5c90
提交
549c5c90
authored
4月 22, 2024
作者:
ZhangLingKun
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
上级
fc78fd9d
024b1ae1
流水线
#8934
已通过 于阶段
in 1 分 12 秒
变更
3
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
18 行删除
+7
-18
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
index.tsx
...oods/goodsAddOrEditOrDetail/components/baseInfo/index.tsx
+5
-12
index.tsx
src/pages/systemManage/companyManage/companyMember/index.tsx
+1
-5
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
549c5c90
...
...
@@ -14,4 +14,4 @@ patches:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag
:
90a77338eb0e1edade2478d4f6a7623e0298681a
newTag
:
5c9d42db5cb127d2cba48906150273ad3709f642
src/pages/mallManage/mallGoods/goodsAddOrEditOrDetail/components/baseInfo/index.tsx
浏览文件 @
549c5c90
...
...
@@ -317,18 +317,15 @@ const BaseInfo = forwardRef<any, selfProps>((_props, ref) => {
<
Radio
value=
{
0
}
>
不显示
</
Radio
>
</
Radio
.
Group
>
</
Form
.
Item
>
<
Form
.
Item
label=
'关联
课
程'
name=
'curriculumIds'
>
<
Form
.
Item
label=
'关联
教
程'
name=
'curriculumIds'
>
<
Select
mode=
'multiple'
placeholder=
'请选择关联课程'
value=
{
baseInfoForm
.
getFieldValue
(
'curriculumIds'
)
}
// 使用defaultCourseIds作为初始值
// onChange={handleCourseSelectionChange} // 假设已有处理课程选择变化的函数
showSearch
optionFilterProp=
'children'
filterOption=
{
(
input
,
option
)
=>
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
option
?.
children
?.
toLowerCase
().
includes
(
input
.
toLowerCase
())
(
option
?.
children
as
unknown
as
string
)?.
toLowerCase
().
includes
(
input
.
toLowerCase
())
}
>
{
curriculumList
.
map
((
item
)
=>
(
...
...
@@ -339,9 +336,9 @@ const BaseInfo = forwardRef<any, selfProps>((_props, ref) => {
</
Select
>
</
Form
.
Item
>
<
Form
.
Item
label=
'
方案文件
'
label=
'
产品说明书
'
name=
'instructionsUrl'
rules=
{
[{
required
:
true
,
message
:
'请
输入方案文件
'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请
上传产品说明书
'
}]
}
>
<
Uploader
fileUpload
...
...
@@ -367,13 +364,9 @@ const BaseInfo = forwardRef<any, selfProps>((_props, ref) => {
showSearch
optionFilterProp=
'children'
// 指定筛选的字段
filterOption=
{
(
input
,
option
)
=>
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
option
?.
children
?.
toLowerCase
().
includes
(
input
.
toLowerCase
())
(
option
?.
children
as
unknown
as
string
)?.
toLowerCase
().
includes
(
input
.
toLowerCase
())
}
style=
{
{
width
:
'380px'
}
}
// value={baseInfoForm.getFieldValue('gambitId')}
// onSelect={(e) => baseInfoForm.setFieldValue('gambitId', e)}
>
{
gambitList
.
map
((
i
,
j
)
=>
(
<
Option
key=
{
j
}
value=
{
i
.
id
}
>
...
...
src/pages/systemManage/companyManage/companyMember/index.tsx
浏览文件 @
549c5c90
...
...
@@ -133,11 +133,7 @@ const CompanyMemberView = () => {
{
title
:
'操作'
,
width
:
'15%'
,
onHeaderCell
:
()
=>
({
style
:
{
textAlign
:
'center'
,
},
}),
align
:
'center'
,
render
:
(
_text
:
string
,
record
)
=>
(
<>
<
Button
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论