Commit 94e5275f authored by mzx's avatar mzx

查询反馈模态框修改

parent d79106cb
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
/> />
<!-- 新增对话框 --> <!-- 新增对话框 -->
<el-dialog title="新增" :visible.sync="open" width="500px" append-to-body :close-on-click-modal="false" :before-close="closeAdd"> <el-dialog title="新增" :visible.sync="open" width="500px" append-to-body :close-on-click-modal="false" :before-close="closeAdd">
<div class="dialog-content"> <div style="padding: 0px 30px" class="dialog-content">
<el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form-item label="反馈标题" prop="serviceTitle"> <el-form-item label="反馈标题" prop="serviceTitle">
<el-input v-model="form.serviceTitle" placeholder="请输入反馈标题" maxlength="20" show-word-limit/> <el-input v-model="form.serviceTitle" placeholder="请输入反馈标题" maxlength="20" show-word-limit/>
......
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