forked from github/dataease
Merge pull request #9978 from ulleo/dev
fix(X-Pack): 修复数据填报明细页面不展示编辑按钮的问题
This commit is contained in:
commit
cf9e892992
@ -73,7 +73,7 @@
|
|||||||
>
|
>
|
||||||
<!-- 编辑 todo -->
|
<!-- 编辑 todo -->
|
||||||
<el-button
|
<el-button
|
||||||
v-if="hasDataPermission('manage', data.privileges)"
|
v-if="hasDataPermission('manage', param.privileges)"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="editForm(param)"
|
@click="editForm(param)"
|
||||||
>{{ $t('panel.edit') }}</el-button>
|
>{{ $t('panel.edit') }}</el-button>
|
||||||
|
Loading…
Reference in New Issue
Block a user