返乡报备

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

View File

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