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
8a80081f
Commit
8a80081f
authored
Mar 05, 2024
by
mzx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.91isoft.com:90/car-test/web
into mengzixuan
parents
b67513ca
e98ace24
Changes
56
Hide whitespace changes
Inline
Side-by-side
Showing
56 changed files
with
140 additions
and
175 deletions
+140
-175
.env.development
.env.development
+4
-4
.env.production
.env.production
+2
-2
index.html
public/index.html
+3
-1
useCaseLibrary.js
src/api/setting/useCaseLibrary.js
+10
-10
task.js
src/api/task/task.js
+0
-2
process.scss
src/assets/styles/process.scss
+3
-3
collapse-item.vue
src/components/Collapse/collapse-item.vue
+1
-7
FooterButton.vue
src/components/Page/FooterButton.vue
+23
-17
HeaderButton.vue
src/components/Page/HeaderButton.vue
+23
-17
PageButton.vue
src/components/Page/PageButton.vue
+7
-8
TaskStandard.vue
src/components/Page/TaskStandard.vue
+10
-6
standardOption.vue
src/components/Page/standardOption.vue
+1
-1
Logo.vue
src/layout/components/Sidebar/Logo.vue
+9
-9
page.js
src/mixins/page.js
+1
-0
processing.js
src/store/modules/processing.js
+3
-1
index.vue
src/views/informationBase/viewStandard/index.vue
+0
-1
index.vue
src/views/informationBase/viewStandardTerms/index.vue
+1
-2
index.vue
src/views/informationBase/viewUseCaseLibrary/index.vue
+2
-8
index.vue
src/views/monitor/job/index.vue
+1
-1
log.vue
src/views/monitor/job/log.vue
+1
-1
index.vue
src/views/monitor/logininfor/index.vue
+1
-1
index.vue
src/views/monitor/online/index.vue
+1
-1
index.vue
src/views/monitor/operlog/index.vue
+1
-1
index.vue
src/views/processing/fileLibrary/index.vue
+1
-2
index.vue
src/views/processing/viewFileLibrary/index.vue
+1
-2
index.vue
src/views/review/already/index.vue
+0
-1
index.vue
src/views/review/initiatedReview/index.vue
+1
-2
index.vue
src/views/review/wait/index.vue
+0
-1
index.vue
src/views/setting/company/index.vue
+1
-2
index.vue
src/views/setting/file/index.vue
+1
-2
detailSelect.vue
src/views/setting/rules/components/detailSelect.vue
+1
-2
pointSelect.vue
src/views/setting/rules/components/pointSelect.vue
+1
-2
index.vue
src/views/setting/rules/index.vue
+1
-2
index.vue
src/views/setting/scene/index.vue
+1
-2
sceneSelect.vue
src/views/setting/standard/components/sceneSelect.vue
+1
-2
index.vue
src/views/setting/standard/index.vue
+0
-1
index.vue
src/views/setting/standardTerms/index.vue
+1
-2
index.vue
src/views/setting/template/index.vue
+1
-6
index.vue
src/views/setting/testType/index.vue
+1
-2
index.vue
src/views/setting/useCaseLibrary/index.vue
+2
-8
index.vue
src/views/system/config/index.vue
+1
-1
index.vue
src/views/system/dept/index.vue
+1
-1
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+1
-1
index.vue
src/views/system/notice/index.vue
+1
-1
index.vue
src/views/system/post/index.vue
+1
-1
authUser.vue
src/views/system/role/authUser.vue
+1
-1
index.vue
src/views/system/role/index.vue
+1
-1
selectUser.vue
src/views/system/role/selectUser.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
index.vue
src/views/task/detail/index.vue
+0
-1
systemReview.vue
src/views/task/on/components/systemReview.vue
+2
-8
vehicleModelEvaluation.vue
src/views/task/on/components/vehicleModelEvaluation.vue
+2
-8
importTable.vue
src/views/tool/gen/importTable.vue
+1
-1
index.vue
src/views/tool/gen/index.vue
+1
-1
No files found.
.env.development
View file @
8a80081f
...
...
@@ -4,11 +4,11 @@ VUE_APP_TITLE = 周期性检测平台
# 开发环境配置
ENV = 'development'
# 中汽研安全检测平台管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = '/api'
# 图片服务器地址
VUE_APP_IMAGE_API =
http://49.232.167.247:22037
VUE_APP_IMAGE_API =
'/vehicle-quality-review-oss'
.env.production
View file @
8a80081f
...
...
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 周期性检测平台
ENV = 'production'
# 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = '
/prod-api/
'
VUE_APP_BASE_API = '
http://10.12.48.79:22032
'
# 图片服务器地址
VUE_APP_IMAGE_API =
'/vehicle-quality-review-oss'
VUE_APP_IMAGE_API =
http://10.12.48.79:22038
public/index.html
View file @
8a80081f
...
...
@@ -3,7 +3,9 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"upgrade-insecure-requests"
>
<
%
if
(
process
.
env
.
NODE_ENV =
==
'
production
')
{
%
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"upgrade-insecure-requests"
>
<
%
}
%
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
...
...
src/api/setting/useCaseLibrary.js
View file @
8a80081f
...
...
@@ -2,18 +2,18 @@ import request from '@/utils/request'
// 获取测试场景
export
function
listTestScenar
(
data
)
{
return
request
({
url
:
'/system/scenario/getList'
,
method
:
'post'
,
data
:
data
})
return
request
({
url
:
'/system/scenario/getList'
,
method
:
'post'
,
data
:
data
})
}
// 获取场景类型
export
function
listTestType
(
data
)
{
return
request
({
url
:
'/system/type/getList'
,
method
:
'post'
,
data
:
data
})
return
request
({
url
:
'/system/type/getList'
,
method
:
'post'
,
data
:
data
})
}
src/api/task/task.js
View file @
8a80081f
...
...
@@ -173,7 +173,6 @@ export function temporaryTask(data) {
})
}
export
function
getTemporaryStorage
(
data
)
{
return
request
({
url
:
'/task/getTemporaryStorage'
,
...
...
@@ -189,4 +188,3 @@ export function getBySubtaskId(data) {
data
})
}
src/assets/styles/process.scss
View file @
8a80081f
...
...
@@ -512,7 +512,7 @@
flex-flow
:
column
;
align-items
:
center
;
justify-content
:
center
;
.img-text
{
.img-text
{
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
...
...
@@ -600,7 +600,7 @@
// }
.option-cell
{
flex
:
1
;
flex
:
1
;
height
:
5rem
;
display
:
flex
;
flex-flow
:
row
;
...
...
@@ -612,7 +612,7 @@
}
}
.card-buttons
{
flex
:
1
;
flex
:
1
;
height
:
80px
;
margin-top
:
20px
;
display
:
flex
;
...
...
src/components/Collapse/collapse-item.vue
View file @
8a80081f
...
...
@@ -30,13 +30,7 @@
size=
"18"
fill=
"#1a6fd7"
/>
<icon-park
v-else
type=
"add"
theme=
"outline"
size=
"18"
fill=
"#1a6fd7"
/>
<icon-park
v-else
type=
"add"
theme=
"outline"
size=
"18"
fill=
"#1a6fd7"
/>
<slot
name=
"title"
></slot>
</div>
</div>
...
...
src/components/Page/FooterButton.vue
View file @
8a80081f
...
...
@@ -15,7 +15,13 @@
>
<i
class=
"el-icon-loading"
v-if=
"loading"
></i>
<slot
name=
"icon "
v-if=
"icon && !loading"
>
<icon-park
:type=
"icon"
theme=
"outline"
class=
"el-icon"
size=
"16"
:fill=
"color"
/>
<icon-park
:type=
"icon"
theme=
"outline"
class=
"el-icon"
size=
"16"
:fill=
"color"
/>
</slot>
<span
v-if=
"$slots.default"
><slot></slot></span>
</button>
...
...
@@ -40,23 +46,23 @@ export default {
disabled
:
Boolean
,
line
:
Boolean
},
data
(){
data
()
{
return
{
color
:
"#1a6fd7"
color
:
'#1a6fd7'
}
},
mounted
(){
switch
(
this
.
type
)
{
case
"default"
:
this
.
color
=
"#1a6fd7"
break
case
"primary"
:
this
.
color
=
"#ffffff"
break
case
"no-line"
:
this
.
color
=
"#1a6fd7"
break
}
mounted
()
{
switch
(
this
.
type
)
{
case
'default'
:
this
.
color
=
'#1a6fd7'
break
case
'primary'
:
this
.
color
=
'#ffffff'
break
case
'no-line'
:
this
.
color
=
'#1a6fd7'
break
}
},
methods
:
{
handleClick
(
evt
)
{
...
...
@@ -150,8 +156,8 @@ export default {
}
.footer-button--primary
{
color
:
#fff
;
background-color
:
#1
A6FD
7
;
border-color
:
#1A6FD
7
;
background-color
:
#1
a6fd
7
;
border-color
:
#1a6fd
7
;
}
.footer-button--primary
:focus
,
.footer-button--primary
:hover
{
...
...
src/components/Page/HeaderButton.vue
View file @
8a80081f
...
...
@@ -14,7 +14,13 @@
>
<i
class=
"el-icon-loading"
v-if=
"loading"
></i>
<slot
name=
"icon"
v-if=
"icon && !loading"
>
<icon-park
:type=
"icon"
theme=
"outline"
class=
"el-icon"
size=
"16"
:fill=
"color"
/>
<icon-park
:type=
"icon"
theme=
"outline"
class=
"el-icon"
size=
"16"
:fill=
"color"
/>
</slot>
<span
v-if=
"$slots.default"
><slot></slot></span>
</button>
...
...
@@ -39,23 +45,23 @@ export default {
disabled
:
Boolean
,
line
:
Boolean
},
data
(){
data
()
{
return
{
color
:
"#1a6fd7"
color
:
'#1a6fd7'
}
},
mounted
(){
switch
(
this
.
type
)
{
case
"default"
:
this
.
color
=
"#1a6fd7"
break
case
"primary"
:
this
.
color
=
"#ffffff"
break
case
"no-line"
:
this
.
color
=
"#1a6fd7"
break
}
mounted
()
{
switch
(
this
.
type
)
{
case
'default'
:
this
.
color
=
'#1a6fd7'
break
case
'primary'
:
this
.
color
=
'#ffffff'
break
case
'no-line'
:
this
.
color
=
'#1a6fd7'
break
}
},
methods
:
{
handleClick
(
evt
)
{
...
...
@@ -149,8 +155,8 @@ export default {
}
.header-button--primary
{
color
:
#fff
;
background-color
:
#1
A6FD
7
;
border-color
:
#1A6FD
7
;
background-color
:
#1
a6fd
7
;
border-color
:
#1a6fd
7
;
}
.header-button--primary
:focus
,
.header-button--primary
:hover
{
...
...
src/components/Page/PageButton.vue
View file @
8a80081f
<
template
>
<el-tooltip
effect=
"dark"
:content=
"title"
placement=
"bottom-start"
>
<div
class=
"page-btn"
@
click=
"handleClick"
@
mouseover=
"handleMouseOver('#1a6fd7')"
@
mouseleave=
"handleMouseOver('#1a6fd7')"
>
<div
class=
"page-btn"
@
click=
"handleClick"
@
mouseover=
"handleMouseOver('#1a6fd7')"
@
mouseleave=
"handleMouseOver('#1a6fd7')"
>
<icon-park
:type=
"icon"
theme=
"outline"
size=
"16"
:fill=
"color"
/>
</div>
</el-tooltip>
...
...
@@ -18,9 +22,8 @@ export default {
},
data
()
{
return
{
color
:
'#1a6fd7'
,
color
:
'#1a6fd7'
}
},
methods
:
{
handleMouseOver
(
evt
)
{
...
...
@@ -43,8 +46,6 @@ export default {
justify-content
:
center
;
align-items
:
center
;
&
:hover
{
background-color
:
#e3eefc
;
}
...
...
@@ -56,8 +57,6 @@ export default {
// --color-1: #1a6fd7;
// --color-2: #ffffff;
// &:active {
// color: #1764c1;
// --color-1: #1764c1;
...
...
src/components/Page/TaskStandard.vue
View file @
8a80081f
...
...
@@ -7,10 +7,14 @@
<span
class=
"header"
>
{{
$route
.
meta
.
title
}}
</span>
<div
class=
"header-right"
>
<slot
name=
"header-right"
>
<header-button
icon=
"arrow-left"
type=
"no-line"
@
click=
"$router.back()"
>
返回
</header-button>
</slot>
<header-button
icon=
"arrow-left"
type=
"no-line"
@
click=
"$router.back()"
>
返回
</header-button>
</slot>
</div>
</div>
<div
class=
"page-box"
>
...
...
@@ -65,8 +69,8 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
}
.header-right
{
::v-deep
.header-button
{
.header-right
{
::v-deep
.header-button
{
margin-left
:
24px
;
}
}
...
...
src/components/Page/standardOption.vue
View file @
8a80081f
...
...
@@ -23,7 +23,7 @@ empty
:content=
"item.name"
placement=
"bottom-start"
>
<div
class=
"standard-item"
>
{{
item
.
name
}}
</div>
<div
class=
"standard-item"
>
{{
item
.
standardNo
}}
</div>
</el-tooltip>
</li>
</
template
>
...
...
src/layout/components/Sidebar/Logo.vue
View file @
8a80081f
...
...
@@ -27,14 +27,14 @@
<router-link
v-else
key=
"expand"
class=
"sidebar-logo-link"
to=
"/"
>
<div
class=
"menu-title"
>
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/>
<h1
class=
"sidebar-title"
:style=
"
{
color: variables.logoTitleColor
}"
>
{{
title
}}
</h1>
<h1
class=
"sidebar-title"
:style=
"
{
color: variables.logoTitleColor
}"
>
{{
title
}}
</h1>
</div>
</router-link>
</transition>
...
...
@@ -71,7 +71,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.menu-title
{
.menu-title
{
display
:
flex
;
flex-flow
:
column
;
align-items
:
center
;
...
...
src/mixins/page.js
View file @
8a80081f
...
...
@@ -36,6 +36,7 @@ export default {
pageNum
:
this
.
queryParams
.
pageNum
,
pageSize
:
this
.
queryParams
.
pageSize
}
this
.
handleQuery
()
},
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
...
...
src/store/modules/processing.js
View file @
8a80081f
...
...
@@ -14,7 +14,9 @@ const actions = {
getCompanyFiles
({
commit
},
data
)
{
getCompanyFile
(
data
).
then
(
res
=>
{
// 筛选数组返回其中某一个元素成为新数组
const
resData
=
res
.
rows
.
map
(
item
=>
{
return
{
"value"
:
item
.
fileName
,
"id"
:
item
.
id
}
})
const
resData
=
res
.
rows
.
map
(
item
=>
{
return
{
value
:
item
.
fileName
,
id
:
item
.
id
}
})
commit
(
'SET_FILES'
,
resData
)
})
}
...
...
src/views/informationBase/viewStandard/index.vue
View file @
8a80081f
...
...
@@ -3,7 +3,6 @@
<page-standard>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
...
...
src/views/informationBase/viewStandardTerms/index.vue
View file @
8a80081f
...
...
@@ -43,7 +43,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -64,7 +64,6 @@
</div>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
...
...
src/views/informationBase/viewUseCaseLibrary/index.vue
View file @
8a80081f
...
...
@@ -55,7 +55,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
@@ -68,13 +68,7 @@
<!-- @queryTable="getList"-->
<!-- >
</right-toolbar>
-->
<!--
</el-row>
-->
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:data=
"tableData"
>
<el-table
v-loading=
"loading"
border
:scroll-x=
"'1500px'"
:data=
"tableData"
>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
...
...
src/views/monitor/job/index.vue
View file @
8a80081f
...
...
@@ -50,7 +50,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/monitor/job/log.vue
View file @
8a80081f
...
...
@@ -64,7 +64,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/monitor/logininfor/index.vue
View file @
8a80081f
...
...
@@ -59,7 +59,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/monitor/online/index.vue
View file @
8a80081f
...
...
@@ -29,7 +29,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/monitor/operlog/index.vue
View file @
8a80081f
...
...
@@ -83,7 +83,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
src/views/processing/fileLibrary/index.vue
View file @
8a80081f
...
...
@@ -33,7 +33,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -53,7 +53,6 @@
</el-form>
<el-table
v-loading=
"tableLoading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"{ prop: 'createTime', order: 'descending' }"
...
...
src/views/processing/viewFileLibrary/index.vue
View file @
8a80081f
...
...
@@ -33,7 +33,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -46,7 +46,6 @@
</el-form>
<el-table
v-loading=
"tableLoading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
...
...
src/views/review/already/index.vue
View file @
8a80081f
...
...
@@ -63,7 +63,6 @@
</el-form>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
...
...
src/views/review/initiatedReview/index.vue
View file @
8a80081f
...
...
@@ -88,7 +88,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -108,7 +108,6 @@
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
...
...
src/views/review/wait/index.vue
View file @
8a80081f
...
...
@@ -68,7 +68,6 @@
</el-form>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
...
...
src/views/setting/company/index.vue
View file @
8a80081f
...
...
@@ -48,7 +48,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
@@ -79,7 +79,6 @@
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"{ prop: 'createTime', order: 'descending' }"
...
...
src/views/setting/file/index.vue
View file @
8a80081f
...
...
@@ -35,7 +35,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
@@ -52,7 +52,6 @@
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
...
...
src/views/setting/rules/components/detailSelect.vue
View file @
8a80081f
...
...
@@ -36,7 +36,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -49,7 +49,6 @@
</el-form>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
tooltip-effect=
"dark"
@
selection-change=
"handleSelectionChange"
...
...
src/views/setting/rules/components/pointSelect.vue
View file @
8a80081f
...
...
@@ -36,7 +36,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -49,7 +49,6 @@
</el-form>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
tooltip-effect=
"dark"
@
selection-change=
"handleSelectionChange"
...
...
src/views/setting/rules/index.vue
View file @
8a80081f
...
...
@@ -105,7 +105,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -194,7 +194,6 @@
<el-table
v-if=
"refreshTable && Number(queryParams.type) === 3"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
...
...
src/views/setting/scene/index.vue
View file @
8a80081f
...
...
@@ -38,7 +38,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -60,7 +60,6 @@
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:scroll-x="'1500px'"
...
...
src/views/setting/standard/components/sceneSelect.vue
View file @
8a80081f
...
...
@@ -36,7 +36,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -49,7 +49,6 @@
</el-form>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
tooltip-effect=
"dark"
@
selection-change=
"handleSelectionChange"
...
...
src/views/setting/standard/index.vue
View file @
8a80081f
...
...
@@ -2,7 +2,6 @@
<page-standard>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:span-method=
"objectSpanMethod"
:scroll-x=
"'1500px'"
...
...
src/views/setting/standardTerms/index.vue
View file @
8a80081f
...
...
@@ -42,7 +42,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -63,7 +63,6 @@
</div>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
...
...
src/views/setting/template/index.vue
View file @
8a80081f
...
...
@@ -20,12 +20,7 @@
<!--
</el-form-item>
-->
<!--
</el-form>
-->
</div>
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:data=
"tableData"
>
<el-table
v-loading=
"loading"
border
:data=
"tableData"
>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
...
...
src/views/setting/testType/index.vue
View file @
8a80081f
...
...
@@ -38,7 +38,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
@@ -60,7 +60,6 @@
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:scroll-x="'1500px'"
...
...
src/views/setting/useCaseLibrary/index.vue
View file @
8a80081f
...
...
@@ -54,7 +54,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
@@ -67,13 +67,7 @@
<!-- @queryTable="getList"-->
<!-- >
</right-toolbar>
-->
<!--
</el-row>
-->
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:scroll-x=
"'1500px'"
:data=
"tableData"
>
<el-table
v-loading=
"loading"
border
:scroll-x=
"'1500px'"
:data=
"tableData"
>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
...
...
src/views/system/config/index.vue
View file @
8a80081f
...
...
@@ -57,7 +57,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/dept/index.vue
View file @
8a80081f
...
...
@@ -35,7 +35,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/dict/data.vue
View file @
8a80081f
...
...
@@ -46,7 +46,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/dict/index.vue
View file @
8a80081f
...
...
@@ -58,7 +58,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/menu/index.vue
View file @
8a80081f
...
...
@@ -35,7 +35,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/notice/index.vue
View file @
8a80081f
...
...
@@ -44,7 +44,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
src/views/system/post/index.vue
View file @
8a80081f
...
...
@@ -44,7 +44,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/role/authUser.vue
View file @
8a80081f
...
...
@@ -31,7 +31,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/role/index.vue
View file @
8a80081f
...
...
@@ -57,7 +57,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/role/selectUser.vue
View file @
8a80081f
...
...
@@ -30,7 +30,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/system/user/index.vue
View file @
8a80081f
...
...
@@ -87,7 +87,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
...
...
src/views/task/detail/index.vue
View file @
8a80081f
...
...
@@ -102,7 +102,6 @@
<el-table
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
...
...
src/views/task/on/components/systemReview.vue
View file @
8a80081f
...
...
@@ -39,20 +39,14 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form>
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:data=
"tableData"
>
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
border
:data=
"tableData"
>
<el-table-column
label=
"开始时间"
align=
"left"
prop=
"createTime"
>
<template
slot-scope=
"
{ row }">
<span>
{{
parseTime
(
row
.
createTime
)
}}
</span>
...
...
src/views/task/on/components/vehicleModelEvaluation.vue
View file @
8a80081f
...
...
@@ -39,20 +39,14 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form>
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
style=
"width: 100%; min-height: 88px"
border
:data=
"tableData"
>
<el-table
v-if=
"refreshTable"
v-loading=
"loading"
border
:data=
"tableData"
>
<el-table-column
label=
"开始时间"
align=
"left"
prop=
"createTime"
>
<template
slot-scope=
"
{ row }">
<span>
{{
parseTime
(
row
.
createTime
)
}}
</span>
...
...
src/views/tool/gen/importTable.vue
View file @
8a80081f
...
...
@@ -30,7 +30,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
src/views/tool/gen/index.vue
View file @
8a80081f
...
...
@@ -41,7 +41,7 @@
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
查询
</el-button
>
<el-button
type=
"default"
...
...
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