Commit d5456a92 by jiang'yun

修改

parent 3a6e2535
......@@ -2174,8 +2174,8 @@ p {
}
.person-name {
width: auto;
min-width: 40px;
width: 80px;
/*min-width: 40px;*/
height: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
......@@ -2186,8 +2186,8 @@ p {
}
.person-age {
width: auto;
min-width: 59px;
width: 80px;
/*min-width: 59px;*/
height: 12px;
font-family: Microsoft YaHei;
font-weight: bold;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -20,7 +20,7 @@
<el-table v-loading="loading" border :data="tpInfoList" @selection-change="handleSelectionChange">
<el-table-column label="姓名" align="center" width="150px" prop="name" />
<!-- <el-table-column label="二级单位名称" align="center" prop="ejdwmc" width="200px" />-->
<!-- <el-table-column label="单位名称" align="center" prop="dwmc" width="180px" />-->
<el-table-column label="单位名称" align="center" prop="dwmc" width="180px" />
<!-- <el-table-column label="AD账号" align="center" prop="adzh" width="160px" />-->
<el-table-column label="统一账号" align="center" prop="username" width="160px" />
<el-table-column label="投票时间" align="center" prop="createTime" width="180px" />
......
File added
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