|
@@ -130,6 +130,11 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-row>
|
|
|
+ <el-col :span="4">用户备注: </el-col>
|
|
|
+ <el-col :span="20"> {{ showMessage.userComment }}</el-col>
|
|
|
+ </el-row>
|
|
|
+
|
|
|
+ <el-row>
|
|
|
<el-col :span="24">
|
|
|
<el-input :disabled="showMessage.status != 'PROCESSING'"
|
|
|
type="textarea"
|
|
@@ -258,7 +263,7 @@ export default {
|
|
|
this.showMessage.type = memo.type
|
|
|
this.remark = res.data.studentApplyRefunds.remark
|
|
|
this.actualAmount = res.data.studentApplyRefunds.actualAmount
|
|
|
- //
|
|
|
+ //
|
|
|
} else {
|
|
|
this.$message.error(res.msg)
|
|
|
}
|
|
@@ -481,4 +486,4 @@ export default {
|
|
|
color: #ccc;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|