|
|
@@ -6,27 +6,27 @@
|
|
|
@expand-change="expandChange" @refresh-change="refreshChange"
|
|
|
@resetColumn="resetColumnTwo('crud', 'option', 'optionList', 269)"
|
|
|
@saveColumn="saveColumnTwo('crud', 'option', 'optionList', 269)" :page.sync="page">
|
|
|
- <template slot-scope="{ row }" slot="status">
|
|
|
+ <!-- <template slot-scope="{ row }" slot="status">
|
|
|
<span v-for="(item, index) in orderStatusList" :key="index">
|
|
|
<span v-if="item.dictKey == row.status" :style="{ background: item.colour }" class="bottomBox">
|
|
|
{{ item.dictValue }}
|
|
|
</span>
|
|
|
</span>
|
|
|
- </template>
|
|
|
- <template slot-scope="{ row }" slot="actualPaymentStatus">
|
|
|
+ </template> -->
|
|
|
+ <!-- <template slot-scope="{ row }" slot="actualPaymentStatus">
|
|
|
<span v-for="(item, index) in actualStatusList" :key="index">
|
|
|
<span v-if="item.dictKey == row.actualPaymentStatus" :style="{ background: item.colour }" class="bottomBox">
|
|
|
{{ item.dictValue }}
|
|
|
</span>
|
|
|
</span>
|
|
|
- </template>
|
|
|
- <template slot-scope="{ row }" slot="returnsStatus">
|
|
|
+ </template> -->
|
|
|
+ <!-- <template slot-scope="{ row }" slot="returnsStatus">
|
|
|
<span v-for="(item, index) in returnStatusList" :key="index">
|
|
|
<span v-if="item.dictKey == row.returnsStatus" :style="{ background: item.colour }" class="bottomBox">
|
|
|
{{ item.dictValue }}
|
|
|
</span>
|
|
|
</span>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<!--actualPaymentStatus-->
|
|
|
<template slot-scope="{ row }" slot="expand">
|
|
|
<avue-crud :data="row.itemData" :option="itemOption" :table-loading="row.itemLoading" :cell-style="cellStyle"
|
|
|
@@ -244,11 +244,12 @@ export default {
|
|
|
label: "dictValue",
|
|
|
value: "dictKey"
|
|
|
}
|
|
|
- }, {
|
|
|
- label: '所属公司',
|
|
|
- prop: "salesCompanyName",
|
|
|
- overHidden: true,
|
|
|
- },
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // label: '所属公司',
|
|
|
+ // prop: "salesCompanyName",
|
|
|
+ // overHidden: true,
|
|
|
+ // },
|
|
|
{
|
|
|
label: '店铺名称',
|
|
|
prop: "customerName",
|