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

查询尺码组时隐藏多选框

parent dbd3eca2
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
</el-form> </el-form>
<el-row :gutter="10" class="mb8" v-if="optType !== 'view'"> <el-row :gutter="10" class="mb8">
<el-col :span="1.5"> <el-col :span="1.5" v-if="optType !== 'view'">
<el-button <el-button
type="primary" type="primary"
plain plain
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
>新增</el-button >新增</el-button
> >
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5" v-if="optType !== 'view'">
<el-button <el-button
type="success" type="success"
plain plain
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
>修改</el-button >修改</el-button
> >
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5" v-if="optType !== 'view'">
<el-button <el-button
type="danger" type="danger"
plain plain
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
>删除</el-button >删除</el-button
> >
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5" v-if="optType !== 'view'">
<el-button <el-button
type="warning" type="warning"
plain plain
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
:data="itemList" :data="itemList"
@selection-change="handleSelectionChange" @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="sizeGroupItemId" />
<el-table-column label="尺码组ID" align="center" prop="sizeGroupId" /> --> <el-table-column label="尺码组ID" align="center" prop="sizeGroupId" /> -->
<el-table-column <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