Commit 649581b9 authored by 李苏's avatar 李苏 💬

微调

parent 06d08f9e
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="24"> <el-col :span="24">
<el-form-item label="履职内容" ref="content" prop="content"> <el-form-item label="履职内容" ref="content" prop="content">
<el-input :readonly="readonly" v-model="form.content" ></el-input> <el-input type='textarea' :readonly="readonly" v-model="form.content" ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment