Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
94245884
Commit
94245884
authored
Feb 21, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询尺码组时隐藏多选框
parent
dbd3eca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/mes/md/sizegroup/item/index.vue
+6
-6
No files found.
src/views/mes/md/sizegroup/item/index.vue
View file @
94245884
...
...
@@ -55,8 +55,8 @@
</el-form>
<el-row
:gutter=
"10"
class=
"mb8"
v-if=
"optType !== 'view'"
>
<el-col
:span=
"1.5"
>
<el-row
:gutter=
"10"
class=
"mb8"
>
<el-col
:span=
"1.5"
v-if=
"optType !== 'view'"
>
<el-button
type=
"primary"
plain
...
...
@@ -66,7 +66,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
v-if=
"optType !== 'view'"
>
<el-button
type=
"success"
plain
...
...
@@ -77,7 +77,7 @@
>
修改
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
v-if=
"optType !== 'view'"
>
<el-button
type=
"danger"
plain
...
...
@@ -88,7 +88,7 @@
>
删除
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
v-if=
"optType !== 'view'"
>
<el-button
type=
"warning"
plain
...
...
@@ -109,7 +109,7 @@
:data=
"itemList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
v-if=
"optType !== 'view'"
/>
<!--
<el-table-column
label=
"尺码组明细ID"
align=
"center"
prop=
"sizeGroupItemId"
/>
<el-table-column
label=
"尺码组ID"
align=
"center"
prop=
"sizeGroupId"
/>
-->
<el-table-column
...
...
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