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
b45d3d07
Commit
b45d3d07
authored
Sep 19, 2023
by
shifangwuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9/19
parent
ca9aa19c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
index.vue
src/views/production/craftsmanship/index.vue
+1
-5
index.vue
src/views/production/gxlog/index.vue
+2
-7
No files found.
src/views/production/craftsmanship/index.vue
View file @
b45d3d07
...
...
@@ -419,7 +419,6 @@ export default {
page
:
1
,
rows
:
10
,
pn
:
''
,
key
:
'GX_CODE'
,
ptype
:
''
}
,
singleDetails
:
{
...
...
@@ -427,9 +426,6 @@ export default {
phd
:
''
,
prank
:
''
,
gx
:
''
,
pissb
:
''
,
pstatus
:
''
,
pnumber
:
''
,
createName
:
''
,
createTime
:
''
}
,
...
...
@@ -592,7 +588,7 @@ export default {
queryList
(
this
.
queryParams
).
then
(
res
=>
{
res
.
rows
.
updateDate
=
parseTime
(
res
.
rows
.
updateDate
,
'{y
}
-{m
}
-{d
}
'
)
this
.
basicinfoMationList
=
res
.
rows
this
.
total
=
res
.
total
this
.
loading
=
false
}
)
}
,
...
...
src/views/production/gxlog/index.vue
View file @
b45d3d07
...
...
@@ -112,11 +112,6 @@
{{
scope
.
row
.
jbcode
||
'-'
}}
</
template
>
</el-table-column>
<!-- <el-table-column label="jbrank" prop="jbrank" :show-overflow-tooltip="true">
<template slot-scope="scope">
{{ scope.row.jbrank || '-' }}
</template>
</el-table-column> -->
<el-table-column
label=
"gx"
prop=
"gx"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
{{
replace
(
scope
.
row
.
gx
)
||
'-'
}}
...
...
@@ -251,8 +246,8 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"gx:"
prop
=
"gx"
>
<
el
-
input
v
-
model
.
trim
=
"singleDetails.gx"
:
readonly
=
"true"
/
>
<
el
-
form
-
item
label
=
"gx:
"
prop
=
"gx"
>
<
span
=>
{{
replace
(
singleDetails
.
gx
)
}}
<
/span=
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
...
...
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