This commit is contained in:
cwchen 2024-11-16 16:28:29 +08:00
parent beea5ea151
commit 5f95075ae7
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ function viewGs(obj) {
type: 1,
shade: false, // 不显示遮罩
content: '<div style="padding: 1%;">' + obj.infoMsg + '</div>',
title: '<h3 style="color: #F56C6C;">' + obj.times + '盘点概述:</h3>',
title: '<h3 style="color: #F56C6C;">' + obj.startTime + '~' + obj.endTime + '盘点概述:</h3>',
btn: ['复制文字', '关闭'],
area: ['60%', '50%'],
move: false,