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