Commit 472170fc authored by 13841799530's avatar 13841799530

bug修复

解润东
20220104
parent cee8fe57
Pipeline #7725 passed with stage
in 11 seconds
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
<div>检查地点:{{item.address}}</div> <div>检查地点:{{item.address}}</div>
<div>检查类型:{{item.type}}</div> <div>检查类型:{{item.type}}</div>
</div> </div>
</div> <div class="more" @click.stop="toggle(item)">
<div class="more" @click.stop="toggle(item)">
{{ item.OpenText }} {{ item.OpenText }}
</div> </div>
</div>
<tab-bar :index="1"></tab-bar> <tab-bar :index="1"></tab-bar>
</div> </div>
</template> </template>
......
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