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