Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
web-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
web-ci-test
Commits
fac4cef4
提交
fac4cef4
authored
6月 11, 2023
作者:
翁进城
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
打包前优化
上级
3d84336c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
10 行删除
+11
-10
index.tsx
components/filter/index.tsx
+1
-0
[id].page.tsx
pages/equipmentLeasing/detail/[id].page.tsx
+1
-1
index.page.tsx
pages/personalCenter/servicesOrders/index.page.tsx
+9
-9
没有找到文件。
components/filter/index.tsx
浏览文件 @
fac4cef4
...
...
@@ -311,6 +311,7 @@ const Filter = (props: Props, ref: Ref<any>) => {
{
typeInfo
?.
length
&&
typeInfo
?.
map
((
item
)
=>
(
<
TypeInfo
key=
{
item
.
directoryId
}
typeName=
{
item
.
name
}
dataValue=
{
item
.
categoriesInfoListDTO
}
onChange=
{
(
item
:
FilterOptionResp
)
=>
...
...
pages/equipmentLeasing/detail/[id].page.tsx
浏览文件 @
fac4cef4
...
...
@@ -299,7 +299,7 @@ export default function EquipmentLeasingDetail() {
}
}
>
{
detail
?.
images
.
map
((
item
)
=>
(
<
AImage
src=
{
item
.
imgUrl
}
/>
<
AImage
key=
{
item
.
id
}
src=
{
item
.
imgUrl
}
/>
))
}
</
AImage
.
PreviewGroup
>
</
div
>
...
...
pages/personalCenter/servicesOrders/index.page.tsx
浏览文件 @
fac4cef4
...
...
@@ -59,7 +59,7 @@ export default function ServicesOrder() {
//获取订单状态字典
useEffect
(()
=>
{
api
.
listStatus
().
then
((
res
)
=>
{
setTranStatusMap
(
res
.
result
||
[]);
//
setTranStatusMap(res.result || []);
});
},
[]);
...
...
@@ -131,7 +131,7 @@ export default function ServicesOrder() {
<
ul
className=
{
styles
.
orderList
}
style=
{
{
minHeight
:
650
}
}
>
{
orderList
.
map
((
item
)
=>
{
return
(
<
li
key=
{
item
.
id
}
className=
{
styles
.
orderItem
}
>
<
li
key=
{
item
.
i
nspectionI
d
}
className=
{
styles
.
orderItem
}
>
<
Row
justify=
"space-between"
align=
"middle"
...
...
@@ -141,13 +141,15 @@ export default function ServicesOrder() {
background
:
"#EBF8FF"
,
}
}
>
<
div
className=
{
styles
.
font2
}
>
{
item
.
createTime
}
</
div
>
<
div
className=
{
styles
.
font2
}
>
{
item
.
startTime
}
-
{
item
.
endTime
}
</
div
>
<
div
className=
{
styles
.
font3
}
>
{
{
/* {
tranStatusMap.find(
(status) => status.code === item.statusCode
)?.status
}
}
*/
}
</
div
>
</
Row
>
<
Row
...
...
@@ -161,7 +163,7 @@ export default function ServicesOrder() {
height=
{
80
}
preview=
{
false
}
fallback=
{
errImg
}
src=
{
item
.
orderMainImg
}
src=
{
item
.
images
[
0
]
}
></
Image
>
</
div
>
...
...
@@ -185,9 +187,7 @@ export default function ServicesOrder() {
style=
{
{
height
:
"100%"
}
}
>
预付金额:
{
" "
}
<
span
className=
{
styles
.
font6
}
>
¥
{
item
.
totalBuyNum
}
</
span
>
<
span
className=
{
styles
.
font6
}
>
¥
{
item
.
orderAmt
}
</
span
>
</
Row
>
</
Col
>
<
Col
flex=
{
"auto"
}
style=
{
{}
}
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论