feature(web): 增加跨天版本表显示
This commit is contained in:
@@ -1403,6 +1403,11 @@ let tableRunningStateMapping = [
|
||||
mappingItem('未运行', 'false'),
|
||||
]
|
||||
|
||||
let versionUpdateStateMapping = [
|
||||
mappingItem('已跨天', 'true', 'label-success'),
|
||||
mappingItem('未跨天', 'false', 'label-danger'),
|
||||
]
|
||||
|
||||
function mappingField(field, mapping) {
|
||||
let mapData = {
|
||||
'*': `<span class='label bg-gray-300'>\${${field}}</span>`,
|
||||
|
||||
Reference in New Issue
Block a user