|
@ -105,7 +105,7 @@ const handleSelectionChange = (users: Audit.AuditItem[]) => { |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<div class="audit-table"> |
|
|
<div class="audit-table"> |
|
|
<el-table :data="tableData" stripe style="width: 100%" @selection-change="handleSelectionChange"> |
|
|
|
|
|
|
|
|
<el-table :data="tableData" style="width: 100%" @selection-change="handleSelectionChange"> |
|
|
<el-table-column type="selection" width="55" /> |
|
|
<el-table-column type="selection" width="55" /> |
|
|
<el-table-column prop="usrName" label="操作人" width="250" /> |
|
|
<el-table-column prop="usrName" label="操作人" width="250" /> |
|
|
<el-table-column prop="behaviorinfo" label="操作内容" /> |
|
|
<el-table-column prop="behaviorinfo" label="操作内容" /> |
|
|