Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
0462a7c3
Commit
0462a7c3
authored
Sep 22, 2023
by
shifangwuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9/22(first)
parent
afd7a32d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
112 additions
and
46 deletions
+112
-46
index.vue
src/views/production/gfual/index.vue
+94
-46
index.vue
src/views/production/gxlog/index.vue
+18
-0
No files found.
src/views/production/gfual/index.vue
View file @
0462a7c3
This diff is collapsed.
Click to expand it.
src/views/production/gxlog/index.vue
View file @
0462a7c3
...
...
@@ -140,6 +140,15 @@
{{
scope
.
row
.
jblot
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"解锁人"
prop=
"unlockUsername"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
unlockUsername
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作人"
prop=
"createName"
...
...
@@ -299,6 +308,14 @@
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"解锁人:"
prop
=
"unlockUsername"
>
<
el
-
input
v
-
model
.
trim
=
"singleDetails.unlockUsername"
:
readonly
=
"true"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"操作人:"
prop
=
"createName"
>
<
el
-
input
...
...
@@ -370,6 +387,7 @@ export default {
pissb
:
''
,
pstatus
:
''
,
pnumber
:
''
,
unlockUsername
:
''
,
createName
:
''
,
createTime
:
''
}
,
...
...
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