no message

This commit is contained in:
hellcat 2026-06-16 18:54:17 +08:00
parent ece5b13dba
commit a4c4593136

View File

@ -20,10 +20,10 @@ final class MailMustlogController extends ListController
'id' => 'id', 'id' => 'id',
'to' => 'to', 'to' => 'to',
'title' => 'title', 'title' => 'title',
'error' => 'error',
'scene' => 'scene', 'scene' => 'scene',
'client' => 'client', 'client' => 'client',
'date' => 'date' 'date' => 'date',
'error' => 'error',
]; ];
// protected array $aValueStyle = [ // 特定文字渲染样式 // protected array $aValueStyle = [ // 特定文字渲染样式
@ -31,12 +31,13 @@ final class MailMustlogController extends ListController
// '开启' => "<span class='text-success'>开启</span>" // '开启' => "<span class='text-success'>开启</span>"
// ]; // ];
// protected array $aFieldTypes = [ protected array $aFieldTypes = [
'error' => 'text',
// 'custom_config' => 'json', // 'custom_config' => 'json',
// 'prev_day_width' => 'byte', // 'prev_day_width' => 'byte',
// 'node_bandwidth' => 'byte', // 'node_bandwidth' => 'byte',
// 'node_bandwidth_limit' => 'byte' // 'node_bandwidth_limit' => 'byte'
// ]; ];
protected array $aOrderBy = [ protected array $aOrderBy = [
[ [