Commit b5dab22e authored by zhengke's avatar zhengke

修改

parent 70039e59
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="Goods_Stock" label="库存"> <el-table-column prop="Goods_Stock" label="库存">
</el-table-column> </el-table-column>
<el-table-column label="活动时间"> <el-table-column label="活动时间" min-width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="width:160px;"> <div style="width:160px;">
<div>{{scope.row.StartTimeStr}}</div> <div>{{scope.row.StartTimeStr}}</div>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<el-tag>{{scope.row.GoodsStatusStr}}</el-tag> <el-tag>{{scope.row.GoodsStatusStr}}</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="address" label="操作"> <el-table-column prop="address" label="操作" min-width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="编辑" placement="top"> <el-tooltip class="item" effect="dark" content="编辑" placement="top">
<img style="width:32px;height:32px;margin:0 10px" @click="CommonJump('pintuanActive',{Id:scope.row.ActivityId})" src="../../assets/img/userman/edit.png" alt=""> <img style="width:32px;height:32px;margin:0 10px" @click="CommonJump('pintuanActive',{Id:scope.row.ActivityId})" src="../../assets/img/userman/edit.png" alt="">
......
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