提交 修改弹窗点击关闭
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<el-table-column prop="company" label="company" align="center"></el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
<el-dialog title="Import results" :visible.sync="dialogFormVisible">
|
||||
<el-dialog title="Import results" :visible.sync="dialogFormVisible" :close-on-click-modal="false">
|
||||
<h3 v-show="erdata.lenght>0">error list</h3>
|
||||
<el-table :data="erdata" row-class-name="warning-row" empty-text="New messages (0)">
|
||||
<el-table-column type="index" label="No." align="center"></el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user