This commit is contained in:
home孙 2025-09-12 15:15:15 +08:00
parent 360818f18c
commit 0961e9182b

View File

@ -78,7 +78,8 @@
</div> </div>
<!-- 时间点模式 --> <!-- 时间点模式 -->
<!-- --> <!-- -->
<template v-show="inputData['603']==1"> <block v-show="inputData['603']==1">
<template>
<div class="title-tips-bold"> <div class="title-tips-bold">
时间点模式 时间点模式
</div> </div>
@ -142,10 +143,13 @@
</div> </div>
</template> </template>
</block>
<!-- 时间段模式 --> <!-- 时间段模式 -->
<!-- --> <!-- -->
<template v-show="inputData['603']==2"> <block v-show="inputData['603']==2">
<template>
<div class="title-tips-bold"> <div class="title-tips-bold">
时间段模式 时间段模式
</div> </div>
@ -196,10 +200,13 @@
</div> </div>
</div> </div>
</template> </template>
</block>
<!-- 联动模式 --> <!-- 联动模式 -->
<!-- --> <!-- -->
<template v-show="inputData['603']==3"> <block v-show="inputData['603']==3">
<template>
<div class="title-tips-bold"> <div class="title-tips-bold">
联动模式 联动模式
</div> </div>
@ -212,6 +219,8 @@
</div> </div>
</div> </div>
</template> </template>
</block>
<div class="flex-view padding-none border-none shrink-none"> <div class="flex-view padding-none border-none shrink-none">
<div class="input-main-60"> <div class="input-main-60">