2024年6月18日 新增动态价格,固定价格配置
This commit is contained in:
parent
0b94afe47d
commit
fd7d09dacf
|
@ -555,6 +555,14 @@
|
|||
<!-- 两个时间 -->
|
||||
<el-time-picker v-model="form.value2" style="width:65%;" format="HH:mm:ss" value-format="HHmmss" is-range range-separator="至" start-placeholder="开始时间" end-placeholder="结束时间" placeholder="选择时间范围" @change="(vs) => form.value = (vs || ['','']).join(',')"/>
|
||||
</template>
|
||||
<template v-else-if="form.type == 447">
|
||||
<!-- 是否 -->
|
||||
<el-switch v-model="form.value" active-text="动态价格" inactive-text="固定价格"/>
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<el-input v-model="form.value" style="width:65%;"></el-input>
|
||||
</template>
|
||||
</div>
|
||||
<el-input v-else v-model="form.value" style="width:65%;"></el-input>
|
||||
<!-- <el-input v-model="form.value" style="width:65%;"></el-input> -->
|
||||
|
|
Loading…
Reference in New Issue