Commit 9f74555d by cpa

Merge remote-tracking branch 'origin/master'

parents 607a25ba 7ad3fc21
......@@ -29,7 +29,7 @@
</el-tooltip>
<el-dropdown>
<span class="el-dropdown-link">
{{ userInfo.username }}
{{ userInfo.nickname }}
<i class="el-icon-arrow-down el-icon--right"/>
</span>
<el-dropdown-menu slot="dropdown">
......
......@@ -725,6 +725,9 @@
align-items: center;
}
>>> .el-input-number__increase {
right: 1px!important
}
.zm_info_body .zm_info_row:not(:first-child) {
margin-top: 10px;
......
......@@ -162,12 +162,13 @@
确认取消</el-button>
</span>
</el-dialog>
<el-button type="primary" class="self_center" style="width: 100px;margin-top: 16px;" @click="$router.go(-1)">返回</el-button>
</basic-container>
</div>
</template>
<script>
import {getOrderInfo,cancelOrderMethod} from '@/api/mall/merchantMallorder'
import {getOrderInfo} from '@/api/mall/merchantMallorder'
import {ZmMixin} from '@/mixins/ZmMixin.js'
import {cancelOrderSubApi, shipsImmediatelyApi} from "@/api/mall/merchantMallgoods";
export default {
......
......@@ -3,7 +3,7 @@
* https://cli.vuejs.org/zh/config/
*/
const url = 'http://linshenxs-gateway:9999'
// const url = 'http://47.108.51.175:9999'
//const url = 'http://47.108.51.175:9999'
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']
module.exports = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment