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
ximai
mes-ui
Commits
ae482473
Commit
ae482473
authored
Nov 19, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单新增、修改按钮删除
parent
d19f69cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+4
-1
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
ae482473
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
</el-form>
</el-form>
<el-row
:gutter=
"10"
class=
"mb8"
>
<el-row
:gutter=
"10"
class=
"mb8"
>
<!--
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
<el-button
type=
"primary"
plain
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['mes:pro:workorder:add']"
>
{{
$t
(
'新增'
)
}}
</el-button>
v-hasPermi=
"['mes:pro:workorder:add']"
>
{{
$t
(
'新增'
)
}}
</el-button>
...
@@ -89,7 +90,7 @@
...
@@ -89,7 +90,7 @@
v-hasPermi=
"['mes:pro:workorder:edit']"
>
{{
$t
(
'修改'
)
}}
</el-button>
v-hasPermi=
"['mes:pro:workorder:edit']"
>
{{
$t
(
'修改'
)
}}
</el-button>
</el-col>
</el-col>
<
!--
<
el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
<el-button
type=
"danger"
type=
"danger"
plain
plain
...
@@ -251,8 +252,10 @@
...
@@ -251,8 +252,10 @@
<
el
-
table
-
column
:
label
=
"$t('common.option')"
width
=
"220px"
align
=
"center"
fixed
=
"right"
class
-
name
=
"small-padding fixed-width"
>
<
el
-
table
-
column
:
label
=
"$t('common.option')"
width
=
"220px"
align
=
"center"
fixed
=
"right"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<!--
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
v
-
if
=
"scope.row.status == 'PUBLISHED'"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
v
-
if
=
"scope.row.status == 'PUBLISHED'"
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['mes:pro:workorder:edit']"
>
{{
$t
(
'修改'
)
}}
<
/el-button
>
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['mes:pro:workorder:edit']"
>
{{
$t
(
'修改'
)
}}
<
/el-button
>
-->
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-search"
@
click
=
"handleViewRecord(scope.row)"
>
{{
$t
(
'查看更新记录'
)
}}
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-search"
@
click
=
"handleViewRecord(scope.row)"
>
{{
$t
(
'查看更新记录'
)
}}
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
v
-
if
=
"scope.row.status == 'PREPARE'"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
v
-
if
=
"scope.row.status == 'PREPARE'"
...
...
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