Browse Source

功能联调bug修改

test
zhaoln 4 weeks ago
parent
commit
1e3f50e5b8
  1. 2
      gold-system/src/views/goldBeen/goldenBeenConsum.vue
  2. 2
      gold-system/stats.html

2
gold-system/src/views/goldBeen/goldenBeenConsum.vue

@ -94,7 +94,7 @@
<el-table-column prop="sourceType" label="消费类型" width="120">
<template #default="scope">
<span>{{
consumList.find((item) => item.value === scope.row.good)?.text
consumList.find((item) => item.value === scope.row.sourceType)?.text
}}</span>
</template>
</el-table-column>

2
gold-system/stats.html
File diff suppressed because it is too large
View File

Loading…
Cancel
Save