修改转盘接口和部分请求api
This commit is contained in:
@@ -15,7 +15,7 @@ function del(data) {
|
|||||||
}
|
}
|
||||||
function getList(data) {
|
function getList(data) {
|
||||||
return $http({
|
return $http({
|
||||||
url: 'discSpinning/selectDiscSpinning',
|
url: 'app/discSpinning/selectDiscSpinning',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -801,11 +801,11 @@
|
|||||||
<span>{{ returnTypeName(scope.row.type) }}</span>
|
<span>{{ returnTypeName(scope.row.type) }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="数量">
|
<!-- <el-table-column label="数量">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.number }}</span>
|
<span>{{ scope.row.number }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<!-- <el-table-column label="红包金额比例" >
|
<!-- <el-table-column label="红包金额比例" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.ratio }}</span>
|
<span>{{ scope.row.ratio }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user