From 58a28e1faa15f638a136fefdcfcd0b3106c1fa16 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 24 六月 2020 10:18:54 +0800 Subject: [PATCH] 2020-06-24 --- src/templates/sharecomponent/tabscomponent/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/tabscomponent/index.jsx b/src/templates/sharecomponent/tabscomponent/index.jsx index feb6bec..901394a 100644 --- a/src/templates/sharecomponent/tabscomponent/index.jsx +++ b/src/templates/sharecomponent/tabscomponent/index.jsx @@ -227,7 +227,7 @@ confirm({ content: `纭畾鍒犻櫎<<${card.label}>>鍚楋紵`, okText: this.state.dict['model.confirm'], - cancelText: this.state.dict['header.cancel'], + cancelText: this.state.dict['model.cancel'], onOk() { tabgroups = tabgroups.map(_group => { if (_group.uuid === group.uuid) { @@ -268,7 +268,7 @@ confirm({ content: `纭畾鏂板缓鏍囩缁勫悧锛焋, okText: this.state.dict['model.confirm'], - cancelText: this.state.dict['header.cancel'], + cancelText: this.state.dict['model.cancel'], onOk() { if (_tabgroups.length === 1) { _tabgroups.forEach(group => { @@ -302,7 +302,7 @@ confirm({ content: `纭畾鍒犻櫎鏍囩缁勫悧锛焋, okText: this.state.dict['model.confirm'], - cancelText: this.state.dict['header.cancel'], + cancelText: this.state.dict['model.cancel'], onOk() { _tabgroups = _tabgroups.filter(_group => _group.uuid !== group.uuid) -- Gitblit v1.8.0