|
|
@@ -1,5 +1,4 @@
|
|
|
<!-- 会员机构管理-机构管理-仓库机构管理 -->
|
|
|
-<!-- 会员机构管理-机构管理-营销中心管理 -->
|
|
|
<template>
|
|
|
<app-view>
|
|
|
<template #header>
|
|
|
@@ -7,12 +6,12 @@
|
|
|
</template>
|
|
|
<app-table :data="dataList" :columns="tableColumns" :loading="loading">
|
|
|
<template #headerLeft>
|
|
|
- <app-operation :data-list="getActionButtons(['member_institution_open_add'])"
|
|
|
+ <app-operation :data-list="getActionButtons(['member_institution_warehouse_add'])"
|
|
|
@click="openComponent" />
|
|
|
</template>
|
|
|
<!-- 操作 -->
|
|
|
<template #operate="{ row }">
|
|
|
- <app-operation size="small" :data-list="getActionButtons(['query_internal_liquidation_details'])"
|
|
|
+ <app-operation size="small" :data-list="getActionButtons(['member_institution_warehouse_details', 'member_institution_warehouse_modify'])"
|
|
|
@click="(code: string) => openComponent(code, row)" circle />
|
|
|
</template>
|
|
|
<template #footer>
|