工作组项目管理--成员维护
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
|
||||
<!-- 工作组名称-->
|
||||
<template slot="projectName" slot-scope="text, record">
|
||||
<div class="project-name" @click="goMemberUnitMaintenance(record)">{{ text }}</div>
|
||||
<div class="primary-color" @click="goMemberUnitMaintenance(record)">{{ text }}</div>
|
||||
</template>
|
||||
|
||||
<!-- 进度-->
|
||||
@@ -161,17 +161,6 @@ export default {
|
||||
width: 180,
|
||||
scopedSlots: { customRender: 'action' }
|
||||
}
|
||||
],
|
||||
dataSource: [
|
||||
{
|
||||
id: 1,
|
||||
workingGroupProject: '2021标准工作组',
|
||||
post: {
|
||||
payInFull: 10,
|
||||
partialPayment: 8,
|
||||
nonPayment: 12
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -191,7 +180,7 @@ export default {
|
||||
},
|
||||
goMemberUnitMaintenance(record) {
|
||||
this.$router.push({
|
||||
path: '/projectManagement/MemberUnitMaintenance',
|
||||
path: '/projectManagement/WorkingGroupMemberUnitMaintenance',
|
||||
query: {
|
||||
workingGroupProject: record.workingGroupProject,
|
||||
workingGroupProjectId: record.id
|
||||
@@ -205,14 +194,6 @@ export default {
|
||||
<style scoped lang="less">
|
||||
@import '~@assets/less/common.less';
|
||||
|
||||
.project-name {
|
||||
color: #069f99;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
float: right;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user