Commit 0ab4d2b5 authored by 罗新东's avatar 罗新东

修改了隐患台账页面列表显示

parent ed9c3c19
Pipeline #7168 passed with stage
in 9 seconds
......@@ -24,11 +24,11 @@
>
<van-row gutter="">
<van-col span="6">隐患编号:</van-col>
<van-col span="18">{{ item.businessId }}</van-col>
<van-col span="18">{{ item.pid }}</van-col>
</van-row>
<van-row gutter="">
<van-col span="6">所属项目:</van-col>
<van-col span="18">{{ item.proId }}</van-col>
<van-col span="18">{{ item.projectName }}</van-col>
</van-row>
<van-row gutter="">
<van-col span="6">隐患级别:</van-col>
......
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