style: 移除小屏幕下任务状态宽带106设置
This commit is contained in:
parent
c19c324b3c
commit
3e8e25828a
|
@ -53,7 +53,7 @@
|
|||
{ title: "下次执行时间", field: "NextRuntime", sortable: true },
|
||||
{ title: "触发条件", field: "TriggerExpression", sortable: false },
|
||||
{ title: "执行结果", field: "LastRunResult", sortable: false, align: 'center', formatter: resultFormatter },
|
||||
{ title: "状态", field: "Status", sortable: true, align: 'center', width: 106, formatter: stateFormatter }
|
||||
{ title: "状态", field: "Status", sortable: true, align: 'center', formatter: stateFormatter }
|
||||
],
|
||||
editButtons: {
|
||||
events: {
|
||||
|
|
Loading…
Reference in New Issue