This commit is contained in:
parent
539be5ffbe
commit
9325e1ffc5
|
@ -1047,7 +1047,7 @@
|
||||||
v-model="scope.row[iii]"
|
v-model="scope.row[iii]"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="virStatus&&formThead[iii].title === '依据链接'"
|
:disabled="isVirStatus(iii)"
|
||||||
@input="handleCost(scope.row,iii,$event,'batchAdd')"
|
@input="handleCost(scope.row,iii,$event,'batchAdd')"
|
||||||
class="priceBox"
|
class="priceBox"
|
||||||
/>
|
/>
|
||||||
|
@ -1080,54 +1080,6 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<template v-if="formValidate.type == 2">
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
label="卡密设置"
|
|
||||||
min-width="120"
|
|
||||||
>
|
|
||||||
<template slot-scope="scope">
|
|
||||||
<el-button
|
|
||||||
v-if="scope.row.cdkey && !scope.row.cdkey.list && !scope.row.stock"
|
|
||||||
size="small"
|
|
||||||
@click="addVirtual(0, 'oneFormBatch')"
|
|
||||||
>添加卡密</el-button>
|
|
||||||
<span v-else class="seeCatMy" @click="seeVirtual(oneFormBatch[0], 'oneFormBatch', 0)">已设置</span>
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
</template>
|
|
||||||
<template v-if="formValidate.extension_type === 1">
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
label="一级返佣(元)"
|
|
||||||
min-width="120"
|
|
||||||
>
|
|
||||||
<template slot-scope="scope">
|
|
||||||
<el-input-number
|
|
||||||
v-model="scope.row.extension_one"
|
|
||||||
:min="0"
|
|
||||||
size="small"
|
|
||||||
class="priceBox"
|
|
||||||
controls-position="right"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
label="二级返佣(元)"
|
|
||||||
min-width="120"
|
|
||||||
>
|
|
||||||
<template slot-scope="scope">
|
|
||||||
<el-input-number
|
|
||||||
v-model="scope.row.extension_two"
|
|
||||||
:min="0"
|
|
||||||
size="small"
|
|
||||||
class="priceBox"
|
|
||||||
controls-position="right"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
</template>
|
|
||||||
<el-table-column label="操作" min-width="80">
|
<el-table-column label="操作" min-width="80">
|
||||||
<template>
|
<template>
|
||||||
<el-button
|
<el-button
|
||||||
|
|
Loading…
Reference in New Issue