From 0230dbe06ce2bf124b9f1ddc822e97c6cefe96b8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 八月 2020 23:19:27 +0800 Subject: [PATCH] 2020-08-12 --- src/templates/zshare/verifycard/index.jsx | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/templates/zshare/verifycard/index.jsx b/src/templates/zshare/verifycard/index.jsx index 87d2633..38d72fb 100644 --- a/src/templates/zshare/verifycard/index.jsx +++ b/src/templates/zshare/verifycard/index.jsx @@ -1666,23 +1666,6 @@ pagination={false} /> </TabPane> - <TabPane tab={card.Ot !== 'requiredOnce' ? '鍞竴鎬ч獙璇�' : '鍚岀被鏁版嵁楠岃瘉'} key="2"> - <UniqueForm - btn={card} - fields={card.Ot !== 'requiredOnce' ? fields : columnsFields} - dict={this.props.dict} - uniqueChange={this.uniqueChange} - wrappedComponentRef={(inst) => this.uniqueForm = inst} - /> - <Table - bordered - rowKey="uuid" - className="custom-table" - dataSource={verify.uniques} - columns={card.Ot !== 'requiredOnce' ? uniqueColumns : onceUniqueColumns} - pagination={false} - /> - </TabPane> <TabPane tab="鑷畾涔夐獙璇�" key="3"> <CustomForm dict={this.props.dict} @@ -1722,6 +1705,23 @@ pagination={false} /> </TabPane> + <TabPane tab={card.Ot !== 'requiredOnce' ? '鍞竴鎬ч獙璇�' : '鍚岀被鏁版嵁楠岃瘉'} key="2"> + <UniqueForm + btn={card} + fields={card.Ot !== 'requiredOnce' ? fields : columnsFields} + dict={this.props.dict} + uniqueChange={this.uniqueChange} + wrappedComponentRef={(inst) => this.uniqueForm = inst} + /> + <Table + bordered + rowKey="uuid" + className="custom-table" + dataSource={verify.uniques} + columns={card.Ot !== 'requiredOnce' ? uniqueColumns : onceUniqueColumns} + pagination={false} + /> + </TabPane> <TabPane tab="鍒涘缓鍑瘉" key="5"> <VoucherForm dict={this.props.dict} -- Gitblit v1.8.0