|
@@ -62,7 +62,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
|
</div>
|
|
</div>
|
|
|
- <div>
|
|
|
|
|
|
|
+ <!-- <div>
|
|
|
<el-link class="button-item" type="primary" style="margin-bottom: 5px"
|
|
<el-link class="button-item" type="primary" style="margin-bottom: 5px"
|
|
|
@click="assignPromoter(scope.row)">
|
|
@click="assignPromoter(scope.row)">
|
|
|
分配
|
|
分配
|
|
@@ -73,7 +73,7 @@
|
|
|
<el-link class="button-item" style="margin-bottom: 5px" type="warning">取消分配</el-link>
|
|
<el-link class="button-item" style="margin-bottom: 5px" type="warning">取消分配</el-link>
|
|
|
</template>
|
|
</template>
|
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -122,13 +122,13 @@
|
|
|
<el-input v-model="formEdit.versionCode" placeholder="请输入" clearable />
|
|
<el-input v-model="formEdit.versionCode" placeholder="请输入" clearable />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="2"></el-col>
|
|
|
|
|
|
|
+ <!-- <el-col :span="2"></el-col>
|
|
|
<el-col :span="10">
|
|
<el-col :span="10">
|
|
|
<el-form-item label="收益显示比率:" required prop="revenueDisplayRate">
|
|
<el-form-item label="收益显示比率:" required prop="revenueDisplayRate">
|
|
|
<el-input-number v-model="formEdit.revenueDisplayRate" :precision="2" :step="0.1" :min="0" :max="100" />
|
|
<el-input-number v-model="formEdit.revenueDisplayRate" :precision="2" :step="0.1" :min="0" :max="100" />
|
|
|
<text style="margin-left: 5px;font-size: 18px;">%</text>
|
|
<text style="margin-left: 5px;font-size: 18px;">%</text>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
|
|
|
|
+ </el-col> -->
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<el-form-item label="更新提示:" prop="updateTips">
|
|
<el-form-item label="更新提示:" prop="updateTips">
|
|
|
<el-input v-model="formEdit.updateTips" type="textarea" placeholder="请输入" clearable />
|
|
<el-input v-model="formEdit.updateTips" type="textarea" placeholder="请输入" clearable />
|
|
@@ -194,7 +194,7 @@ onBeforeMount(() => {
|
|
|
getList();
|
|
getList();
|
|
|
getDitchList();
|
|
getDitchList();
|
|
|
getIssuedAppList()
|
|
getIssuedAppList()
|
|
|
- getPromoterList()
|
|
|
|
|
|
|
+ // getPromoterList()
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
|