[update] 工作组、分标委文字修改;分标委添加简称;理事会增删改查

This commit is contained in:
zhaoxiao
2021-12-13 15:07:49 +08:00
parent 7f4b59a823
commit 5f0a106ffc
8 changed files with 740 additions and 41 deletions
@@ -92,12 +92,12 @@
</template>
<span slot="action" class="action-span-cell" slot-scope="text, record">
<a @click="goFilesMaintenance(record)" v-has="'workingGroupProject:fileMaintenance'">文件维护</a>
<a @click="goConferenceMaintenance(record)" v-has="'workingGroupProject:meetingMaintenance'">会议维护</a>
<a @click="goFilesMaintenance(record)" v-has="'workingGroupProject:fileMaintenance'">其他分发资料</a>
<a @click="goConferenceMaintenance(record)" v-has="'workingGroupProject:meetingMaintenance'">工作组会议</a>
<a @click="copyWorkGroup(record.id)" v-has="'workingGroupProject:copy'"
v-if="record.checkoutOperation === 1">复制</a>
<a @click="handleEdit(record)" v-has="'workingGroupProject:edit'"
v-if="record.checkoutOperation === 1">编辑</a>
v-if="record.checkoutOperation === 1">基本信息维护</a>
<a @click="handleDelete(record.id)" v-has="'workingGroupProject:delete'"
v-if="record.checkoutOperation === 1">删除</a>
</span>
@@ -160,7 +160,7 @@ export default {
align: 'center',
dataIndex: 'principalNameA'
}, {
title: '进度',
title: '收款进度',
align: 'center',
dataIndex: 'obj',
width: 250,
@@ -170,7 +170,7 @@ export default {
dataIndex: 'action',
align: 'center',
fixed: 'right',
width: 300,
width: 420,
scopedSlots: { customRender: 'action' }
}
],