修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-14 09:35:08 +08:00
parent e2b582b6a3
commit d697908c8c
2 changed files with 25 additions and 12 deletions
@@ -15,20 +15,21 @@
<template slot="title"> <template slot="title">
<span v-html="item.module_type"></span> <span v-html="item.module_type"></span>
</template> </template>
<span style="cursor: pointer" v-html="item.module_type"></span> <span class="text-header-text" style="cursor: pointer" v-html="item.module_type"></span>
<template slot="title"> <template slot="title">
<span v-html="item.serial_number"></span> <span v-html="item.serial_number"></span>
</template> </template>
<span style="cursor: pointer" <span style="cursor: pointer"
class="text-header-text"
v-html="item.serial_number"></span> v-html="item.serial_number"></span>
<template slot="title"> <template slot="title">
<span v-html="item.title"></span> <span v-html="item.title"></span>
</template> </template>
<span style="cursor: pointer" v-html="item.title"></span> <span class="text-header-text" style="cursor: pointer" v-html="item.title"></span>
<template slot="title"> <template slot="title">
<span v-html="item.file_name"></span> <span v-html="item.file_name"></span>
</template> </template>
<span style="cursor: pointer" v-html="item.file_name"></span> <span class="text-header-text" style="cursor: pointer" v-html="item.file_name"></span>
</a-tooltip> </a-tooltip>
<!-- <a-tooltip placement="topLeft" :mouseEnterDelay="0.5">--> <!-- <a-tooltip placement="topLeft" :mouseEnterDelay="0.5">-->
@@ -260,17 +261,29 @@
.text-header { .text-header {
margin-bottom: 11px; margin-bottom: 11px;
span { .text-header-text {
margin-right: 52px; margin-right: 52px;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #040B29; color: #040B29;
display: inline-block; display: inline-block;
max-width: 500px; max-width: 180px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
/*span {*/
/* margin-right: 52px;*/
/* font-size: 16px;*/
/* font-weight: bold;*/
/* color: #040B29;*/
/* display: inline-block;*/
/* max-width: 500px;*/
/* text-overflow: ellipsis;*/
/* white-space: nowrap;*/
/* overflow: hidden;*/
/*}*/
} }
.text-content { .text-content {
@@ -100,12 +100,12 @@
description: '系统通告表管理页面', description: '系统通告表管理页面',
queryParam: {}, queryParam: {},
selectedRowKeys: [], selectedRowKeys: [],
// '5': this.$t('taskRegulationComplianceTask'),
msgCategoryQuery: { msgCategoryQuery: {
'1': this.$t('SubscriptionNotification'), '1': this.$t('SubscriptionNotification'),
'2': this.$t('warningInformation'), '2': this.$t('warningInformation'),
'3': this.$t('ForwardPush'), '3': this.$t('ForwardPush'),
'4': this.$t('authenticationMessage'), '4': this.$t('authenticationMessage'),
'5': this.$t('taskRegulationComplianceTask'),
'6':this.$t('RegulationListConfirmationTask'), '6':this.$t('RegulationListConfirmationTask'),
'7':this.$t('RegulationListConfirmationNotification'), '7':this.$t('RegulationListConfirmationNotification'),
'8':this.$t('RegulationTaskConfirmation'), '8':this.$t('RegulationTaskConfirmation'),