Merge branch 'feature/feature-20250331-h5' into uat

This commit is contained in:
陈昱达
2025-03-19 19:35:16 +08:00

View File

@@ -53,27 +53,27 @@
</div>
</template>
</van-field>
<van-cell
title="右极文字"
type="number"
:border="false"
label-align="left"
input-align="right"
label-width="8em"
placeholder="不限"
readonly
@blur="emit('saveOption')"
>
<template #right-icon>
<van-switch
v-model="actionQuestion.config.is_limit_right_content"
:active-value="1"
:inactive-value="0"
size="0.5rem"
@change="emit('saveOption')"
></van-switch>
</template>
</van-cell>
<!-- <van-cell-->
<!-- title="右极文字"-->
<!-- type="number"-->
<!-- :border="false"-->
<!-- label-align="left"-->
<!-- input-align="right"-->
<!-- label-width="8em"-->
<!-- placeholder="不限"-->
<!-- readonly-->
<!-- @blur="emit('saveOption')"-->
<!-- >-->
<!-- <template #right-icon>-->
<!-- <van-switch-->
<!-- v-model="actionQuestion.config.is_limit_right_content"-->
<!-- :active-value="1"-->
<!-- :inactive-value="0"-->
<!-- size="0.5rem"-->
<!-- @change="emit('saveOption')"-->
<!-- ></van-switch>-->
<!-- </template>-->
<!-- </van-cell>-->
<!-- 每行可选数量-->
<van-cell
v-if="[10].includes(actionQuestion.question_type)"