Commit 859ed366 authored by zhengke's avatar zhengke

修改

parent bd2da00e
...@@ -128,18 +128,24 @@ ...@@ -128,18 +128,24 @@
<el-table-column :key="index3+'1000'" :label="item.Name"> <el-table-column :key="index3+'1000'" :label="item.Name">
<el-table-column width="100" v-if="butorTier > 0" label="一级分销"> <el-table-column width="100" v-if="butorTier > 0" label="一级分销">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.GradeCommissionList">
<el-input v-model="scope.row.GradeCommissionList[index3].OneCommission" size="small"></el-input> <el-input v-model="scope.row.GradeCommissionList[index3].OneCommission" size="small"></el-input>
</template> </template>
</template>
</el-table-column> </el-table-column>
<el-table-column width="100" v-if="butorTier > 1" label="二级分销"> <el-table-column width="100" v-if="butorTier > 1" label="二级分销">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.GradeCommissionList">
<el-input v-model="scope.row.GradeCommissionList[index3].TwoCommission" size="small"></el-input> <el-input v-model="scope.row.GradeCommissionList[index3].TwoCommission" size="small"></el-input>
</template> </template>
</template>
</el-table-column> </el-table-column>
<el-table-column width="100" v-if="butorTier > 2" label="三级分销"> <el-table-column width="100" v-if="butorTier > 2" label="三级分销">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.GradeCommissionList">
<el-input v-model="scope.row.GradeCommissionList[index3].ThreeCommission" size="small"></el-input> <el-input v-model="scope.row.GradeCommissionList[index3].ThreeCommission" size="small"></el-input>
</template> </template>
</template>
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
</template> </template>
......
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