删除无效的
This commit is contained in:
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
BIN
public/svg/logo_dark211.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -19,6 +19,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</template>
|
</template>
|
||||||
|
<template slot="peopleNum" slot-scope="{ row }">
|
||||||
|
<div>
|
||||||
|
<span>{{ row.peopleNum }}人</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
<template slot="signUpCount" slot-scope="{ row }">
|
<template slot="signUpCount" slot-scope="{ row }">
|
||||||
<div>
|
<div>
|
||||||
<span>{{ row.signUpCount }}人</span>
|
<span>{{ row.signUpCount }}人</span>
|
||||||
|
|||||||
@@ -63,8 +63,6 @@
|
|||||||
import ExpiredMission from './Table/ExpiredMission'
|
import ExpiredMission from './Table/ExpiredMission'
|
||||||
import { companyMissionState } from '@/common/dic'
|
import { companyMissionState } from '@/common/dic'
|
||||||
|
|
||||||
// import {mapGetters} from "vuex";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
comments: {
|
comments: {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user