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
0b54fdeb
Commit
0b54fdeb
authored
Apr 25, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整咨询
parent
80a96668
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
22 deletions
+22
-22
consultList.vue
src/components/tradePavilion/consultList.vue
+19
-19
tradePavilionIndex.vue
src/components/tradePavilion/tradePavilionIndex.vue
+2
-2
index.js
src/plug/index.js
+1
-1
No files found.
src/components/tradePavilion/consultList.vue
View file @
0b54fdeb
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"consultList"
>
<div
class=
"consultList"
>
<template
v-if=
"!isShowInfo"
>
<template
v-if=
"!isShowInfo"
>
<div
class=
"head-title"
>
<div
class=
"head-title"
>
咨询管理
投诉建议
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div>
<div>
...
@@ -20,19 +20,19 @@
...
@@ -20,19 +20,19 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CompanyName"
label=
"公司名称"
>
<el-table-column
prop=
"CompanyName"
label=
"公司名称"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"FatCode"
label=
"海关编码"
>
<
!--
<
el-table-column
prop=
"FatCode"
label=
"海关编码"
>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"FatTitle"
label=
"咨询标题"
>
<
!--
<
el-table-column
prop=
"FatTitle"
label=
"咨询标题"
>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"FatQuestion"
label=
"
咨询问题
"
>
<el-table-column
prop=
"FatQuestion"
label=
"
投诉建议内容
"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Principal"
width=
"150"
label=
"联系人"
>
<el-table-column
prop=
"Principal"
width=
"150"
label=
"联系人"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Mobile"
width=
"150"
label=
"联系电话"
>
<el-table-column
prop=
"Mobile"
width=
"150"
label=
"联系电话"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"EMail"
width=
"150"
label=
"邮箱"
>
<
!--
<
el-table-column
prop=
"EMail"
width=
"150"
label=
"邮箱"
>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"AskStatusStr"
width=
"150"
label=
"
咨询
状态"
>
<el-table-column
prop=
"AskStatusStr"
width=
"150"
label=
"状态"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"address"
width=
"200"
label=
"操作"
>
<el-table-column
prop=
"address"
width=
"200"
label=
"操作"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -52,22 +52,22 @@
...
@@ -52,22 +52,22 @@
</template>
</template>
<
template
v-else
>
<
template
v-else
>
<div
class=
"head-title"
>
<div
class=
"head-title"
>
<span
@
click=
"isShowInfo=false"
style=
"color:rgb(64, 158, 255);cursor:pointer;"
>
咨询管理
</span><span
<span
@
click=
"isShowInfo=false"
style=
"color:rgb(64, 158, 255);cursor:pointer;"
>
投诉建议
</span><span
style=
"margin:0 9px;color:#C0C4CC"
>
/
</span><span>
咨询
详情
</span>
style=
"margin:0 9px;color:#C0C4CC"
>
/
</span><span>
详情
</span>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<el-form
label-width=
"120px"
>
<el-form
label-width=
"120px"
>
<el-form-item
label=
"公司名称"
>
<el-form-item
label=
"公司名称"
>
<el-input
type=
"text"
v-model=
"addMsg.CompanyName"
class=
"w400"
disabled
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.CompanyName"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"海关编码"
>
<
!--
<
el-form-item
label=
"海关编码"
>
<el-input
type=
"text"
v-model=
"addMsg.FatCode"
class=
"w400"
disabled
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.FatCode"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"咨询标题"
>
<
!--
<
el-form-item
label=
"咨询标题"
>
<el-input
type=
"text"
v-model=
"addMsg.FatTitle"
class=
"w400"
disabled
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.FatTitle"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"
咨询问题
"
>
<el-form-item
label=
"
投诉建议内容
"
>
<el-input
type=
"text"
v-model=
"addMsg.FatQuestion"
class=
"w400"
disabled
></el-input>
<el-input
:rows=
"4"
type=
"textarea"
v-model=
"addMsg.FatQuestion"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"联系人"
>
<el-form-item
label=
"联系人"
>
<el-input
type=
"text"
v-model=
"addMsg.Principal"
class=
"w400"
disabled
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.Principal"
class=
"w400"
disabled
></el-input>
...
@@ -75,9 +75,9 @@
...
@@ -75,9 +75,9 @@
<el-form-item
label=
"联系电话"
>
<el-form-item
label=
"联系电话"
>
<el-input
type=
"text"
v-model=
"addMsg.Mobile"
class=
"w400"
disabled
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.Mobile"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"E-Mail"
>
<
!--
<
el-form-item
label=
"E-Mail"
>
<el-input
type=
"text"
v-model=
"addMsg.EMail"
class=
"w400"
disabled
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.EMail"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"回复内容"
v-if=
"addMsg.AskStatus==1"
>
<el-form-item
label=
"回复内容"
v-if=
"addMsg.AskStatus==1"
>
<el-input
type=
"textarea"
v-model=
"addMsg.FatContent"
class=
"w400"
disabled
></el-input>
<el-input
type=
"textarea"
v-model=
"addMsg.FatContent"
class=
"w400"
disabled
></el-input>
</el-form-item>
</el-form-item>
...
...
src/components/tradePavilion/tradePavilionIndex.vue
View file @
0b54fdeb
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/consultList' }"
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/consultList' }"
@click="(isChecked = '/consultList'), CommonJump('consultList')">
@click="(isChecked = '/consultList'), CommonJump('consultList')">
<i
class=
"el-icon-menu"
></i><span>
咨询管理
</span>
<i
class=
"el-icon-menu"
></i><span>
投诉建议
</span>
</li>
</li>
<!--
<li
class=
"menu_item"
:class=
"
{'Fchecked':isChecked=='/investmentList'}"
<!--
<li
class=
"menu_item"
:class=
"
{'Fchecked':isChecked=='/investmentList'}"
@click="isChecked='/investmentList',CommonJump('investmentList')">
@click="isChecked='/investmentList',CommonJump('investmentList')">
...
@@ -308,7 +308,7 @@
...
@@ -308,7 +308,7 @@
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/consultList' }"
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/consultList' }"
@click="(isChecked = '/consultList'), CommonJump('consultList')">
@click="(isChecked = '/consultList'), CommonJump('consultList')">
<i
class=
"el-icon-menu"
></i><span>
咨询管理
</span>
<i
class=
"el-icon-menu"
></i><span>
投诉建议
</span>
</li>
</li>
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/ybRealAuthentication' }" @click="
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/ybRealAuthentication' }" @click="
...
...
src/plug/index.js
View file @
0b54fdeb
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
},
},
//域名管理对象
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
Vue
.
prototype
.
domainManager
=
function
()
{
let
mallApiUrl
=
"http
://192.168.5.46:8200
"
;
//商城接口地址
let
mallApiUrl
=
"http
s://mallapi.oytour.com
"
;
//商城接口地址
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