Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
0f8c6f0b
Commit
0f8c6f0b
authored
Jul 21, 2022
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
3b839a2a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
src/page/index/top/index.vue
+1
-1
src/views/businessGoods/goodsEdit/goods_edit.vue
+3
-0
src/views/businessOrder/details.vue
+1
-1
vue.config.js
+1
-1
No files found.
src/page/index/top/index.vue
View file @
0f8c6f0b
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</el-tooltip>
</el-tooltip>
<el-dropdown>
<el-dropdown>
<span
class=
"el-dropdown-link"
>
<span
class=
"el-dropdown-link"
>
{{
userInfo
.
user
name
}}
{{
userInfo
.
nick
name
}}
<i
class=
"el-icon-arrow-down el-icon--right"
/>
<i
class=
"el-icon-arrow-down el-icon--right"
/>
</span>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-menu
slot=
"dropdown"
>
...
...
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
0f8c6f0b
...
@@ -725,6 +725,9 @@
...
@@ -725,6 +725,9 @@
align-items
:
center
;
align-items
:
center
;
}
}
>>>
.el-input-number__increase
{
right
:
1px
!important
}
.zm_info_body
.zm_info_row
:not
(
:first-child
)
{
.zm_info_body
.zm_info_row
:not
(
:first-child
)
{
margin-top
:
10px
;
margin-top
:
10px
;
...
...
src/views/businessOrder/details.vue
View file @
0f8c6f0b
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
getOrderInfo
,
cancelOrderMethod
}
from
'@/api/mall/merchantMallorder'
import
{
getOrderInfo
}
from
'@/api/mall/merchantMallorder'
import
{
ZmMixin
}
from
'@/mixins/ZmMixin.js'
import
{
ZmMixin
}
from
'@/mixins/ZmMixin.js'
export
default
{
export
default
{
name
:
"businessOrder"
,
name
:
"businessOrder"
,
...
...
vue.config.js
View file @
0f8c6f0b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* https://cli.vuejs.org/zh/config/
* https://cli.vuejs.org/zh/config/
*/
*/
const
url
=
'http://linshenxs-gateway:9999'
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
CompressionWebpackPlugin
=
require
(
'compression-webpack-plugin'
)
const
productionGzipExtensions
=
[
'js'
,
'css'
]
const
productionGzipExtensions
=
[
'js'
,
'css'
]
module
.
exports
=
{
module
.
exports
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment