Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
web
soss
Commits
f34ce0d4
Commit
f34ce0d4
authored
2 years ago
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
bf7dc4c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/components/SelectSpecs/index.vue
+1
-0
src/views/system/base/index.vue
+2
-2
vue.config.js
+1
-1
No files found.
src/components/SelectSpecs/index.vue
View file @
f34ce0d4
...
...
@@ -21,6 +21,7 @@
</el-table-column>
<el-table-column
label=
"规格名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"规格编码"
align=
"center"
prop=
"code"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remarks"
/>
<el-table-column
label=
"原料备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"选项"
align=
"center"
prop=
"specRules"
>
<
template
slot-scope=
"scope"
>
...
...
This diff is collapsed.
Click to expand it.
src/views/system/base/index.vue
View file @
f34ce0d4
...
...
@@ -4,9 +4,9 @@
<el-tab-pane
label=
"左侧图片"
name=
"first"
>
<LeftImg
:initValue=
"workValue['menu.left']"
/>
</el-tab-pane>
<el-tab-pane
label=
"右侧图片"
name=
"second"
>
<
!--
<
el-tab-pane
label=
"右侧图片"
name=
"second"
>
<Right
:initValue=
"workValue['menu.right']"
/>
</el-tab-pane>
</el-tab-pane>
-->
<el-tab-pane
label=
"其他设置"
name=
"third"
>
<el-form
ref=
"form"
label-width=
"180px"
>
<el-form-item
label=
"每件商品数量"
>
...
...
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
f34ce0d4
...
...
@@ -35,7 +35,7 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`
https://hooloo-api.gdatac.com/
`
,
target
:
`
140.143.224.240:8091
`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
"^"
+
process
.
env
.
VUE_APP_BASE_API
]:
""
,
...
...
This diff is collapsed.
Click to expand it.
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