|
|
@@ -97,7 +97,7 @@
|
|
|
</h3>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-table border :data="formData.userInfos" max-height="500" style="margin-bottom: 10px;">
|
|
|
+ <el-table border size="small" :data="formData.userInfos" max-height="500" style="margin-bottom: 10px;">
|
|
|
<el-table-column label="序号" align="center" type="index" width="70" />
|
|
|
<el-table-column label="来访单位" width="150" align="center" prop="companyName" />
|
|
|
<el-table-column label="来访人员" width="100" align="center" prop="userName" />
|
|
|
@@ -123,7 +123,7 @@
|
|
|
</h3>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-table border :data="formData.approveInfos" max-height="500" style="margin-bottom: 10px;">
|
|
|
+ <el-table border size="small" :data="formData.approveInfos" max-height="500" style="margin-bottom: 10px;">
|
|
|
<el-table-column label="机构名称" align="center" prop="orgName" />
|
|
|
<el-table-column label="审批状态" align="center" prop="approveStatus" >
|
|
|
<template slot-scope="scope">
|