按钮权限
This commit is contained in:
parent
d0eaf84481
commit
81657db86a
@ -40,7 +40,7 @@
|
|||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item field="" label="" no-style>
|
<a-form-item field="" label="" no-style>
|
||||||
<a-space>
|
<a-space>
|
||||||
<a-button type="primary" @click="handleSubmit" v-has="'admin:sysArticleList:save'">保存</a-button>
|
<a-button type="primary" @click="handleSubmit" v-has="'admin:sysArticleOriginList:save'">保存</a-button>
|
||||||
</a-space>
|
</a-space>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
fit="cover"
|
fit="cover"
|
||||||
:src="record.article_science_source.source_image"
|
:src="record.article_science_source.source_image"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<template #article_image="{record}">
|
<template #article_image="{record}">
|
||||||
<a-image
|
<a-image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user