邮件列表列宽调整
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-03-11 13:11:59 +08:00
parent 0785219954
commit 7a69227888
1 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,7 @@
:label="$t('dictionary:email:label:businessLevel')"
sortable="custom"
show-overflow-tooltip
min-width="100"
min-width="150"
>
<template slot-scope="scope">
{{ $fd('BusinessLevel', scope.row.BusinessLevelEnum) }}
@ -218,7 +218,7 @@
:label="$t('dictionary:email:label:businessModule')"
sortable="custom"
show-overflow-tooltip
min-width="100"
min-width="160"
>
<template slot-scope="scope">
{{ $fd('BusinessModule', scope.row.BusinessModuleEnum) }}
@ -276,7 +276,7 @@
:label="$t('dictionary:email:label:IsUrgent')"
sortable="custom"
show-overflow-tooltip
min-width="100"
min-width="110"
>
<template slot-scope="scope">
{{ $fd('EmailUrgent', scope.row.EmailUrgentEnum) }}