fix 上线修改样式
This commit is contained in:
@@ -238,7 +238,7 @@ export default {
|
|||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: 200,
|
width: 220,
|
||||||
scopedSlots: { customRender: 'action' }
|
scopedSlots: { customRender: 'action' }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<template v-if="dataSource && dataSource !== {}">
|
<template v-if="dataSource && dataSource !== {}">
|
||||||
<div class="detail-line">
|
<div class="detail-line">
|
||||||
<label>快递公司:</label>
|
<label>快递公司:</label>
|
||||||
<span>{{ dataSource.sendMethod }}</span>
|
<span>{{ dataSource.sendMethod_dictText }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="detail-operate">
|
<div class="detail-operate">
|
||||||
<div class="detail-line">
|
<div class="detail-line">
|
||||||
|
|||||||
@@ -282,7 +282,7 @@ export default {
|
|||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: 200,
|
width: 220,
|
||||||
scopedSlots: { customRender: 'action' }
|
scopedSlots: { customRender: 'action' }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user