diff --git a/gold-system/.env.development b/gold-system/.env.development
index b87c5db..389772c 100644
--- a/gold-system/.env.development
+++ b/gold-system/.env.development
@@ -1,5 +1,5 @@
# VITE_API_BASE='http://54.251.137.151:10704/'
# VITE_API_BASE='http://192.168.8.94:8080/'
-# VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_dev'
+VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_dev'
# VITE_API_BASE='http://54.251.137.151:10704/'
-VITE_API_BASE='http://192.168.8.225:8080/'
+# VITE_API_BASE='http://192.168.8.225:8080/'
diff --git a/gold-system/.env.test b/gold-system/.env.test
index 6d17b02..ff85937 100644
--- a/gold-system/.env.test
+++ b/gold-system/.env.test
@@ -1,6 +1,6 @@
# VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod'
#VITE_API_BASE='http://54.251.137.151:10704/'
# VITE_API_BASE='http://192.168.8.94:8080/'
-# VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_dev'
-VITE_API_BASE='http://192.168.8.225:8080/'
+VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_dev'
+# VITE_API_BASE='http://192.168.8.225:8080/'
diff --git a/gold-system/src/views/audit/refundAudit.vue b/gold-system/src/views/audit/refundAudit.vue
index e0d5d7b..8f37b15 100644
--- a/gold-system/src/views/audit/refundAudit.vue
+++ b/gold-system/src/views/audit/refundAudit.vue
@@ -751,6 +751,16 @@ const trimJwCode = () => {
+
+ {{scope.row.auditTime ? moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') : '------'}}
+
+
+ {
sortField.value = 'free_coin'
} else if (column.prop === 'createTime') {
sortField.value = 'create_time'
+ } else if (column.prop === 'auditTime') {
+ sortField.value = 'audit_time'
}
sortOrder.value = column.order === 'ascending' ? 'ASC' : 'DESC'
get()
@@ -654,6 +656,16 @@ const handleCurrentChange = function (val) {
+
+ {{ moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+ {
console.log('排序方式:', column.order)
if (column.prop === 'buyJb') {
sortField.value = 'buy_jb'
- } else if (column.prop === 'taskJb') {
+ } else if (column.prop === 'coreJb') {
sortField.value = 'core_jb'
} else if (column.prop === 'free6') {
sortField.value = 'free_6'
@@ -355,7 +355,7 @@ const handleCurrentChange = function (val) {
@@ -372,7 +372,7 @@ const handleCurrentChange = function (val) {
@@ -382,7 +382,7 @@ const handleCurrentChange = function (val) {
@@ -392,7 +392,7 @@ const handleCurrentChange = function (val) {
diff --git a/gold-system/stats.html b/gold-system/stats.html
index 120f7a8..27d6791 100644
--- a/gold-system/stats.html
+++ b/gold-system/stats.html
@@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {