Commit 4b48455b by zhaochengxiang

模型页面调整

parent eb045ef9
...@@ -409,10 +409,6 @@ const ImportActionIndex = (props) => { ...@@ -409,10 +409,6 @@ const ImportActionIndex = (props) => {
const columns = [ const columns = [
{ {
title: '',
width: 48,
},
{
title: '序号', title: '序号',
dataIndex: 'key', dataIndex: 'key',
editable: false, editable: false,
......
...@@ -686,6 +686,7 @@ const ImportActionTable = (props) => { ...@@ -686,6 +686,7 @@ const ImportActionTable = (props) => {
rowClassName="editable-row" rowClassName="editable-row"
pagination={false} pagination={false}
expandable={{ expandable={{
columnWidth: 0,
expandedRowRender: record => ( expandedRowRender: record => (
<> <>
{ {
......
...@@ -55,6 +55,7 @@ const WordTemplateModal = (props) => { ...@@ -55,6 +55,7 @@ const WordTemplateModal = (props) => {
} }
const reset = () => { const reset = () => {
setConfirmLoading(false);
setFileList([]); setFileList([]);
} }
...@@ -62,7 +63,7 @@ const WordTemplateModal = (props) => { ...@@ -62,7 +63,7 @@ const WordTemplateModal = (props) => {
<Modal <Modal
forceRender forceRender
visible={visible} visible={visible}
title='word模版配置' title='Word模版配置'
width={520} width={520}
confirmLoading={confirmLoading} confirmLoading={confirmLoading}
onCancel={() => { onCancel={() => {
......
...@@ -232,7 +232,7 @@ class Model extends React.Component { ...@@ -232,7 +232,7 @@ class Model extends React.Component {
/> />
</Space> </Space>
<Space> <Space>
<Button type="primary" onClick={this.onWordTemplateCURDClick}>word模版配置</Button> <Button type="primary" onClick={this.onWordTemplateCURDClick}>Word模版配置</Button>
<Button type="primary" onClick={this.onTemplateCURDClick}>字段追加配置</Button> <Button type="primary" onClick={this.onTemplateCURDClick}>字段追加配置</Button>
</Space> </Space>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment