|
@@ -108,8 +108,8 @@ export default {
|
|
|
sourceData: [],
|
|
|
priceVal: undefined,
|
|
|
columns: [
|
|
|
- { title: '产品编码', dataIndex: 'productCode', scopedSlots: { customRender: 'productCode' }, width: '20%', align: 'center' },
|
|
|
- { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '产品编码', dataIndex: 'productCode', scopedSlots: { customRender: 'productCode' }, width: '15%', align: 'center' },
|
|
|
+ { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '价格变更前',
|
|
|
children: [
|
|
|
{
|
|
@@ -203,7 +203,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
.tipModal-content{
|
|
|
- width:85%;
|
|
|
+ width:87%;
|
|
|
margin:30px auto 0;
|
|
|
text-align:center;
|
|
|
.tipModal-tit{
|