|
|
|
|
@ -76,6 +76,26 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template #demand>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red; font-weight: 600; padding-right: 4px"
|
|
|
|
|
>*</span
|
|
|
|
|
>服务要求:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-switch
|
|
|
|
|
v-model="form.demand"
|
|
|
|
|
active-text="服务价值"
|
|
|
|
|
inactive-text="服务次数"
|
|
|
|
|
:active-value="1"
|
|
|
|
|
:inactive-value="2"
|
|
|
|
|
style="width: 300px"
|
|
|
|
|
></el-switch>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template v-slot:cycle>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
@ -309,6 +329,7 @@ export default {
|
|
|
|
|
name: "",
|
|
|
|
|
cycle: "",
|
|
|
|
|
frequency: 0,
|
|
|
|
|
demand: 1,
|
|
|
|
|
|
|
|
|
|
service_rule: false,
|
|
|
|
|
purchase_price: "",
|
|
|
|
|
|