Commit 0f8c6f0b by 陈超

a

parent 3b839a2a
......@@ -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;
......
......@@ -167,7 +167,7 @@
</template>
<script>
import {getOrderInfo,cancelOrderMethod} from '@/api/mall/merchantMallorder'
import {getOrderInfo} from '@/api/mall/merchantMallorder'
import {ZmMixin} from '@/mixins/ZmMixin.js'
export default {
name:"businessOrder",
......
......@@ -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