市场业绩离职功能提交导出修正

master
zhengyongxing 4 years ago
parent c9ef39ada9
commit 0fe7e58c61

@ -86,7 +86,7 @@ class ModelModel extends Model{
return empty($fields) ? '' : json_encode($fields);
}
protected function getAttribute($fields) {
protected function getAttribute($fields="") {
return empty($fields) ? '' : implode(',', $fields);
}

@ -148,6 +148,7 @@ text-indent:0;
</th>
<th>游戏ID</th>
<th>游戏名称</th>
<th>归属识别号</th>
<th>运营平台</th>
<th>混服管理</th>
<th>游戏类型</th>
@ -173,6 +174,7 @@ text-indent:0;
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
<td>{$data.id}</td>
<td>{$data.game_name}</td>
<td>{$data.unique_code|default="无"}</td>
<td class="">{:get_systems_name($data['sdk_version'])}</td>
<td>{:getServerType($data['server_type'])}</td>

Loading…
Cancel
Save