From 6553350af1d6cae320d87c49563dfd9431d79f2d Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 10 May 2023 14:25:19 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/ypzs/view/taskView.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebRoot/html/ypzs/view/taskView.html b/WebRoot/html/ypzs/view/taskView.html index b714a7f..c41fafd 100644 --- a/WebRoot/html/ypzs/view/taskView.html +++ b/WebRoot/html/ypzs/view/taskView.html @@ -145,11 +145,15 @@ initMaximized: true, headerToolbar: ['close'], footerToolbar: [ + 'zoomIn', + 'zoomOut', 'rotateLeft', 'rotateRight' ], i18n: { close: '关闭', + zoomIn: '放大', + zoomOut: '缩小', rotateLeft: '向左旋转', rotateRight: '向右旋转' }