Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
1e9767ae
Commit
1e9767ae
authored
May 11, 2026
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
c082376c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+3
-3
index.js
src/plug/index.js
+1
-1
No files found.
src/components/tradePavilion/brandManagement.vue
View file @
1e9767ae
...
@@ -17,9 +17,9 @@
...
@@ -17,9 +17,9 @@
style=
"display: inline-block; width: 225px; height: 30px"
placeholder=
"请输入品牌名"
v-model=
"msg.BrandName"
style=
"display: inline-block; width: 225px; height: 30px"
placeholder=
"请输入品牌名"
v-model=
"msg.BrandName"
size=
"small"
clearable
>
size=
"small"
clearable
>
</el-input>
</el-input>
<span
style=
"margin-left: 10px"
>
商铺
性质
</span>
<span
style=
"margin-left: 10px"
>
商铺
区域
</span>
<el-select
class=
"w100"
@
change=
"(msg.pageIndex = 1), getList()"
style=
"margin-left: 10px"
<el-select
class=
"w100"
@
change=
"(msg.pageIndex = 1), getList()"
style=
"margin-left: 10px"
v-model=
"msg.ProjectType"
size=
"small"
placeholder=
"请选择商铺
性质
"
>
v-model=
"msg.ProjectType"
size=
"small"
placeholder=
"请选择商铺
区域
"
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
:label=
"x.Name"
:value=
"x.Id"
v-for=
"(x, y) in ProjectTypeList"
:key=
"y"
></el-option>
<el-option
:label=
"x.Name"
:value=
"x.Id"
v-for=
"(x, y) in ProjectTypeList"
:key=
"y"
></el-option>
</el-select>
</el-select>
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
{{
scope
.
row
.
EndBuiltUpArea
}}
平
</span>
{{
scope
.
row
.
EndBuiltUpArea
}}
平
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ProjectName"
label=
"商铺
性质
"
width=
"150"
>
<el-table-column
prop=
"ProjectName"
label=
"商铺
区域
"
width=
"150"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"BrandType"
label=
"品牌定位"
width=
"180"
>
<el-table-column
prop=
"BrandType"
label=
"品牌定位"
width=
"180"
>
</el-table-column>
</el-table-column>
...
...
src/plug/index.js
View file @
1e9767ae
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
},
},
//域名管理对象
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
Vue
.
prototype
.
domainManager
=
function
()
{
let
mallApiUrl
=
"http
s://mallapi.oytour.com
"
;
//商城接口地址
let
mallApiUrl
=
"http
://192.168.5.204:5000
"
;
//商城接口地址
let
javaUrl
=
'http://192.168.5.214:8018'
;
//资产Api地址
let
javaUrl
=
'http://192.168.5.214:8018'
;
//资产Api地址
let
vtUploadUrl
=
"http://192.168.5.214:8120"
;
//文件上传地址
let
vtUploadUrl
=
"http://192.168.5.214:8120"
;
//文件上传地址
let
vtViewUrl
=
"http://192.168.5.214:8130"
;
//文件预览地址
let
vtViewUrl
=
"http://192.168.5.214:8130"
;
//文件预览地址
...
...
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