mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(X-Pack): 修复数据填报表单数据列表添加数据权限错误
This commit is contained in:
@@ -105,8 +105,12 @@
|
||||
>
|
||||
|
||||
<template>
|
||||
<div style="margin-bottom: 12px; height: 32px; display: flex; flex-direction: row;">
|
||||
<div
|
||||
v-if="hasDataPermission('write', param.privileges)"
|
||||
style="margin-bottom: 12px; height: 32px; display: flex; flex-direction: row;"
|
||||
>
|
||||
<el-button
|
||||
v-if="hasDataPermission('write', param.privileges)"
|
||||
icon="el-icon-plus"
|
||||
size="small"
|
||||
@click="addData"
|
||||
|
||||
Reference in New Issue
Block a user