Compare commits
No commits in common. "c74b6a6bc056e9b7326512e5b9b165563066ce5b" and "77dc9be197397220a57259e24a08cbb973b00084" have entirely different histories.
c74b6a6bc0
...
77dc9be197
|
@ -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 == 3 ? 'name-last' : ''"
|
:class="index == 2 ? '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