Commit d4d3ba3a authored by xinzhedeai's avatar xinzhedeai

检查单,预期状态 提交整改处理

parent 7129cbd1
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
</van-cell> </van-cell>
</van-cell-group> </van-cell-group>
<van-cell-group v-if="flag=='0' && userType=='shop'"> <van-cell-group v-if="(flag=='0' || flag=='3') && userType=='shop'">
<van-cell <van-cell
><span class="title_require">请上传整改图片:</span><span style="color: red">(格式png/jpg/jpeg,最多4张)</span> ><span class="title_require">请上传整改图片:</span><span style="color: red">(格式png/jpg/jpeg,最多4张)</span>
<!-- <div> <!-- <div>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
<div <div
class="bottom_bar" class="bottom_bar"
v-if="flag=='0' && userType=='shop'" v-if="(flag=='0' || flag=='3') && userType=='shop'"
> >
<div style="display: flex; justify-content: center; gap: 1rem"> <div style="display: flex; justify-content: center; gap: 1rem">
<van-button <van-button
......
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