1
0
forked from dyf/APP

完成008A功能开发

This commit is contained in:
liub
2026-05-19 17:38:56 +08:00
parent 6d9df4c945
commit 8f53a45280
63 changed files with 4162 additions and 766 deletions

View File

@ -152,9 +152,9 @@
}" v-on:click.stop="lightTypeSet(item, index)">
<view class="leftImg">
<image class="img" :class="{ 'displayNone': formData.sta_LightType === item.key }"
src="/static/images/100/light.png" mode="aspectFit"></image>
src="/static/images/lightImg/light.png" mode="aspectFit"></image>
<image class="img" :class="{ 'displayNone': formData.sta_LightType !== item.key }"
src="/static/images/100/lightActive.png" mode="aspectFit"></image>
src="/static/images/lightImg/lightActive.png" mode="aspectFit"></image>
</view>
<view class="rightTxt">
<text class="bigTxt">{{ item.name }}</text>