自动化立体仓库 - WMS系统
pang.jiabao
2024-12-21 1be60ce2fa3226a6c2e25ed5c49f3d720efa44fa
许可证到期三天前界面提示
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html
@@ -147,7 +147,7 @@
      success: function (res) {
        if (res.code == 200) {
          let days = res.data
          if (days <= 30) {
          if (days <= 3) {
            $("#licenseShow").show()
            $("#licenseDays").html(days)
          }