bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user