refactor: 列表操作按钮调整

This commit is contained in:
meilin.huang
2023-11-09 12:11:11 +08:00
parent a1b25e9766
commit 27c53385f2
8 changed files with 83 additions and 44 deletions

View File

@@ -40,7 +40,7 @@
</el-form-item>
<el-form-item prop="remark" label="备注">
<el-input v-model.trim="form.remark" auto-complete="off" type="textarea"></el-input>
<el-input v-model="form.remark" auto-complete="off" type="textarea"></el-input>
</el-form-item>
</el-tab-pane>