删除按钮隐藏
This commit is contained in:
parent
305256c90f
commit
bf5ba59e04
@ -257,7 +257,7 @@
|
||||
<a-descriptions-item label="首次治疗前肿瘤坏死因子-α">{{ caseVO.headTnf ? caseVO.headTnf : '--' }} {{formatTnfUnit(caseVO.tnfUnit)}}</a-descriptions-item>
|
||||
<a-descriptions-item label="首次治疗后肿瘤坏死因子-α">{{ caseVO.afterTnf ? caseVO.afterTnf : '--' }} {{formatTnfUnit(caseVO.tnfUnit)}}</a-descriptions-item>
|
||||
<a-descriptions-item v-if="caseVO.dpmas.length>1" label="最后一次治疗后肿瘤坏死因子-α">{{ caseVO.lastTnf ? caseVO.lastTnf : '--' }}{{formatTnfUnit(caseVO.tnfUnit)}}</a-descriptions-item>
|
||||
<a-descriptions-item label="生化指标图片" :span="2" class="required">
|
||||
<a-descriptions-item label="生化指标图片" :span="5" class="required">
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'bio'"
|
||||
@ -268,7 +268,7 @@
|
||||
></imgCell>
|
||||
</div>
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label="凝血功能指标图片" :span="2" class="required">
|
||||
<a-descriptions-item label="凝血功能指标图片" :span="5" class="required">
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'coa'"
|
||||
@ -279,7 +279,7 @@
|
||||
></imgCell>
|
||||
</div>
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label="炎症因子指标图片" :span="2" v-if="caseVO.infImg">
|
||||
<a-descriptions-item label="炎症因子指标图片" :span="5" v-if="caseVO.infImg">
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'inf'"
|
||||
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
<template v-if="column.dataIndex === 'action'">
|
||||
<div class="smart-table-operate">
|
||||
<a-button @click="delActivity(record.id)" type="link" danger>删除</a-button>
|
||||
<!-- <a-button @click="delActivity(record.id)" type="link" danger>删除</a-button> -->
|
||||
<a-button @click="handleStatus(record.id)" type="link" success v-if="record.status==2">审核通过</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user