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/zshare/createinterface/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/zshare/createinterface/index.jsx b/src/templates/zshare/createinterface/index.jsx index 172050a..222a936 100644 --- a/src/templates/zshare/createinterface/index.jsx +++ b/src/templates/zshare/createinterface/index.jsx @@ -153,10 +153,10 @@ required: true, options: [{ value: 'Y', - text: this.props.dict['header.form.true'] + text: this.props.dict['model.true'] }, { value: 'N', - text: this.props.dict['header.form.false'] + text: this.props.dict['model.false'] }] }, { type: 'radio', @@ -166,10 +166,10 @@ required: true, options: [{ value: 'Y', - text: this.props.dict['header.form.true'] + text: this.props.dict['model.true'] }, { value: 'N', - text: this.props.dict['header.form.false'] + text: this.props.dict['model.false'] }] }] }) -- Gitblit v1.8.0