|
|
@@ -144,9 +144,9 @@
|
|
|
{{ getLogTypeText(scope.row.type) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="remark" :label="t('modules.withdraw.remark')" min-width="300">
|
|
|
+ <el-table-column prop="memo" :label="t('modules.withdraw.remark')" min-width="300">
|
|
|
<template #default="scope">
|
|
|
- {{ scope.row.remark || '--' }}
|
|
|
+ {{ scope.row.memo || '--' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|