This commit is contained in:
yanran200730
2022-10-13 08:37:10 +08:00
parent 6c1167a98a
commit 2b33f221d6

View File

@@ -23,9 +23,6 @@
</div>
<div v-show="currIndex === 1">
<ai-card title="每日上报">
<template #right>
<el-button type="primary" v-if="info.status === '0'" @click="release">解除异常</el-button>
</template>
<template #content>
<ai-table
:isShowPagination="false"
@@ -34,7 +31,6 @@
:tableData="info.reportInfos"
:col-configs="colConfigs1"
@getList="() => {}">
<el-table-column slot="nucleicAcidUrl" label="核酸截图" align="center">
<template slot-scope="{ row }">
<ai-uploader