Commit d18d5a29 authored by 黄奎's avatar 黄奎

页面修改

parent 661c8b74
......@@ -57,8 +57,12 @@
<img @click="EditType(scope.row)" style="width:32px;height:32px" src="../../assets/img/userman/edit.png"
alt="">
</el-tooltip>
<el-tooltip class="item" effect="dark" content="查看报名" placement="top-start">
<img @click="gotoSign(scope.row)" style="width:32px;height:32px;"
src="../../assets/img/userman/icon-show.png" alt="">
</el-tooltip>
<el-tooltip class="item" effect="dark" content="删除" placement="top-start">
<img @click="delType(scope.row)" style="width:32px;height:32px;margin:0 10px"
<img @click="delType(scope.row)" style="width:32px;height:32px;"
src="../../assets/img/userman/del.png" alt="">
</el-tooltip>
</template>
......@@ -247,6 +251,10 @@
this.getList();
},
methods: {
gotoSign(item) {
var qObj={Id: item.Id};
this.OpenNewUrl('/signList',qObj);
},
getItem(item) {
this.joinData = [];
this.joinData = item.CommerceConsultList;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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