|
|
@@ -198,7 +198,7 @@ export default {
|
|
|
{label:this.$t('税号'),value:this.accountInfo.taxno},
|
|
|
{label:this.$t('免运费金额'),value:this.accountInfo.freefreightamount},
|
|
|
{label:this.$t('订单可退货天数'),value:this.accountInfo.limitreturnday},
|
|
|
- {label:this.$t('是否订单审核可开票'),value:this.accountInfo.invoicingpoint == '1' ? this.$t('订单审核') : this.$t('发货')},
|
|
|
+ {label:this.$t('开票节点'),value:this.accountInfo.invoicingpoint == '1' ? this.$t('订单审核') : this.$t('发货单关闭')},
|
|
|
{label:this.$t('是否授权所有营销类别'),value:this.accountInfo.saleclassauth ? this.$t('否') : this.$t('是')},
|
|
|
{
|
|
|
label:this.$t('商品授权管控'),
|