|
@@ -30,12 +30,12 @@
|
|
|
<ElCol :md="6" :offset="10">
|
|
<ElCol :md="6" :offset="10">
|
|
|
<ElFormItem>
|
|
<ElFormItem>
|
|
|
<div class="flex j-end" style="width: 100%;">
|
|
<div class="flex j-end" style="width: 100%;">
|
|
|
- <el-button type="primary" v-auth="'organizationlist.view'" @click="roleQuery">
|
|
|
|
|
|
|
+ <el-button type="primary" @click="roleQuery">
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
<SvgIcon name="i-ep:search" />
|
|
<SvgIcon name="i-ep:search" />
|
|
|
</template>
|
|
</template>
|
|
|
查询</el-button>
|
|
查询</el-button>
|
|
|
- <el-button type="default" v-auth="'organizationlist.view'" @click="resetForm">重置</el-button>
|
|
|
|
|
|
|
+ <el-button type="default" @click="resetForm">重置</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</ElFormItem>
|
|
</ElFormItem>
|
|
|
</ElCol>
|
|
</ElCol>
|
|
@@ -45,7 +45,7 @@
|
|
|
:pageInfo="pageInfo" @getList="getList" @selectionChange="selectionChange">
|
|
:pageInfo="pageInfo" @getList="getList" @selectionChange="selectionChange">
|
|
|
<template v-slot:table-title-btn>
|
|
<template v-slot:table-title-btn>
|
|
|
<RouterLink :to="{ name: 'OrganizationAdd' }">
|
|
<RouterLink :to="{ name: 'OrganizationAdd' }">
|
|
|
- <el-button type="primary" v-auth="'organizationlist.add'">
|
|
|
|
|
|
|
+ <el-button type="primary">
|
|
|
添加租户
|
|
添加租户
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
<el-icon>
|
|
<el-icon>
|
|
@@ -54,7 +54,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</RouterLink>
|
|
</RouterLink>
|
|
|
- <el-dropdown placement="bottom-start" v-auth="'organizationlist.delete'">
|
|
|
|
|
|
|
+ <el-dropdown placement="bottom-start">
|
|
|
<el-button> 批量操作<el-icon>
|
|
<el-button> 批量操作<el-icon>
|
|
|
<arrow-down />
|
|
<arrow-down />
|
|
|
</el-icon>
|
|
</el-icon>
|
|
@@ -69,7 +69,7 @@
|
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-slot:operation="scope">
|
|
<template v-slot:operation="scope">
|
|
|
- <el-button type="primary" link @click="tenantUpdate(scope.operationData)" v-auth="'organizationlist.edit'"> 编辑
|
|
|
|
|
|
|
+ <el-button type="primary" link @click="tenantUpdate(scope.operationData)"> 编辑
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-dropdown placement="bottom-start">
|
|
<el-dropdown placement="bottom-start">
|
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|