隐藏 二级分润设置

This commit is contained in:
GYJ
2024-12-18 09:46:05 +08:00
parent 27bb42a0a2
commit f6d06423da
4 changed files with 72 additions and 72 deletions

View File

@@ -14,8 +14,8 @@ const http = axios.create({
})
// const requestURl = "http://localhost:8100/sqx_fast/";
const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
// const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
// const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
/**
* 请求拦截

View File

@@ -104,7 +104,7 @@ export default {
<style lang="scss" scoped>
.editor-slide-upload {
margin-bottom: 20px;
::v-deep.el-upload--picture-card {
::deep .el-upload--picture-card {
width: 100%;
}
}

View File

@@ -101,15 +101,15 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">
修改</el-button>
</span>
</template>
</el-table-column>
<!-- <el-table-column prop="twoRate" label="二级推广收益" width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>-->
<!-- <el-button size="mini" :disabled="!isAuth('userList:updatebl')"-->
<!-- style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">-->
<!-- 修改</el-button>-->
<!-- </span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="platform" label="渠道来源">
<template slot-scope="scope">
<span>{{ scope.row.platform ? scope.row.platform : '-' }}</span>
@@ -203,15 +203,15 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">
修改</el-button>
</span>
</template>
</el-table-column>
<!-- <el-table-column prop="twoRate" label="二级推广收益" width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>-->
<!-- <el-button size="mini" :disabled="!isAuth('userList:updatebl')"-->
<!-- style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">-->
<!-- 修改</el-button>-->
<!-- </span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="platform" label="渠道来源">
<template slot-scope="scope">
<span>{{ scope.row.platform ? scope.row.platform : '-' }}</span>
@@ -303,15 +303,15 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">
修改</el-button>
</span>
</template>
</el-table-column>
<!-- <el-table-column prop="twoRate" label="二级推广收益" width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>-->
<!-- <el-button size="mini" :disabled="!isAuth('userList:updatebl')"-->
<!-- style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">-->
<!-- 修改</el-button>-->
<!-- </span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="platform" label="渠道来源">
<template slot-scope="scope">
<span>{{ scope.row.platform ? scope.row.platform : '-' }}</span>
@@ -395,15 +395,15 @@
</span>
</template>
</el-table-column>
<el-table-column prop="twoRate" label="二级推广收益" width="150">
<template slot-scope="scope">
<span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>
<el-button size="mini" :disabled="!isAuth('userList:updatebl')"
style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">
修改</el-button>
</span>
</template>
</el-table-column>
<!-- <el-table-column prop="twoRate" label="二级推广收益" width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{scope.row.twoRate?scope.row.twoRate:'0'}}</span>-->
<!-- <el-button size="mini" :disabled="!isAuth('userList:updatebl')"-->
<!-- style="color: #4f9dec;background: #fff;border: none;" @click="xiugai(scope.row,'twoRate')">-->
<!-- 修改</el-button>-->
<!-- </span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="platform" label="渠道来源">
<template slot-scope="scope">
<span>{{ scope.row.platform ? scope.row.platform : '-' }}</span>