mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-08 16:08:23 +08:00
分润配置
This commit is contained in:
@@ -220,8 +220,8 @@
|
||||
<order-report ref="orderReport"></order-report>
|
||||
</el-tab-pane>
|
||||
|
||||
<el-tab-pane label="分润配置" name="Config">
|
||||
<Config ref="orderReport"></Config>
|
||||
<el-tab-pane label="分润配置" name="Config">
|
||||
<Config :stationId="stationId" :merchantId="merchantId"></Config>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
@@ -281,7 +281,7 @@ export default {
|
||||
stationOrderList,
|
||||
stationWhiteList,
|
||||
OrderReport,
|
||||
Config
|
||||
Config,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -306,6 +306,7 @@ export default {
|
||||
parkingDisableFlag: true,
|
||||
exchange: [],
|
||||
firstList: [], //第一次复选框的默认值
|
||||
merchantId: this.$route.params.merchantId, //运营商id
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user