فهرست منبع

feat: 部分调整

xdd 4 هفته پیش
والد
کامیت
0c3cae099a
1فایلهای تغییر یافته به همراه18 افزوده شده و 18 حذف شده
  1. 18 18
      src/views/fs/user/index.vue

+ 18 - 18
src/views/fs/user/index.vue

@@ -51,13 +51,13 @@
           </el-tag>
         </template>
       </el-table-column>
-      <el-table-column label="是否重粉" align="center" prop="isRepeat">
-        <template slot-scope="scope">
-          <el-tag :type="scope.row.isRepeat === 1 ? 'success' : 'danger'">
-            {{ scope.row.status === 1 ? '是' : '否' }}
-          </el-tag>
-        </template>
-      </el-table-column>
+<!--      <el-table-column label="是否重粉" align="center" prop="isRepeat">-->
+<!--        <template slot-scope="scope">-->
+<!--          <el-tag :type="scope.row.isRepeat === 1 ? 'success' : 'danger'">-->
+<!--            {{ scope.row.status === 1 ? '是' : '否' }}-->
+<!--          </el-tag>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
       <el-table-column label="看课数量" align="center" prop="watchCourseCount" />
       <el-table-column label="参与营期数量" align="center" prop="partCourseCount" />
       <el-table-column label="所属销售" align="center" prop="companyUserNickName" />
@@ -72,17 +72,17 @@
         </template>
       </el-table-column>
       <el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true" />
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150">
-        <template slot-scope="scope">
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-delete"
-            @click="handleQwAccount(scope.row)"
-            v-hasPermi="['fs:user:remove']"
-          >查看重粉列表</el-button>
-        </template>
-      </el-table-column>
+<!--      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150">-->
+<!--        <template slot-scope="scope">-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-delete"-->
+<!--            @click="handleQwAccount(scope.row)"-->
+<!--            v-hasPermi="['fs:user:remove']"-->
+<!--          >查看重粉列表</el-button>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
     </el-table>
 
     <pagination