1
This commit is contained in:
parent
360818f18c
commit
0961e9182b
@ -78,7 +78,8 @@
|
||||
</div>
|
||||
<!-- 时间点模式 -->
|
||||
<!-- -->
|
||||
<template v-show="inputData['603']==1">
|
||||
<block v-show="inputData['603']==1">
|
||||
<template>
|
||||
<div class="title-tips-bold">
|
||||
时间点模式:
|
||||
</div>
|
||||
@ -142,10 +143,13 @@
|
||||
</div>
|
||||
|
||||
</template>
|
||||
</block>
|
||||
|
||||
|
||||
<!-- 时间段模式 -->
|
||||
<!-- -->
|
||||
<template v-show="inputData['603']==2">
|
||||
<block v-show="inputData['603']==2">
|
||||
<template>
|
||||
<div class="title-tips-bold">
|
||||
时间段模式:
|
||||
</div>
|
||||
@ -196,10 +200,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</block>
|
||||
|
||||
|
||||
<!-- 联动模式 -->
|
||||
<!-- -->
|
||||
<template v-show="inputData['603']==3">
|
||||
<block v-show="inputData['603']==3">
|
||||
<template>
|
||||
<div class="title-tips-bold">
|
||||
联动模式:
|
||||
</div>
|
||||
@ -212,6 +219,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</block>
|
||||
|
||||
|
||||
<div class="flex-view padding-none border-none shrink-none">
|
||||
<div class="input-main-60">
|
||||
|
Loading…
x
Reference in New Issue
Block a user