This commit is contained in:
Apcallover
2024-03-31 16:53:22 +08:00
5 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 26 KiB

BIN
public/svg/logo_dark211.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -19,6 +19,11 @@
</div>
</el-tooltip>
</template>
<template slot="peopleNum" slot-scope="{ row }">
<div>
<span>{{ row.peopleNum }}</span>
</div>
</template>
<template slot="signUpCount" slot-scope="{ row }">
<div>
<span>{{ row.signUpCount }}</span>

View File

@@ -63,8 +63,6 @@
import ExpiredMission from './Table/ExpiredMission'
import { companyMissionState } from '@/common/dic'
// import {mapGetters} from "vuex";
export default {
comments: {