修改测评名称和时间

This commit is contained in:
zhangsir
2024-05-28 18:16:07 +08:00
parent 326730b354
commit 5c3e989df6

View File

@@ -1259,8 +1259,8 @@ const vwtext = ref(null)
@click="ViewReviewShow = false" />
</div>
<div style="display: flex;flex-direction: column;">
<div style="font-size: 16px;"> 评审名称<span>第三场二次认证</span></div>
<div style="font-size: 16px;margin: 20px 0;"> 评审时间<span>2024.05.30 14:00</span></div>
<div style="font-size: 16px;"> 评审名称<span>{{ViewReList?.评审名称}}</span></div>
<div style="font-size: 16px;margin: 20px 0;"> 评审时间<span>{{ViewReList?.评审时间}}</span></div>
<div style="font-size: 16px;margin-bottom: 20px;">评审结果</div>
<div>
<a-table :pagination="false" :columns="ViewReviewcolumns" :scroll="{ x: 'max-content' }" :data-source="ViewReviewdata"