返乡报备

This commit is contained in:
yanran200730
2022-10-11 13:57:37 +08:00
parent ab4692b655
commit 0303017f2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template> <template>
<ai-detail isHasSidebar v-loading="isLoading"> <ai-detail isHasSidebar v-loading="isLoading">
<template slot="title"> <template slot="title">
<ai-title title="卡口登记详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"> <ai-title title="返乡报备详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title> </ai-title>
</template> </template>
<template slot="content"> <template slot="content">

View File

@@ -140,7 +140,7 @@
{ prop: 'source', { prop: 'source',
align: 'center', align: 'center',
label: '数据来源', label: '数据来源',
formart: v => this.dict.getLabel('EP_riskStatus', v) }, formart: v => this.dict.getLabel('EP_source', v) },
{ {
prop: 'riskStatus', prop: 'riskStatus',
align: 'center', align: 'center',