merge lll-user-organ into master
新增nodata组件 和 组织管理 Created-by: LovableCat Commit-by: LovableCat Merged-by: user8949 Description: 新增nodata组件 和 组织管理 See merge request: hk_openRepo/OpenRepo_Portal!7
This commit is contained in:
@@ -22,12 +22,14 @@
|
||||
<d-tabs class="jyh-tabs jyh-tabs-2 jyh-tabs-3" type="wrapped" v-model="selectTab">
|
||||
<d-tab id="yjtzlb" title="预警通知列表"></d-tab>
|
||||
<d-tab id="dylb" title="订阅列表"></d-tab>
|
||||
<d-tab id="organizationManage" title="组织管理"></d-tab>
|
||||
</d-tabs>
|
||||
</div>
|
||||
</div>
|
||||
<div class="version-detail-content">
|
||||
<early-warning v-if="selectTab==='yjtzlb'"/>
|
||||
<subscribe-list v-if="selectTab==='dylb'"/>
|
||||
<OrganizationManage v-if="selectTab === 'organizationManage'" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -38,6 +40,8 @@ import { useRouter, useRoute } from 'vue-router';
|
||||
import { getOrgInfo } from '@/views/Org/hooks/orgInfo';
|
||||
import EarlyWarning from './Detail/EarlyWarning.vue';
|
||||
import SubscribeList from './Detail/SubscribeList.vue';
|
||||
import OrganizationManage from './OrganizationManage/OrganizationManage.vue';
|
||||
|
||||
const { namespace } = getOrgInfo();
|
||||
const avatarUrl = '/src/assets/imgs/avatar/male.png';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user