From 1f1e7a81d2e938159878d2d7ff43079df8f54240 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 01 三月 2024 15:29:33 +0800 Subject: [PATCH] 超限报警页面分页查询每页条数由10,20,30调整为30,50,100 --- src/components/layouts/TabLayout.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index c04e062..9f619a5 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -165,7 +165,7 @@ // update-begin-author:sunjianlei date:20200120 for: 鍔ㄦ�佹洿鏀归〉闈㈡爣棰� changeTitle(title) { - let projectTitle = "缁熻鍒嗘瀽" + let projectTitle = "MDC鏅烘収杞﹂棿" // 棣栭〉鐗规畩澶勭悊 if (this.$route.path === indexKey) { document.title = projectTitle -- Gitblit v1.9.3