1
This commit is contained in:
parent
360818f18c
commit
0961e9182b
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user