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
780d9202
Commit
780d9202
authored
Nov 28, 2024
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 过程检验细节优化
parent
308f0169
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/mes/qc/ipqc/index.vue
+4
-4
line.vue
src/views/mes/qc/ipqc/line.vue
+2
-2
No files found.
src/views/mes/qc/ipqc/index.vue
View file @
780d9202
...
@@ -48,10 +48,10 @@
...
@@ -48,10 +48,10 @@
v-hasPermi=
"['mes:qc:ipqc:add']"
v-hasPermi=
"['mes:qc:ipqc:add']"
>
新增
</el-button>
>
新增
</el-button>
</el-col>
-->
</el-col>
-->
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate(selectedRows[0])"
<el-button
type=
"success"
plain
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate(selectedRows[0])"
v-hasPermi=
"['mes:qc:ipqc:edit']"
>
修改
</el-button>
v-hasPermi=
"['mes:qc:ipqc:edit']"
>
修改
</el-button>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
type=
"danger"
plain
icon=
"el-icon-delete"
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
<el-button
type=
"danger"
plain
icon=
"el-icon-delete"
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['mes:qc:ipqc:remove']"
>
删除
</el-button>
v-hasPermi=
"['mes:qc:ipqc:remove']"
>
删除
</el-button>
...
@@ -101,8 +101,8 @@
...
@@ -101,8 +101,8 @@
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
width
=
"150"
fixed
=
"right"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
el
-
table
-
column
label
=
"操作"
width
=
"150"
fixed
=
"right"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
<
!--
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
v
-
if
=
"scope.row.status == 'PREPARE'"
v
-
hasPermi
=
"['mes:qc:ipqc:edit']"
>
修改
<
/el-button
>
v
-
if
=
"scope.row.status == 'PREPARE'"
v
-
hasPermi
=
"['mes:qc:ipqc:edit']"
>
修改
<
/el-button>
--
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
if
=
"scope.row.status == 'PREPARE'"
v
-
hasPermi
=
"['mes:qc:ipqc:remove']"
>
删除
<
/el-button
>
v
-
if
=
"scope.row.status == 'PREPARE'"
v
-
hasPermi
=
"['mes:qc:ipqc:remove']"
>
删除
<
/el-button
>
<
/template
>
<
/template
>
...
...
src/views/mes/qc/ipqc/line.vue
View file @
780d9202
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
width=
"120"
>
<
!-- <
el-table-column label="操作" align="center" width="120">
<template slot-scope="scope">
<template slot-scope="scope">
<el-button
<el-button
size="mini"
size="mini"
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
v-if="optType !='view'"
v-if="optType !='view'"
>缺陷记录</el-button>
>缺陷记录</el-button>
</template>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
</el-table>
<pagination
<pagination
...
...
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