修改富文本

This commit is contained in:
jiangzhe 2024-06-04 11:09:54 +08:00
parent 85665da269
commit 7d2c4c7020
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
<el-table-column prop="evalPropose" type="expand" label="建议">
<template #default="scope">
<!-- <el-input v-model="scope.row.evalPropose" type="textarea" placeholder="请输入建议" /> -->
<editor v-model="scope.row.evalPropose" />
<editor v-model="scope.row.evalPropose" :height="200" :minHeight="200" />
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">