ith5 преди 5 месеца
родител
ревизия
bd56788d70

+ 1 - 1
src/views/v1/advert/gamePackageLog/index.vue

@@ -16,7 +16,7 @@
               allow-clear
               placeholder="请选择游戏"
             /> -->
-            <game-select v-model="searchForm.game_id" />
+            <game-select v-model="searchForm.game_id" multiple />
           </a-form-item>
         </a-col>
         <a-col :sm="8" :xs="24">

+ 1 - 1
src/views/v1/customer/reconciliation/cwAgent/index.vue

@@ -30,7 +30,7 @@
         </a-col>
         <a-col :sm="8" :xs="24">
           <a-form-item label="负责人" field="auth_id">
-            <auth-select v-model="searchForm.auth_id" />
+            <auth-select v-model="searchForm.auth_id" multiple />
           </a-form-item>
         </a-col>
         <a-col :sm="8" :xs="24">

+ 2 - 2
src/views/v1/customer/roleData/index.vue

@@ -5,7 +5,7 @@
       <template #tableSearch>
         <a-col :sm="8" :xs="24">
           <a-form-item label="游戏" field="game_id">
-            <game-select v-model="searchForm.game_id" />
+            <game-select v-model="searchForm.game_id" multiple />
           </a-form-item>
         </a-col>
         <a-col :sm="8" :xs="24">
@@ -72,7 +72,7 @@ const searchForm = ref({
 // SaTable 基础配置
 const options = reactive({
   api: api.getPageList,
-  rowSelection: { showCheckedAll: true },
+  showSort: false,
 
   edit: {
     show: true,