forked from integrated_whb/integrated_whb_vue
修改三项制度库
parent
b622567973
commit
67ddfa2cfd
|
@ -69,7 +69,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<div class="tip">企业安全APP</div>
|
<div class="tip">交运安全APP</div>
|
||||||
</template>
|
</template>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,6 +8,17 @@
|
||||||
:label-name="labelName[pathName] + '名称'"
|
:label-name="labelName[pathName] + '名称'"
|
||||||
/>
|
/>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
|
<el-tab-pane
|
||||||
|
:label="labelName[pathName] + '平台资源库'"
|
||||||
|
name="platform_resource_library"
|
||||||
|
lazy
|
||||||
|
>
|
||||||
|
<list-view
|
||||||
|
tab-name="platform_resource_library"
|
||||||
|
:path-name="pathName"
|
||||||
|
:label-name="labelName[pathName] + '名称'"
|
||||||
|
/>
|
||||||
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</layout-card>
|
</layout-card>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue