1
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
994c97479b
commit
631c903135
|
@ -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]"
|
||||||
/>
|
/>
|
||||||
<!-- 自动计算 -->
|
<!-- 自动计算 -->
|
||||||
|
|
|
@ -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]"
|
||||||
/>
|
/>
|
||||||
<!-- 自增 -->
|
<!-- 自增 -->
|
||||||
|
|
Loading…
Reference in New Issue