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
7e122319
Commit
7e122319
authored
Feb 23, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(样品): 优化
parent
060f72c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
index.vue
src/views/setting/sample/index.vue
+17
-7
No files found.
src/views/setting/sample/index.vue
View file @
7e122319
...
...
@@ -10,7 +10,11 @@
size=
"small"
:inline=
"true"
>
<el-form-item
label=
"车辆识别码"
prop=
"enterpriseName"
>
<el-form-item
v-show=
"activeName === 'completeSample'"
label=
"车辆识别码"
prop=
"enterpriseName"
>
<el-input
v-model=
"queryParams.identificationCode"
placeholder=
"请输入车辆识别码"
...
...
@@ -74,6 +78,7 @@
>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
>
</el-table-column>
<el-table-column
v-if=
"activeName === 'completeSample'"
prop=
"identificationCode"
label=
"车辆识别码"
show-overflow-tooltip
...
...
@@ -191,7 +196,11 @@
label-width=
"100px"
:rules=
"editFormRules"
>
<el-form-item
label=
"车辆识别码"
prop=
"identificationCode"
>
<el-form-item
v-if=
"activeName === 'completeSample'"
label=
"车辆识别码"
prop=
"identificationCode"
>
<el-input
v-model=
"editParamsForm.identificationCode"
placeholder=
"请输入车辆识别码"
...
...
@@ -368,7 +377,7 @@ export default {
this
.
determineActiveName
()
},
cancleSubmit
()
{
this
.
tabClick
()
this
.
determineActiveName
()
this
.
editParamsForm
=
{
id
:
''
,
deleted
:
0
...
...
@@ -434,10 +443,11 @@ export default {
this
.
editParamsForm
.
flag
=
'1'
}
},
handleQuery
()
{},
sortClick
(
column
,
prop
,
order
)
{
console
.
log
(
column
,
prop
,
order
)
if
(
order
===
'ascending'
)
{
handleQuery
()
{
this
.
getList
()
},
sortClick
(
column
)
{
if
(
column
.
order
===
'ascending'
)
{
this
.
queryParams
.
isAsc
=
'asc'
}
else
{
this
.
queryParams
.
isAsc
=
'desc'
...
...
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