提交 修改弹窗点击关闭
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
|
||||
|
||||
<!-- 添加编委弹出框 -->
|
||||
<el-dialog title="Add Editorial board member" :visible.sync="addVisible" width="50%">
|
||||
<el-dialog title="Add Editorial board member" :visible.sync="addVisible" width="50%" :close-on-click-modal="false">
|
||||
<el-table :data="tableData" border stripe class="table" ref="multipleTable" header-cell-class-name="table-header" empty-text="New messages (0)">
|
||||
<el-table-column prop="account" label="account" align="center"></el-table-column>
|
||||
<el-table-column prop="major_title" label="major title" align="center"></el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user