Compare commits
3 Commits
77dc9be197
...
c74b6a6bc0
Author | SHA1 | Date |
---|---|---|
a0049873 | c74b6a6bc0 | |
a0049873 | 1ed8496d58 | |
a0049873 | b8644679c9 |
|
@ -38,7 +38,7 @@
|
||||||
class="name"
|
class="name"
|
||||||
v-for="(item, index) in jcList.slice(0, 5)"
|
v-for="(item, index) in jcList.slice(0, 5)"
|
||||||
:key="item.name"
|
:key="item.name"
|
||||||
:class="index == 2 ? 'name-last' : ''"
|
:class="index == 3 ? 'name-last' : ''"
|
||||||
@click="selectOne2(item.name)"
|
@click="selectOne2(item.name)"
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
|
|
|
@ -151,10 +151,10 @@
|
||||||
destroyOnClose="true"
|
destroyOnClose="true"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
>
|
>
|
||||||
<publish-details
|
<!-- <publish-details
|
||||||
:businessKey="businessKey"
|
:businessKey="businessKey"
|
||||||
:processInstanceId="processInstanceId"
|
:processInstanceId="processInstanceId"
|
||||||
></publish-details>
|
></publish-details> -->
|
||||||
</a-modal>
|
</a-modal>
|
||||||
<a-modal
|
<a-modal
|
||||||
v-model:visible="increasedVisible"
|
v-model:visible="increasedVisible"
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
import { getUserInfo } from '@/api/user'
|
import { getUserInfo } from '@/api/user'
|
||||||
// TheNewRelease
|
// TheNewRelease
|
||||||
import TheNewRelease from '@/views/personalCenter/components/TheNewRelease'
|
import TheNewRelease from '@/views/personalCenter/components/TheNewRelease'
|
||||||
import PublishDetails from '@/views/personalCenter/components/PublishDetails'
|
// import PublishDetails from '@/views/personalCenter/components/PublishDetails'
|
||||||
import TheShelvesAbility from '@/views/personalCenter/components/TheShelvesAbility' //能力下架申请
|
import TheShelvesAbility from '@/views/personalCenter/components/TheShelvesAbility' //能力下架申请
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
let tabList = ref([
|
let tabList = ref([
|
||||||
|
|
Loading…
Reference in New Issue