Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
中汽测评-信息安全测评系统
web
Commits
db2f2105
Commit
db2f2105
authored
Mar 18, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70604 70626 70649
parent
8f692ef2
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
41 additions
and
27 deletions
+41
-27
.env.production
.env.production
+1
-1
.env.staging
.env.staging
+1
-1
index.vue
src/views/processing/carTest/execution-test-plan/index.vue
+1
-1
index.vue
src/views/processing/fileLibrary/index.vue
+6
-0
index.vue
src/views/setting/company/index.vue
+7
-0
index.vue
src/views/setting/testMatrix/useCaseDetails/index.vue
+4
-3
index.vue
src/views/system/config/index.vue
+4
-4
index.vue
src/views/system/dict/index.vue
+4
-4
index.vue
src/views/system/post/index.vue
+4
-4
index.vue
src/views/system/role/index.vue
+4
-4
index.vue
src/views/system/user/index.vue
+4
-4
vue.config.js
vue.config.js
+1
-1
No files found.
.env.production
View file @
db2f2105
...
...
@@ -10,4 +10,4 @@ VUE_APP_BASE_API = '/prod-api'
# 图片服务器地址
VUE_APP_IMAGE_API ='/'
VUE_APP_CLIENT_API = 'http://10.12.48.
78:8090
'
VUE_APP_CLIENT_API = 'http://10.12.48.
80:1234
'
.env.staging
View file @
db2f2105
...
...
@@ -9,4 +9,4 @@ VUE_APP_BASE_API = 'http://49.232.167.247:22032'
# 图片服务器地址
VUE_APP_IMAGE_API = 'http://49.232.167.247:22037'
VUE_APP_CLIENT_API = 'http://10.12.48.
78:8090
'
VUE_APP_CLIENT_API = 'http://10.12.48.
80:1234
'
src/views/processing/carTest/execution-test-plan/index.vue
View file @
db2f2105
...
...
@@ -23,7 +23,7 @@ export default {
},
mounted
()
{
const
id
=
this
.
$route
.
query
.
id
this
.
url
=
`http://10.12.48.
78:8090
/car/complianceTestingCenter/projectOverView/project_items;
${
id
}
`
this
.
url
=
`http://10.12.48.
80:1234
/car/complianceTestingCenter/projectOverView/project_items;
${
id
}
`
},
methods
:
{}
}
...
...
src/views/processing/fileLibrary/index.vue
View file @
db2f2105
...
...
@@ -75,6 +75,7 @@
sortable
min-width=
"210"
prop=
"enterpriseName"
show-overflow-tooltip
align=
"left"
>
</el-table-column>
...
...
@@ -82,6 +83,7 @@
prop=
"fileName"
label=
"文件名称"
min-width=
"220"
show-overflow-tooltip
align=
"left"
>
</el-table-column>
...
...
@@ -89,6 +91,7 @@
prop=
"version"
label=
"文件版本"
min-width=
"100"
show-overflow-tooltip
align=
"left"
>
</el-table-column>
...
...
@@ -96,6 +99,7 @@
prop=
"publishDate"
label=
"发布日期"
min-width=
"100"
show-overflow-tooltip
align=
"left"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -121,6 +125,7 @@
prop
=
"storage"
label
=
"存储位置"
min
-
width
=
"210"
show
-
overflow
-
tooltip
align
=
"left"
>
<
/el-table-column
>
...
...
@@ -128,6 +133,7 @@
prop
=
"identifyNumber"
label
=
"文件识别号"
min
-
width
=
"170"
show
-
overflow
-
tooltip
align
=
"left"
>
<
/el-table-column
>
...
...
src/views/setting/company/index.vue
View file @
db2f2105
...
...
@@ -81,6 +81,7 @@
</el-table-column>
<el-table-column
label=
"企业名称"
show-overflow-tooltip
prop=
"enterpriseName"
min-width=
"200"
align=
"left"
...
...
@@ -88,6 +89,7 @@
</el-table-column>
<el-table-column
label=
"企业地址"
show-overflow-tooltip
min-width=
"200"
prop=
"address"
align=
"left"
...
...
@@ -95,6 +97,7 @@
</el-table-column>
<el-table-column
label=
"企业邮编"
show-overflow-tooltip
prop=
"postcode"
min-width=
"200"
align=
"left"
...
...
@@ -102,6 +105,7 @@
</el-table-column>
<el-table-column
label=
"企业联系人"
show-overflow-tooltip
prop=
"enterpriseContact"
min-width=
"200"
align=
"left"
...
...
@@ -109,6 +113,7 @@
</el-table-column>
<el-table-column
label=
"联系电话"
show-overflow-tooltip
prop=
"contactNumber"
min-width=
"200"
align=
"left"
...
...
@@ -117,6 +122,7 @@
<el-table-column
v-if=
"view == 2"
label=
"创建人员"
show-overflow-tooltip
prop=
"createBy"
min-width=
"200"
align=
"left"
...
...
@@ -223,6 +229,7 @@ export default {
isAsc
:
this
.
queryParams
.
isAsc
,
orderByColumn
:
this
.
queryParams
.
orderByColumn
}
this
.
loadData
()
},
sort_change
(
column
,
prop
,
order
)
{
this
.
queryParams
.
pageNum
=
1
// 排序后返回第一页
...
...
src/views/setting/testMatrix/useCaseDetails/index.vue
View file @
db2f2105
...
...
@@ -25,7 +25,7 @@ export default {
},
mounted
()
{
const
id
=
this
.
$route
.
query
.
id
this
.
url
=
`http://10.12.48.
78:8090
/car/caseManage/case/casePublishDetail/case_items;
${
id
}
`
this
.
url
=
`http://10.12.48.
80:1234
/car/caseManage/case/casePublishDetail/case_items;
${
id
}
`
},
methods
:
{
newFileTest
()
{
...
...
@@ -34,10 +34,11 @@ export default {
// fetchPolicy: 'no-cache',
mutation
:
FastTestProject
,
variables
:
{
name
:
'test1
08
'
,
name
:
'test1
22
'
,
lawId
:
'law_items;106'
,
principalUserId
:
'user_items;2'
,
caseIdList
:
'system;1'
,
systemId
:
'system;1'
,
caseIdList
:
[
'case_items;391'
],
fileList
:
[
'file_management_items;2'
]
}
})
...
...
src/views/system/config/index.vue
View file @
db2f2105
...
...
@@ -77,7 +77,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:config:edit']"
type=
"success"
...
...
@@ -88,7 +88,7 @@
@
click=
"handleUpdate"
>
修改
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:config:remove']"
...
...
@@ -101,7 +101,7 @@
>
删除
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:config:export']"
type=
"warning"
...
...
@@ -111,7 +111,7 @@
@
click=
"handleExport"
>
导出
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:config:remove']"
...
...
src/views/system/dict/index.vue
View file @
db2f2105
...
...
@@ -78,7 +78,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:dict:edit']"
type=
"success"
...
...
@@ -89,7 +89,7 @@
@
click=
"handleUpdate"
>
修改
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:dict:remove']"
...
...
@@ -102,7 +102,7 @@
>
删除
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:dict:export']"
type=
"warning"
...
...
@@ -112,7 +112,7 @@
@
click=
"handleExport"
>
导出
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:dict:remove']"
...
...
src/views/system/post/index.vue
View file @
db2f2105
...
...
@@ -64,7 +64,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:post:edit']"
type=
"success"
...
...
@@ -75,7 +75,7 @@
@
click=
"handleUpdate"
>
修改
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:post:remove']"
...
...
@@ -88,7 +88,7 @@
>
删除
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:post:export']"
type=
"warning"
...
...
@@ -98,7 +98,7 @@
@
click=
"handleExport"
>
导出
</el-button
>
</el-col>
</el-col>
-->
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"getList"
...
...
src/views/system/role/index.vue
View file @
db2f2105
...
...
@@ -77,7 +77,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:role:edit']"
type=
"success"
...
...
@@ -88,7 +88,7 @@
@
click=
"handleUpdate"
>
修改
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:role:remove']"
...
...
@@ -101,7 +101,7 @@
>
删除
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:role:export']"
type=
"warning"
...
...
@@ -111,7 +111,7 @@
@
click=
"handleExport"
>
导出
</el-button
>
</el-col>
</el-col>
-->
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"getList"
...
...
src/views/system/user/index.vue
View file @
db2f2105
...
...
@@ -107,7 +107,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:user:edit']"
type=
"success"
...
...
@@ -118,7 +118,7 @@
@
click=
"handleUpdate"
>
修改
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:user:remove']"
...
...
@@ -142,7 +142,7 @@
>
导入
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:user:export']"
type=
"warning"
...
...
@@ -152,7 +152,7 @@
@
click=
"handleExport"
>
导出
</el-button
>
</el-col>
</el-col>
-->
<right-toolbar
:show-search
.
sync=
"showSearch"
:columns=
"columns"
...
...
vue.config.js
View file @
db2f2105
...
...
@@ -42,7 +42,7 @@ module.exports = {
}
},
[
process
.
env
.
VUE_APP_CLIENT_API
]:
{
target
:
`http://10.12.48.
78:8090
`
,
target
:
`http://10.12.48.
80:1234
`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_CLIENT_API
]:
''
...
...
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