【update】-会议发布bug的修改

This commit is contained in:
fengchenchen
2023-07-18 18:36:57 +08:00
parent 8c81312cc0
commit 783de93934
2 changed files with 10 additions and 8 deletions
@@ -53,17 +53,17 @@ export default {
computed: {
requestUrl() {
switch (Number(this.meetingType)) {
case '1':
case 1:
return requestUrlObj.workGroupMeetingUrl
case '2':
case 2:
return requestUrlObj.standardsMeetingUrl
case '3':
case 3:
return requestUrlObj.internalMeetingUrl
case '4':
case 4:
return requestUrlObj.otherMeetingUrl
case '5':
case 5:
return requestUrlObj.committeeMeetingUrl
case '6':
case 6:
return requestUrlObj.councilMeetingUrl
// 为了解决控制台报错写的
default:return requestUrlObj.workGroupMeetingUrl
+4 -2
View File
@@ -62,8 +62,10 @@
<!-- <a @click="handleDelete(record.id)" v-has="'sys:dict:del'">删除</a>-->
</span>
<template slot="text" slot-scope="text">
<span v-if="!text"></span>
<j-ellipsis :value="text" :length="10"></j-ellipsis>
<a-tooltip>
<template slot="title">{{ text }}</template>
<div class="table-text">{{ text }}</div>
</a-tooltip>
</template>
</a-table>