优化
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-22 14:18:12
|
||||
* @LastEditors: kangkang
|
||||
* @LastEditTime: 2020-10-30 14:13:13
|
||||
* @LastEditTime: 2020-10-31 14:43:55
|
||||
-->
|
||||
<template>
|
||||
<div style="height:95%">
|
||||
<el-button size=small type="primary" @click="$router.push('/order/finance')" plain>返回</el-button>
|
||||
<el-table :show-overflow-tooltip="true" :data="tableData" height="calc(100% - 150px)" style="width: 100%">
|
||||
<el-table-column prop="id" label="序号" width="150"> </el-table-column>
|
||||
<el-table-column prop="create_time" label="操作时间" width="150"> </el-table-column>
|
||||
<el-table-column prop="op_person" label="操作人" width="100"> </el-table-column>
|
||||
<el-table-column prop="product" label="原后台" width="100"> </el-table-column>
|
||||
|
||||
@@ -146,6 +146,10 @@ export default {
|
||||
this.$api.post(this.$api.phpURL + 'order/CashOutAdmin/handle', {info}).then(res => {
|
||||
this.dialogFormVisible = false
|
||||
this.row_info.status = this.dealStatus(this.form.status)
|
||||
// eslint-disable-next-line eqeqeq
|
||||
if (res.Code == 30000) {
|
||||
this.$message.error('支付宝信息填写错误')
|
||||
}
|
||||
})
|
||||
},
|
||||
search () {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-13 19:45:55
|
||||
* @LastEditors: kangkang
|
||||
* @LastEditTime: 2020-10-30 19:22:17
|
||||
* @LastEditTime: 2020-11-02 10:20:33
|
||||
-->
|
||||
<template>
|
||||
<div style="height:95%">
|
||||
@@ -32,7 +32,7 @@
|
||||
label="操作"
|
||||
width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-button v-show="!scope.row.f_balance && scope.row.status=='已同意'" @click="handleClick(scope.row)" type="text" size="small">处理</el-button>
|
||||
<el-button v-show="!scope.row.f_balance" @click="handleClick(scope.row)" type="text" size="small">处理</el-button>
|
||||
<el-button v-show="scope.row.f_balance" type="text" size="small">已处理</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user