|
|
@@ -96,7 +96,7 @@
|
|
|
></exportButton>
|
|
|
|
|
|
<el-button
|
|
|
- v-if="$hasPermission('eom:contact:push')"
|
|
|
+ v-if="$hasPermission('eom:saleorder:push')"
|
|
|
size="small"
|
|
|
type="primary"
|
|
|
class="ele-btn-icon"
|
|
|
@@ -880,6 +880,16 @@ export default {
|
|
|
: '';
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'externalId',
|
|
|
+ label: '是否推送',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 120,
|
|
|
+ formatter: (_row, _column, cellValue) => {
|
|
|
+ return _row.preOrderNo? '已推送' : '未推送';
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'orderStatus',
|
|
|
label: '审核状态',
|