提交 12b02d66 authored 作者: 徐立's avatar 徐立

优化表格

上级 c76e304d
...@@ -864,7 +864,6 @@ class FormList extends React.Component { ...@@ -864,7 +864,6 @@ class FormList extends React.Component {
</Form> </Form>
); );
} }
render() { render() {
const { modalVisible, selectedRows, querys,tableWidth,rights ,data,isReady} = this.state; const { modalVisible, selectedRows, querys,tableWidth,rights ,data,isReady} = this.state;
...@@ -970,7 +969,8 @@ class FormList extends React.Component { ...@@ -970,7 +969,8 @@ class FormList extends React.Component {
if(isEmpty(item)){ if(isEmpty(item)){
return item return item
} }
if(index === this.columns.length-1){ if(index === this.columns.length-1&&this.columns[this.columns.length-1].title !== '操作'){
AllWidth+=150
item.width = '' item.width = ''
return item return item
} }
...@@ -988,7 +988,6 @@ class FormList extends React.Component { ...@@ -988,7 +988,6 @@ class FormList extends React.Component {
AllWidth+=100 AllWidth+=100
} }
} }
console.log(this.columns)
const xxxx = <><Card bordered={false} bodyStyle={{padding:0}}> const xxxx = <><Card bordered={false} bodyStyle={{padding:0}}>
<div className={styles.tableList}> <div className={styles.tableList}>
<div className={styles.tableListForm}>{this.renderForm()}</div> <div className={styles.tableListForm}>{this.renderForm()}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论