no message
This commit is contained in:
parent
ece5b13dba
commit
a4c4593136
@ -20,10 +20,10 @@ final class MailMustlogController extends ListController
|
||||
'id' => 'id',
|
||||
'to' => 'to',
|
||||
'title' => 'title',
|
||||
'error' => 'error',
|
||||
'scene' => 'scene',
|
||||
'client' => 'client',
|
||||
'date' => 'date'
|
||||
'date' => 'date',
|
||||
'error' => 'error',
|
||||
];
|
||||
|
||||
// protected array $aValueStyle = [ // 特定文字渲染样式
|
||||
@ -31,12 +31,13 @@ final class MailMustlogController extends ListController
|
||||
// '开启' => "<span class='text-success'>开启</span>"
|
||||
// ];
|
||||
|
||||
// protected array $aFieldTypes = [
|
||||
protected array $aFieldTypes = [
|
||||
'error' => 'text',
|
||||
// 'custom_config' => 'json',
|
||||
// 'prev_day_width' => 'byte',
|
||||
// 'node_bandwidth' => 'byte',
|
||||
// 'node_bandwidth_limit' => 'byte'
|
||||
// ];
|
||||
];
|
||||
|
||||
protected array $aOrderBy = [
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user