删除无用代码 修改样式

This commit is contained in:
wangsongsole 2022-05-27 11:59:54 +08:00
parent 9ce82c2e26
commit 7457bcacf9
4 changed files with 8 additions and 10 deletions

View File

@ -575,7 +575,6 @@ export default class acclist extends React.Component {
tempdata.push(temp)
this.setState({ distdata: tempdata })
}
let id = sessionStorage.getItem('key_plan_id')
}
}
onAddKey() {
@ -1101,7 +1100,7 @@ export default class acclist extends React.Component {
},
{
title: '立减金平台批次号',
width: '200px',
width: '250px',
prop: 'channel_activity_id',
name: 'channel_activity_id',
type: 'normal'
@ -1122,7 +1121,7 @@ export default class acclist extends React.Component {
},
{
title: '有效时间段',
width: '250px',
width: '450px',
prop: 'effectDate',
name: 'effectDate',
type: 'normal'

View File

@ -934,7 +934,7 @@ export default class exchangedit extends React.Component {
},
{
title: '立减金平台批次号',
width: '200px',
width: '250px',
prop: 'channel_activity_id',
name: 'channel_activity_id',
type: 'normal'
@ -955,7 +955,7 @@ export default class exchangedit extends React.Component {
},
{
title: '有效时间段',
width: '250px',
width: '450px',
prop: 'effectDate',
name: 'effectDate',
type: 'normal'

View File

@ -919,7 +919,7 @@ export default class acclist extends React.Component {
},
{
title: '立减金平台批次号',
width: '200px',
width: '250px',
prop: 'channel_activity_id',
name: 'channel_activity_id',
type: 'normal'
@ -940,7 +940,7 @@ export default class acclist extends React.Component {
},
{
title: '有效时间段',
width: '250px',
width: '450px',
prop: 'effectDate',
name: 'effectDate',
type: 'normal'

View File

@ -532,7 +532,6 @@ export default class acclist extends React.Component {
return item.text
})
let tableData = this.state.distdata
let temp = {
title: this.state.codeInfo.code_name,
describe: this.state.codeInfo.describe,
@ -1162,7 +1161,7 @@ export default class acclist extends React.Component {
},
{
title: '立减金平台批次号',
width: '200px',
width: '250px',
prop: 'channel_activity_id',
name: 'channel_activity_id',
type: 'normal'
@ -1183,7 +1182,7 @@ export default class acclist extends React.Component {
},
{
title: '有效时间段',
width: '250px',
width: '450px',
prop: 'effectDate',
name: 'effectDate',
type: 'normal'