|
@@ -102,6 +102,7 @@ const options = reactive({
|
|
|
|
|
|
|
|
// SaTable 列配置
|
|
// SaTable 列配置
|
|
|
const columns = reactive([
|
|
const columns = reactive([
|
|
|
|
|
+ { title: '游戏ID', dataIndex: 'id', width: 60 },
|
|
|
{ title: '游戏名称', dataIndex: 'name', width: 130 },
|
|
{ title: '游戏名称', dataIndex: 'name', width: 130 },
|
|
|
// { title: "产品归属", dataIndex: "main_game_name", width: 130 },
|
|
// { title: "产品归属", dataIndex: "main_game_name", width: 130 },
|
|
|
{ title: '包名', dataIndex: 'package_name', width: 130 },
|
|
{ title: '包名', dataIndex: 'package_name', width: 130 },
|