Compare commits

..

No commits in common. "cea867bdaf1f9f0277439672d4a15c571a0f0444" and "a79796df4cedba9bfabb81f6ba4bb714988ebb1c" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View File

@ -139,18 +139,10 @@
/> />
<!-- 数值 --> <!-- 数值 -->
<!-- :precision="2" :step="0.1" :max="10" --> <!-- :precision="2" :step="0.1" :max="10" -->
<!-- <el-input-number <el-input-number
v-if="question.Type==='number'" v-if="question.Type==='number'"
v-model="questionForm[question.Id]" v-model="questionForm[question.Id]"
/> --> />
<el-input
v-if="question.Type==='number'"
v-model="questionForm[question.Id]"
type="number"
:disabled="question.DataSource === 1"
>
<template v-if="question.Unit" slot="append">{{$fd('ValueUnit', question.Unit)}}</template>
</el-input>
<!-- 自动分类 --> <!-- 自动分类 -->
<el-input <el-input
v-if="question.Type==='calss'" v-if="question.Type==='calss'"

View File

@ -1,5 +1,5 @@
<template> <template>
<div v-loading="loading" style="min-height:400px;padding:20px"> <div v-loading="loading" style="min-height:400px;">
<el-form <el-form
v-if="isRender" v-if="isRender"
ref="questions" ref="questions"