This commit is contained in:
yanran200730
2022-01-18 16:22:07 +08:00
parent cd8aef1c06
commit e7c90dbe7e
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail v-if="pageShow">
<ai-detail v-if="pageShow" isHasSidebar>
<template #title>
<ai-title :title="colData.applicationName+'详情'" isShowBottomBorder isShowBack @onBackClick="onBack(true)"></ai-title>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail>
<ai-detail isHasSidebar>
<template slot="title">
<ai-title title="详情" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
</ai-title>

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail>
<ai-detail isHasSidebar>
<template slot="title">
<ai-title title="返乡登记详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title>

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail>
<ai-detail isHasSidebar>
<template slot="title">
<ai-title title="详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title>

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail>
<ai-detail isHasSidebar>
<template slot="title">
<ai-title title="居民议事详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title>