From cda558b3fe6f6e6ec6258ddc1126484c477e837d Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 19 十月 2023 15:20:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/integration/applicationForm.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/integration/applicationForm.vue b/Source/UBCS-WEB/src/views/integration/applicationForm.vue index 6cd1ac7..a6c4e23 100644 --- a/Source/UBCS-WEB/src/views/integration/applicationForm.vue +++ b/Source/UBCS-WEB/src/views/integration/applicationForm.vue @@ -29,6 +29,7 @@ stateParam: {}, option: { height: "auto", + tip:false, index: true, border: true, addBtn: false, @@ -172,4 +173,4 @@ }, } } -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3