|
@@ -22,12 +22,12 @@
|
|
|
{{ $t('financial.statusManagement') }}<!-- 状态管理 -->
|
|
{{ $t('financial.statusManagement') }}<!-- 状态管理 -->
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template></el-table-column>
|
|
</template></el-table-column>
|
|
|
-<!-- <el-table-column min-width="150" :label="$t('financial.typeManagement')"> <!– 操作 –>-->
|
|
|
|
|
-<!-- <template slot-scope="scope">-->
|
|
|
|
|
-<!-- <el-button type="success" size="small" @click="handleTypeManagement(scope.row)" >-->
|
|
|
|
|
-<!-- {{ $t('financial.typeManagement') }}<!– 状态管理 –>-->
|
|
|
|
|
-<!-- </el-button>-->
|
|
|
|
|
-<!-- </template></el-table-column>-->
|
|
|
|
|
|
|
+ <el-table-column min-width="150" :label="$t('financial.typeManagement')"> <!-- 操作 -->
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button type="success" size="small" @click="handleTypeManagement(scope.row)" >
|
|
|
|
|
+ {{ $t('financial.typeManagement') }}<!-- 状态管理 -->
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ </template></el-table-column>
|
|
|
<el-table-column min-width="150" :label="$t('financial.viewVoucher')"><!-- 查看凭证 -->
|
|
<el-table-column min-width="150" :label="$t('financial.viewVoucher')"><!-- 查看凭证 -->
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="success" size="small" @click="handleInvoiceShow(scope.row)"
|
|
<el-button type="success" size="small" @click="handleInvoiceShow(scope.row)"
|
|
@@ -198,7 +198,6 @@
|
|
|
this.$refs['form'].resetFields()
|
|
this.$refs['form'].resetFields()
|
|
|
},
|
|
},
|
|
|
handleTypeManagement(row) {
|
|
handleTypeManagement(row) {
|
|
|
- console.log(row)
|
|
|
|
|
this.form.id = row.ID
|
|
this.form.id = row.ID
|
|
|
this.form.rechargeType = row.TYPE.value
|
|
this.form.rechargeType = row.TYPE.value
|
|
|
this.dialogTypeVisible = true
|
|
this.dialogTypeVisible = true
|