perf: 删除废弃属性

This commit is contained in:
xiongxiaoyang 2022-05-20 13:47:27 +08:00
parent eec9bee904
commit 05b9f8bb0e

View File

@ -187,10 +187,10 @@
v-model="dialogUpdateCommentFormVisible"
title="评论修改"
>
<el-form :model="form">
<el-form >
<el-form-item
label="评论内容"
:label-width="formLabelWidth"
>
<el-input type="textarea" v-model="updateComment"/>
</el-form-item>