Ver código fonte

master保存

朱鑫波 2 anos atrás
pai
commit
5ddbfc4c1c
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      src/views/promoter/promoterSeas.vue

+ 5 - 5
src/views/promoter/promoterSeas.vue

@@ -24,7 +24,7 @@
         >
         </el-input>
       </el-form-item>
-      <el-form-item label="认领状态" prop="status">
+      <!-- <el-form-item label="认领状态" prop="status">
         <el-select
           v-model="queryParams.status"
           placeholder="选择账户类型"
@@ -38,7 +38,7 @@
             :value="item.value"
           />
         </el-select>
-      </el-form-item>
+      </el-form-item> -->
       <el-form-item>
         <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery"
           >搜索</el-button
@@ -164,8 +164,8 @@
           <div v-else>-</div>
         </template>
       </el-table-column>
-      <el-table-column label="认领记录" align="center" prop="userName"> </el-table-column>
-      <el-table-column label="操作" align="center" prop="action">
+      <!-- <el-table-column label="认领记录" align="center" prop="userName"> </el-table-column> -->
+      <!-- <el-table-column label="操作" align="center" prop="action">
         <template slot-scope="scope">
           <el-button
             size="mini"
@@ -175,7 +175,7 @@
             >认领</el-button
           >
         </template>
-      </el-table-column>
+      </el-table-column> -->
     </el-table>
 
     <pagination