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
9bc9d025
Commit
9bc9d025
authored
Aug 08, 2023
by
CenXinYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed: 修改页面为读取字典中数据
Signed-off-by:
CenXinYi
<
2810162984@qq.com
>
parent
cf025967
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
draw.vue
src/views/processManagement/draw.vue
+4
-6
No files found.
src/views/processManagement/draw.vue
View file @
9bc9d025
...
...
@@ -75,14 +75,12 @@
</el-table-column>
<el-table-column
label=
"pgx"
prop=
"pgx"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.pgx === '001'"
>
压缩
</span>
<span
v-if=
"scope.row.pgx === '002'"
>
排水
</span>
{{
replace
(
scope
.
row
.
pgx
)
}}
</
template
>
</el-table-column>
<el-table-column
label=
"pissb"
prop=
"pissb"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.pissb === '0'"
>
否
</span>
<span
v-else
>
是
</span>
{{
selectedPissb
(
scope
.
row
.
pissb
)
}}
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
prop=
"pstatus"
>
...
...
@@ -256,7 +254,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"pgx:"
prop=
"pgx"
>
<span>
{{ replace(singleDetails.pgx) }}
</span>
<!-- {{ singleDetails.pgx }}-->
<!-- {{ singleDetails.pgx }}-->
<!-- <el-input v-model.trim="singleDetails.pgx" :readonly="true" />-->
</el-form-item>
</el-col>
...
...
@@ -593,7 +591,7 @@ export default {
this
.
loadingDetail
=
false
this
.
openHandle
=
true
this
.
loginform
.
password
=
''
console
.
log
(
'isClose'
,
this
.
isClose
)
console
.
log
(
'isClose'
,
this
.
isClose
)
if
(
this
.
isClose
)
{
this
.
radio1
=
'1'
}
else
{
...
...
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