|
@@ -465,7 +465,7 @@
|
|
<!-- 审核记录详情列表 -->
|
|
<!-- 审核记录详情列表 -->
|
|
<el-dialog :title="$t('Auditrecords')" v-if="detailsDialog" :visible.sync="detailsDialog" :close-on-click-modal="false" customClass="customWidth" width="500px">
|
|
<el-dialog :title="$t('Auditrecords')" v-if="detailsDialog" :visible.sync="detailsDialog" :close-on-click-modal="false" customClass="customWidth" width="500px">
|
|
<div>
|
|
<div>
|
|
- <el-table :data="detailsList" style="width: 100%">
|
|
|
|
|
|
+ <el-table :data="detailsList" style="width: 100%" height="55vh">
|
|
<el-table-column prop="userName" :label="$t('EmployeeDate')">
|
|
<el-table-column prop="userName" :label="$t('EmployeeDate')">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|