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