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