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
e717dffe
Commit
e717dffe
authored
Feb 10, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 刀模版配送字段类型修改
parent
a519d802
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/mes/md/workunit/index.vue
+3
-3
index.vue
src/views/system/user/index.vue
+3
-3
No files found.
src/views/mes/md/workunit/index.vue
View file @
e717dffe
...
...
@@ -491,8 +491,8 @@
>
<el-form-item
label=
"配送刀模版"
>
<el-radio-group
v-model=
"form.toolDelivery"
>
<el-radio
:label=
"
'1'
"
>
是
</el-radio>
<el-radio
:label=
"
'0'
"
>
否
</el-radio>
<el-radio
:label=
"
1
"
>
是
</el-radio>
<el-radio
:label=
"
0
"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-form>
...
...
@@ -722,7 +722,7 @@ export default {
sacmForThermalSelfFusion
:
""
,
sacmForMolarTooth
:
""
,
sacmForSlitting
:
""
,
toolDelivery
:
"0"
toolDelivery
:
0
};
this
.
autoGenFlag
=
false
;
this
.
resetForm
(
"form"
);
...
...
src/views/system/user/index.vue
View file @
e717dffe
...
...
@@ -301,8 +301,8 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"刀模版管理员"
label-width=
"120px"
>
<el-radio-group
v-model=
"form.toolIdentity"
>
<el-radio
:label=
"
'1'
"
>
是
</el-radio>
<el-radio
:label=
"
'0'
"
>
否
</el-radio>
<el-radio
:label=
"
1
"
>
是
</el-radio>
<el-radio
:label=
"
0
"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
@@ -596,7 +596,7 @@ export default {
email
:
undefined
,
sex
:
undefined
,
status
:
"0"
,
toolIdentity
:
"0"
,
toolIdentity
:
0
,
remark
:
undefined
,
postIds
:
[],
roleIds
:
[]
...
...
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