删除无用代码 修改样式

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

View File

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

View File

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

View File

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