Commit bba0cdba by lijiabin

fix: 修改字段名

parent 43ac10e7
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<el-table-column prop="price" label="兑换所需YA币" min-width="200"> </el-table-column> <el-table-column prop="price" label="兑换所需YA币" min-width="200"> </el-table-column>
<el-table-column prop="showName" label="创建人" min-width="200" /> <el-table-column prop="createUserName" label="创建人" min-width="200" />
<el-table-column prop="createTime" label="创建时间" min-width="200"> <el-table-column prop="createTime" label="创建时间" min-width="200">
<template #default="{ row }"> <template #default="{ row }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment