1
continuous-integration/drone/push Build is running Details

uat_us
caiyiling 2024-11-11 15:17:57 +08:00
parent 994c97479b
commit 631c903135
2 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@
<el-input <el-input
v-if="question.Type === 'class' && question.ClassifyShowType === 4" v-if="question.Type === 'class' && question.ClassifyShowType === 4"
type="number" type="number"
:disabled="!question.ClassifyEditType"
v-model="questionForm[question.Id]" v-model="questionForm[question.Id]"
/> />
<!-- 自动计算 --> <!-- 自动计算 -->

View File

@ -232,6 +232,7 @@
<el-input <el-input
v-if="question.Type === 'class' && question.ClassifyShowType === 4" v-if="question.Type === 'class' && question.ClassifyShowType === 4"
type="number" type="number"
:disabled="!question.ClassifyEditType"
v-model="questionForm[question.Id]" v-model="questionForm[question.Id]"
/> />
<!-- 自增 --> <!-- 自增 -->