Compare commits
No commits in common. "bfe2f1dbfb454cba3b974ecdac6e39c341f3df34" and "b0ff8e7163f8708edc84abb49cb16e683495f28f" have entirely different histories.
bfe2f1dbfb
...
b0ff8e7163
|
@ -230,7 +230,7 @@
|
|||
@blur="handleBlur(questionForm[question.Id], questionForm, question.Id)"
|
||||
v-model="questionForm[question.Id]"
|
||||
>
|
||||
<!-- <template slot="append">1</template> -->
|
||||
<template slot="append">1</template>
|
||||
<template slot="append" v-if="question.Unit !== 0">{{question.Unit !== 4 ? $fd('ValueUnit', question.Unit) : question.CustomUnit}}</template>
|
||||
<template slot="append" v-else-if="question.ValueType === 2">%</template>
|
||||
</el-input>
|
||||
|
@ -241,7 +241,7 @@
|
|||
:disabled="question.DataSource === 1"
|
||||
v-model="questionForm[question.Id]"
|
||||
>
|
||||
<!-- <template slot="append">2</template> -->
|
||||
<template slot="append">2</template>
|
||||
<template slot="append" v-if="question.Unit !== 0">{{question.Unit !== 4 ? $fd('ValueUnit', question.Unit) : question.CustomUnit}}</template>
|
||||
<template slot="append" v-else-if="question.ValueType === 2">%</template>
|
||||
</el-input>
|
||||
|
|
Loading…
Reference in New Issue