Commit db984e0d authored by 胡占生's avatar 胡占生 🇨🇳

fix: 任务列表详情页,固有风险清单点击事件修复

parent b174cd7f
...@@ -169,8 +169,9 @@ ...@@ -169,8 +169,9 @@
type="flex" type="flex"
justify="space-between" justify="space-between"
style="margin-top:10px;" style="margin-top:10px;"
@click="toRiskDetail(item)"
> >
<van-col span="20" @click="toRiskDetail(item)"> <van-col span="20" >
<van-col span="5"> <van-col span="5">
<van-image <van-image
width="46" width="46"
...@@ -189,7 +190,7 @@ ...@@ -189,7 +190,7 @@
<van-col span="4"> <van-col span="4">
<van-row type="flex"> <van-row type="flex">
详情 详情
<van-icon name="arrow" size="26px" @click="goColorDetail" /> <van-icon name="arrow" size="26px" />
</van-row> </van-row>
</van-col> </van-col>
</van-row> </van-row>
......
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