2024年6月18日 新增动态价格,固定价格配置

This commit is contained in:
bai 2024-06-18 23:22:28 +08:00
parent 0b94afe47d
commit fd7d09dacf
1 changed files with 8 additions and 0 deletions

View File

@ -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> -->