|
@@ -316,10 +316,10 @@
|
|
|
</template>
|
|
|
|
|
|
<template slot="option" slot-scope="text, record, index">
|
|
|
- <a-button type="primary" @click="adsCNY">增行</a-button>
|
|
|
+ <a @click="adsCNY">增行</a>
|
|
|
<a-divider type="vertical" />
|
|
|
<a-popconfirm title="确定删除吗?" ok-text="是" cancel-text="否" @confirm="deleteCNY(index)">
|
|
|
- <a-button type="danger" >删除</a-button>
|
|
|
+ <a style="color: red;" >删除</a>
|
|
|
</a-popconfirm>
|
|
|
</template>
|
|
|
<!-- CNY项目列 -->
|
|
@@ -365,10 +365,10 @@
|
|
|
</a-form-model-item>
|
|
|
</template>
|
|
|
<template slot="USDoption" slot-scope="text, record, index">
|
|
|
- <a-button type="primary" @click="adsUSD">增行</a-button>
|
|
|
+ <a @click="adsUSD">增行</a>
|
|
|
<a-divider type="vertical" />
|
|
|
<a-popconfirm title="确定删除吗?" ok-text="是" cancel-text="否" @confirm="deleteUSD(index)">
|
|
|
- <a-button type="danger" >删除</a-button>
|
|
|
+ <a style="color: red;" >删除</a>
|
|
|
</a-popconfirm>
|
|
|
</template>
|
|
|
<template slot="USDmoney" slot-scope="text, record, index">
|
|
@@ -594,7 +594,7 @@ export default {
|
|
|
title: '货代',
|
|
|
dataIndex: 'freightForwarder',
|
|
|
scopedSlots: { customRender: 'CNYfreighForward' },
|
|
|
- width: 60,
|
|
|
+ width: 95,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
@@ -607,13 +607,13 @@ export default {
|
|
|
title: '金额',
|
|
|
dataIndex: 'amount',
|
|
|
scopedSlots: { customRender: 'CNYmoney' },
|
|
|
- width: 60,
|
|
|
+ width: 50,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '项目列',
|
|
|
dataIndex: 'itemColumn',
|
|
|
- width: 60,
|
|
|
+ width: 55,
|
|
|
scopedSlots: { customRender: 'CNYProjectList' },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -626,7 +626,7 @@ export default {
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'option',
|
|
|
- width: 60,
|
|
|
+ width: 50,
|
|
|
scopedSlots: { customRender: 'option' },
|
|
|
className: 'replacecolor'
|
|
|
}
|
|
@@ -637,7 +637,7 @@ export default {
|
|
|
title: '货代',
|
|
|
dataIndex: 'freightForwarder',
|
|
|
scopedSlots: { customRender: 'USDfreighForward' },
|
|
|
- width: 60,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
@@ -650,13 +650,13 @@ export default {
|
|
|
title: '金额',
|
|
|
dataIndex: 'amount',
|
|
|
scopedSlots: { customRender: 'USDmoney' },
|
|
|
- width: 60,
|
|
|
+ width: 50,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '项目列',
|
|
|
dataIndex: 'itemColumn',
|
|
|
- width: 60,
|
|
|
+ width: 55,
|
|
|
scopedSlots: { customRender: 'USDProjectList' },
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -669,7 +669,7 @@ export default {
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'option',
|
|
|
- width: 60,
|
|
|
+ width: 50,
|
|
|
scopedSlots: { customRender: 'USDoption' },
|
|
|
className: 'replacecolor'
|
|
|
}
|