fix 上线修改样式

This commit is contained in:
lijiarao
2022-05-12 12:05:19 +08:00
parent f7706670e6
commit c24e9cadbc
3 changed files with 3 additions and 3 deletions
@@ -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' }
}
],