Commit 7cb41e71 authored by 罗林杰's avatar 罗林杰

修改工作区

parent 4765ca54
<template>
<PageWrapper title="工作区详情" class="content-padding" contentBackground @back="goBack">
<template #footer>
<a-button type="primary" @click="addGroup" style="left: 1420px">新增工作组</a-button>
<a-button type="primary" v-if="currentKey == 'group'" @click="addGroup" style="left: 1420px"
>新增工作组</a-button
>
<a-button type="primary" @click="handleApproval" style="left: 1430px">审批配置</a-button>
<a-tabs default-active-key="global" v-model:activeKey="currentKey">
<a-tab-pane key="global" tab="概览" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment