调整名字
This commit is contained in:
		| @@ -71,7 +71,7 @@ export default { | ||||
|   }, | ||||
|   computed: { | ||||
|     addTitle() { | ||||
|       return !!this.$route.query.id ? "编辑金融产品" : "添加金融产品" | ||||
|       return !!this.$route.query.id ? "编辑担保产品" : "添加担保产品" | ||||
|     }, | ||||
|     rules() { | ||||
|       return { | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <section class="productDetail"> | ||||
|     <ai-detail> | ||||
|       <ai-title slot="title" title="金融产品详情" isShowBottomBorder isShowBack @onBackClick="$router.push({query:{}})"> | ||||
|       <ai-title slot="title" title="担保产品详情" isShowBottomBorder isShowBack @onBackClick="$router.push({query:{}})"> | ||||
|         <template #rightBtn> | ||||
|           <el-button v-if="isAdmin&&detail.status==0" type="primary" @click="dialog=true">审核</el-button> | ||||
|         </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user