diff --git a/src/views/order/index_credit.vue b/src/views/order/index_credit.vue index b09f67d..0f2bbe1 100644 --- a/src/views/order/index_credit.vue +++ b/src/views/order/index_credit.vue @@ -169,7 +169,7 @@ /> - + + + + + + + + 列表导出 + + + 导出订单 + 导出发货单 + + + - - - - - - - 列表导出 - - - 导出订单 - 导出发货单 - - - - + - + + - + + + + + + + + + + + + + + + + + - + - + -
建议尺寸:710*134px或710*460px(请根据平台要求选择尺寸,此图如未上传默认展示店铺背景图)
- +
建议尺寸:710*134px或710*460px(请根据平台要求选择尺寸,此图如未上传默认展示店铺背景图)
+
@@ -141,14 +141,14 @@
-
+
- +
@@ -205,6 +205,7 @@ filterable multiple placeholder="请选择营业时间" + style="width: 300px;" > - + @@ -259,7 +260,8 @@ - + + @@ -415,7 +417,7 @@ export default { // } // },100) // } - + // var checkPhone = (rule, value, callback) => { // if (value === '') { // callback(new Error('请输入电话号码')) @@ -538,7 +540,7 @@ export default { }, created() { this.getMapInfo() - + }, mounted: function() { @@ -615,7 +617,7 @@ export default { }) } else { that.uploadedQualifications = [] - } + } if(that.merData.is_margin == 1)(this.getCode()) }) }, @@ -670,7 +672,7 @@ export default { this.$message.error(rej.data.message) }) } - + }, // 获取支付二维码 getCode() { @@ -692,7 +694,7 @@ export default { getRecordList(){ let that = this that.loading = true; - marginRecordLst(that.tableFrom).then(async (res) => { + marginRecordLst(that.tableFrom).then(async (res) => { that.tableData.data = res.data.list; that.tableData.total = res.data.count; that.loading = false; @@ -978,7 +980,7 @@ export default { border-radius: 8px; padding: 10px; box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3); - + img{ width: 160px; height: 160px; @@ -988,7 +990,7 @@ export default { font-size: 16px; color: #303133; font-weight: normal; - + } .pay_price{ font-size: 18px; @@ -1003,7 +1005,7 @@ export default { .pay_time{ font-size: 12px; color: #6D7278; - + } }