Quellcode durchsuchen

1、游戏分组把排序字段放出来
2、检查各表,不需要的复选框去掉

ith5 vor 4 Monaten
Ursprung
Commit
1df06f9143

+ 0 - 1
src/views/v1/advert/callbackPushLog/index.vue

@@ -81,7 +81,6 @@ const searchForm = ref({
 // SaTable 基础配置
 const options = reactive({
   api: api.getPageList,
-  rowSelection: { showCheckedAll: true },
   operationColumn: false,
 })
 

+ 0 - 1
src/views/v1/center/game/index.vue

@@ -69,7 +69,6 @@ const searchForm = ref({
 // SaTable 基础配置
 const options = reactive({
   api: api.getPageList,
-  rowSelection: { showCheckedAll: false },
   operationColumnWidth: 280,
   add: {
     show: true,

+ 4 - 1
src/views/v1/center/gameGroup/index.vue

@@ -77,7 +77,10 @@ const options = reactive({
 })
 
 // SaTable 列配置
-const columns = reactive([{ title: '分组名', dataIndex: 'name', width: 180 }])
+const columns = reactive([
+  { title: '排序', dataIndex: 'sort', width: 20 },
+  { title: '分组名', dataIndex: 'name', width: 180 },
+])
 
 // 页面数据初始化
 const initPage = async () => {}

+ 0 - 1
src/views/v1/gameLog/active/index.vue

@@ -67,7 +67,6 @@ const searchForm = ref({
 const options = reactive({
   api: api.getActiveList,
   pk: 'id',
-  rowSelection: { showCheckedAll: true },
   showSort: false,
   showSummary: true,
   operationColumn: false,

+ 0 - 1
src/views/v1/gameLog/agentByDay/index.vue

@@ -80,7 +80,6 @@ const searchForm = ref({
 const options = reactive({
   api: api.getAgentDayDataList,
   pk: 'tdate',
-  rowSelection: { showCheckedAll: true },
 
   showSummary: true,
   showSort: true,

+ 0 - 1
src/views/v1/gameLog/hour/index.vue

@@ -147,7 +147,6 @@ const searchForm = ref({
 const options = reactive({
   api: api.getHourList,
   pk: 'id',
-  rowSelection: { showCheckedAll: true },
 
   operationColumn: false,
 })

+ 0 - 1
src/views/v1/gameLog/ltv/index.vue

@@ -95,7 +95,6 @@ const searchForm = ref({
 const options = reactive({
   api: api.getLtvDataList,
   pk: 'tdate',
-  rowSelection: { showCheckedAll: true },
 
   showSummary: true,
   summary: [

+ 0 - 1
src/views/v1/gameLog/ltvm/index.vue

@@ -94,7 +94,6 @@ const searchForm = ref({
 const options = reactive({
   api: api.getLtvMDataList,
   pk: 'tmonth',
-  rowSelection: { showCheckedAll: true },
   showSort: false,
   showSummary: true,
   summary: [

+ 1 - 1
src/views/v1/gameLog/site/index.vue

@@ -91,7 +91,7 @@ const searchForm = ref({
 const options = reactive({
   api: api.getAdSiteDataList,
   pk: 'id',
-  rowSelection: { showCheckedAll: true },
+
   showSort: false,
   showSummary: true,
   summary: [