统一字眼

This commit is contained in:
aixianling
2022-09-21 17:46:33 +08:00
parent 87739cf75e
commit c661413585

View File

@@ -1,7 +1,7 @@
<template>
<section class="productDetail">
<ai-detail>
<ai-title slot="title" :title="`${menuName}详情`" isShowBottomBorder isShowBack @onBackClick="$router.back()">
<ai-title slot="title" title="产品详情" isShowBottomBorder isShowBack @onBackClick="$router.back()">
<template #rightBtn>
<el-button v-if="isAdmin&&detail.status==0" type="primary" @click="dialog=true">审核</el-button>
</template>