@@ -299,11 +299,14 @@
<template slot-scope="scope">
<div>
<el-input
- type="textarea"
+ type="text"
:rows="1"
placeholder="请输入"
v-model="scope.row.errorMsg"
>
+ <template v-if="scope.row.unitName" slot="append">
+ <div>{{ scope.row.unitName }}</div>
+ </template>
</el-input>
</div>
</template>
@@ -162,11 +162,14 @@