审核日志只有一条

This commit is contained in:
zhangyc
2022-12-13 09:11:52 +08:00
parent 89e889506b
commit a8c7308cc2
10 changed files with 72 additions and 26 deletions

View File

@@ -122,12 +122,12 @@
</div>
<div class="body">
<a-table
style="width: 90%"
style="width: 100%"
:columns="columnsAudit"
:data-source="tableDataAudit"
:loading="tableDataTotalAudit === -1 ? true : false"
expandRowByClick="true"
:scroll="{ y: 150 }"
:scroll="{ y: 250 }"
@expand="expandTable"
:pagination="false"
/>
@@ -277,7 +277,7 @@ export default {
<div>
<span
onClick={() => {
showProjAuditModal(value.record.auditList.length!==0?value.record.auditList.slice(value.record.auditList.length-1):[]);
showProjAuditModal(value.record.auditList.length!==0?value.record.auditList:[]);
}}
style="cursor:pointer;color:#387DF7"
>
@@ -429,7 +429,7 @@ export default {
.delete {
z-index: 999;
width: 816px;
min-height: 420px;
min-height: 510px;
background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
border-radius: 4px;
@@ -479,7 +479,7 @@ export default {
.body {
width: 100%;
margin: 34px auto 56px auto;
margin: 34px auto 41px auto;
display: flex;
justify-content: center;
align-items: center;