报表配置

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-10-17 23:06:54 +08:00
parent 7bba6aaeb8
commit d486727bd7
2 changed files with 4 additions and 2 deletions

View File

@@ -81,14 +81,14 @@
type="text"
icon="el-icon-edit"
@click="handlePreview(scope.row.name)"
v-hasPermi="['ureport:edit']"
v-hasPermi="['mes:report:edit']"
>预览</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['ureport:remove']"
v-hasPermi="['mes:report:remove']"
>删除</el-button>
</template>
</el-table-column>