diff --git a/src/views/cai/accountChangeLog/index.vue b/src/views/cai/accountChangeLog/index.vue
index 66868b6..015d737 100644
--- a/src/views/cai/accountChangeLog/index.vue
+++ b/src/views/cai/accountChangeLog/index.vue
@@ -57,6 +57,11 @@
+
+
+ {{scope.row.changeValue}}
+
+
@@ -65,7 +70,6 @@
-
@@ -219,6 +223,16 @@ export default {
})*/
this.$modal.msgWarning("无关联记录");
break;
+ case "SYSTEM":
+ if(row.changeType === 501){
+ this.rechargeOrderInfoVisible = true
+ this.$nextTick(() => {
+ this.$refs.rechargeOrderInfo.traceIdInit(row.traceId)
+ })
+ }else {
+ this.$modal.msgWarning("无关联记录");
+ }
+ break;
default:
this.$modal.msgSuccess("无关联记录");
break;
@@ -234,4 +248,13 @@ export default {
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
}
+ .font-red {
+ color: red;
+ }
+ .font-green {
+ color: green;
+ }
+ .font-blue {
+ color: blue;
+ }