Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
admin-ci-test
Commits
6ff94fef
提交
6ff94fef
authored
10月 25, 2023
作者:
龚洪江
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复:飞手管理路由更改,论坛状态筛选
上级
0be0f5cd
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
forumManageType.ts
src/api/interface/forumManageType.ts
+1
-1
index.tsx
src/pages/customManage/flyerManage/flyerList/index.tsx
+2
-2
index.tsx
src/pages/forumManage/dynamicList/index.tsx
+1
-1
没有找到文件。
src/api/interface/forumManageType.ts
浏览文件 @
6ff94fef
...
@@ -2,7 +2,7 @@ import { InterFunction, InterListFunction } from '~/api/interface';
...
@@ -2,7 +2,7 @@ import { InterFunction, InterListFunction } from '~/api/interface';
//论坛-列表
//论坛-列表
export
type
forumListType
=
InterListFunction
<
export
type
forumListType
=
InterListFunction
<
{
keyword
?:
string
;
stat
ic
?:
number
},
{
keyword
?:
string
;
stat
us
?:
number
},
{
{
id
:
number
;
id
:
number
;
description
:
string
;
description
:
string
;
...
...
src/pages/customManage/flyerManage/flyerList/index.tsx
浏览文件 @
6ff94fef
...
@@ -216,11 +216,11 @@ const FlyerList = () => {
...
@@ -216,11 +216,11 @@ const FlyerList = () => {
};
};
//飞手审批页面
//飞手审批页面
const
toFlyerApprove
=
(
record
:
flyerListType
[
0
])
=>
{
const
toFlyerApprove
=
(
record
:
flyerListType
[
0
])
=>
{
navigate
({
pathname
:
'/
flyerCenter
/flyerDetail'
,
search
:
`id=
${
record
.
id
}
&isApprove=1`
});
navigate
({
pathname
:
'/
customManage
/flyerDetail'
,
search
:
`id=
${
record
.
id
}
&isApprove=1`
});
};
};
//飞手详情页面
//飞手详情页面
const
toFlyerDetail
=
(
record
:
flyerListType
[
0
])
=>
{
const
toFlyerDetail
=
(
record
:
flyerListType
[
0
])
=>
{
navigate
({
pathname
:
'/
flyerCenter
/flyerApprove'
,
search
:
`id=
${
record
.
id
}
`
});
navigate
({
pathname
:
'/
customManage
/flyerApprove'
,
search
:
`id=
${
record
.
id
}
`
});
};
};
//修改备注
//修改备注
const
updateRemarkClick
=
(
record
:
flyerListType
[
0
])
=>
{
const
updateRemarkClick
=
(
record
:
flyerListType
[
0
])
=>
{
...
...
src/pages/forumManage/dynamicList/index.tsx
浏览文件 @
6ff94fef
...
@@ -34,7 +34,7 @@ const DynamicList = () => {
...
@@ -34,7 +34,7 @@ const DynamicList = () => {
{
{
label
:
'状态'
,
label
:
'状态'
,
type
:
'Select'
,
type
:
'Select'
,
name
:
'stat
ic
'
,
name
:
'stat
us
'
,
placeholder
:
'帖子状态'
,
placeholder
:
'帖子状态'
,
options
:
checkStatusList
,
options
:
checkStatusList
,
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论