@@ -189,6 +189,7 @@
|
||||
<el-input
|
||||
v-if="question.Type === 'class' && question.ClassifyShowType === 4"
|
||||
type="number"
|
||||
:disabled="!question.ClassifyEditType"
|
||||
v-model="questionForm[question.Id]"
|
||||
/>
|
||||
<!-- 自动计算 -->
|
||||
|
||||
@@ -232,6 +232,7 @@
|
||||
<el-input
|
||||
v-if="question.Type === 'class' && question.ClassifyShowType === 4"
|
||||
type="number"
|
||||
:disabled="!question.ClassifyEditType"
|
||||
v-model="questionForm[question.Id]"
|
||||
/>
|
||||
<!-- 自增 -->
|
||||
|
||||
Reference in New Issue
Block a user