提交 8bf531fd 编写于 作者: yi.li's avatar yi.li

已选居民列表优化

上级 c4a334f0
......@@ -6,7 +6,8 @@
:before-close="clickClose"
:close-on-click-modal="false"
:close-on-press-escape="false"
center :lock-scroll="false">
center :lock-scroll="false"
width="65%">
<div class="selected-dialog-content">
<div class="title-div">
<el-button type="primary" size="small" @click="continueAdd">继续添加</el-button>
......@@ -23,7 +24,8 @@
<el-table-column
prop="age"
label="年龄"
align="center">
align="center"
min-width="70px">
</el-table-column>
<el-table-column
prop="id"
......@@ -41,7 +43,7 @@
prop="labelId"
label="分组"
align="center"
min-width="120">
min-width="200">
</el-table-column>
</el-table>
<el-row type="flex" justify="end" class="margin-top20">
......
......@@ -86,7 +86,7 @@
prop="mobilePhone"
label="手机"
align="center"
min-width="170px">
min-width="150px">
</el-table-column>
<el-table-column
prop="diseaseId"
......
......@@ -5,7 +5,7 @@
center
:close-on-click-modal="false"
:close-on-press-escape="false"
width="65%"
width="70%"
:before-close="closeDetail">
<div class="detail-content">
<div class="base-info">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册