Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
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
mes
mes-ui
Commits
1f213d1f
Commit
1f213d1f
authored
Aug 07, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isExsitTool -> isExistTool
parent
99a7c1de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/mes/pro/process/index.vue
+6
-6
No files found.
src/views/mes/pro/process/index.vue
View file @
1f213d1f
...
...
@@ -108,9 +108,9 @@
{{
scope
.
row
.
isPackage
===
'1'
?
'是'
:
'否'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"是否用版"
align=
"center"
prop=
"isEx
si
tTool"
>
<el-table-column
label=
"是否用版"
align=
"center"
prop=
"isEx
is
tTool"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
isEx
si
tTool
===
'1'
?
'是'
:
'否'
}}
{{
scope
.
row
.
isEx
is
tTool
===
'1'
?
'是'
:
'否'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
...
...
@@ -205,8 +205,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"是否用版"
prop=
"isEx
si
tTool"
>
<el-radio-group
v-model=
"form.isEx
si
tTool"
:disabled=
"optType=='view'"
>
<el-form-item
label=
"是否用版"
prop=
"isEx
is
tTool"
>
<el-radio-group
v-model=
"form.isEx
is
tTool"
:disabled=
"optType=='view'"
>
<el-radio
v-for=
"dict in dict.type.sys_yes_non"
:key=
"dict.value"
...
...
@@ -283,7 +283,7 @@ export default {
title
:
""
,
form
:
{
isPackage
:
'0'
,
isEx
si
tTool
:
'0'
isEx
is
tTool
:
'0'
},
// 是否显示弹出层
open
:
false
,
...
...
@@ -346,7 +346,7 @@ export default {
updateTime
:
null
};
this
.
$set
(
this
.
form
,
'isPackage'
,
'0'
)
this
.
$set
(
this
.
form
,
'isEx
si
tTool'
,
'0'
)
this
.
$set
(
this
.
form
,
'isEx
is
tTool'
,
'0'
)
this
.
autoGenFlag
=
false
;
// this.resetForm("form");
},
...
...
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