分销员

This commit is contained in:
曹磊 2024-08-09 10:46:54 +08:00
parent a97c029911
commit 7475a33f75
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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')"