Merge branch 'feature/feature-20250331-h5' into uat
This commit is contained in:
@@ -53,27 +53,27 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</van-field>
|
</van-field>
|
||||||
<van-cell
|
<!-- <van-cell-->
|
||||||
title="右极文字"
|
<!-- title="右极文字"-->
|
||||||
type="number"
|
<!-- type="number"-->
|
||||||
:border="false"
|
<!-- :border="false"-->
|
||||||
label-align="left"
|
<!-- label-align="left"-->
|
||||||
input-align="right"
|
<!-- input-align="right"-->
|
||||||
label-width="8em"
|
<!-- label-width="8em"-->
|
||||||
placeholder="不限"
|
<!-- placeholder="不限"-->
|
||||||
readonly
|
<!-- readonly-->
|
||||||
@blur="emit('saveOption')"
|
<!-- @blur="emit('saveOption')"-->
|
||||||
>
|
<!-- >-->
|
||||||
<template #right-icon>
|
<!-- <template #right-icon>-->
|
||||||
<van-switch
|
<!-- <van-switch-->
|
||||||
v-model="actionQuestion.config.is_limit_right_content"
|
<!-- v-model="actionQuestion.config.is_limit_right_content"-->
|
||||||
:active-value="1"
|
<!-- :active-value="1"-->
|
||||||
:inactive-value="0"
|
<!-- :inactive-value="0"-->
|
||||||
size="0.5rem"
|
<!-- size="0.5rem"-->
|
||||||
@change="emit('saveOption')"
|
<!-- @change="emit('saveOption')"-->
|
||||||
></van-switch>
|
<!-- ></van-switch>-->
|
||||||
</template>
|
<!-- </template>-->
|
||||||
</van-cell>
|
<!-- </van-cell>-->
|
||||||
<!-- 每行可选数量-->
|
<!-- 每行可选数量-->
|
||||||
<van-cell
|
<van-cell
|
||||||
v-if="[10].includes(actionQuestion.question_type)"
|
v-if="[10].includes(actionQuestion.question_type)"
|
||||||
|
|||||||
Reference in New Issue
Block a user