Commit 94245884 authored by 全洪江's avatar 全洪江

查询尺码组时隐藏多选框

parent dbd3eca2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment