分销员
This commit is contained in:
parent
a97c029911
commit
7475a33f75
|
@ -76,7 +76,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="邀请分销商推广海报背景图" prop="fxyImage">
|
<el-form-item label="邀请分销员推广海报背景图" prop="fxyImage">
|
||||||
<div style="width: 148px;height: 148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
|
<div style="width: 148px;height: 148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
|
||||||
<el-upload
|
<el-upload
|
||||||
class="avatar-uploader"
|
class="avatar-uploader"
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
<el-table-column label="操作" prop="id" width="260" fixed="right">
|
<el-table-column label="操作" prop="id" width="260" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini" v-if="scope.row.blFxyLevel == 2"
|
||||||
type="primary"
|
type="primary"
|
||||||
style="margin: 5px"
|
style="margin: 5px"
|
||||||
@click="handleInvitationView(scope.row,'1')"
|
@click="handleInvitationView(scope.row,'1')"
|
||||||
|
|
Loading…
Reference in New Issue