资金明细和软路由操作
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
border
|
border
|
||||||
style="width: 100%">
|
style="width: 100%">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
prop="create_time"
|
||||||
|
label="购买时间"
|
||||||
|
width="180">
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
prop="username"
|
prop="username"
|
||||||
label="会员"
|
label="会员"
|
||||||
width="180">
|
width="180">
|
||||||
@@ -104,6 +109,9 @@ export default {
|
|||||||
},
|
},
|
||||||
handleCurrentChange() {
|
handleCurrentChange() {
|
||||||
this.get();
|
this.get();
|
||||||
|
},
|
||||||
|
changeLineStatus(r) {
|
||||||
|
this.$api.post(this.$api.phpURL + 'ros/order/setIsend', {r}).then(res => {})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
* @version: 123
|
* @version: 123
|
||||||
* @Author: kangkang
|
* @Author: kangkang
|
||||||
* @Date: 2020-09-30 21:48:44
|
* @Date: 2020-09-30 21:48:44
|
||||||
* @LastEditors: kangkang
|
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||||
* @LastEditTime: 2020-10-30 17:05:42
|
* @LastEditTime: 2022-09-13 23:43:18
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div v-loading="loading">
|
<div v-loading="loading">
|
||||||
@@ -73,12 +73,14 @@ export default {
|
|||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
this.$store.commit('setCurrentNav', '订单管理>>资金明细')
|
this.$store.commit('setCurrentNav', '订单管理>>资金明细')
|
||||||
this.getAmountDetail()
|
// this.getAmountDetail()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
search () {
|
search () {
|
||||||
this.searchModel.PageIndex = 1
|
this.searchModel.PageIndex = 1
|
||||||
|
if (this.searchModel.keyWord.trim().length>8) {
|
||||||
this.getAmountDetail()
|
this.getAmountDetail()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
getAmountDetail () {
|
getAmountDetail () {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
|||||||
Reference in New Issue
Block a user