替换金币字眼为钻石
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
<div class="col-sm-9">
|
||||
<span>
|
||||
<font color="#dd4b39">1.上传文件仅支持.xlsx格式的文件<br>
|
||||
2.文件内容第一行为标题(例:平台号,金币,钻石)<br>
|
||||
3.第一列为用户平台号,第二列为用户要添加的金币数量,第三列为用户要添加的钻石数量
|
||||
2.文件内容第一行为标题(例:平台号,钻石,金币)<br>
|
||||
3.第一列为用户平台号,第二列为用户要添加的钻石数量,第三列为用户要添加的金币数量
|
||||
</font>
|
||||
</span>
|
||||
</div>
|
||||
@@ -107,8 +107,8 @@ export default {
|
||||
// {field: 'temp', title: 'id', align: 'center', checkbox: true, width: '5%'},
|
||||
{ field: 'erbanNo', title: '平台号', align: 'center', width: '5%' },
|
||||
{ field: 'nick', title: '昵称', align: 'center', width: '5%' },
|
||||
{ field: 'goldNum', title: '金币数量', align: 'center', width: '5%' },
|
||||
{ field: 'diamondNum', title: '钻石数量', align: 'center', width: '5%' },
|
||||
{ field: 'goldNum', title: '钻石数量', align: 'center', width: '5%' },
|
||||
{ field: 'diamondNum', title: '金币数量', align: 'center', width: '5%' },
|
||||
{
|
||||
field: 'createTime',
|
||||
title: '创建时间',
|
||||
|
Reference in New Issue
Block a user