zx 3 天之前
父節點
當前提交
25f6299c1f
共有 2 個文件被更改,包括 2 次插入28 次删除
  1. 2 27
      src/views/course/userWatchCourseStatistics/index.vue
  2. 0 1
      src/views/course/userWatchStatistics/index.vue

+ 2 - 27
src/views/course/userWatchCourseStatistics/index.vue

@@ -20,15 +20,7 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-      <el-form-item label="视频标题" prop="videoTitle">
-        <el-input
-          v-model="queryParams.videoTitle"
-          placeholder="请输入视频标题"
-          clearable
-          size="small"
-          @keyup.enter.native="handleQuery"
-        />
-      </el-form-item>
+
       <el-form-item label="销售公司" prop="companyName">
         <el-input
           v-model="queryParams.companyName"
@@ -47,6 +39,7 @@
           placeholder="选择课程开始日期">
         </el-date-picker>
       </el-form-item>
+
       <el-form-item label="销售名称" prop="companyUserName">
         <el-input
           v-model="queryParams.companyUserName"
@@ -94,24 +87,6 @@
       <el-table-column label="答题正确率" align="center" prop="answerRightRate" />
       <el-table-column label="红包领取数量" align="center" prop="redPacketNum" />
       <el-table-column label="红包领取总额" align="center" prop="redPacketAmount" />
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
-        <template slot-scope="scope">
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-edit"
-            @click="handleUpdate(scope.row)"
-            v-hasPermi="['course:userWatchCourseStatistics:edit']"
-          >修改</el-button>
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-delete"
-            @click="handleDelete(scope.row)"
-            v-hasPermi="['course:userWatchCourseStatistics:remove']"
-          >删除</el-button>
-        </template>
-      </el-table-column>
     </el-table>
 
     <pagination

+ 0 - 1
src/views/course/userWatchStatistics/index.vue

@@ -34,7 +34,6 @@
 
     <el-table border v-loading="loading" :data="userWatchStatisticsList" @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center" />
-      <el-table-column label="营期id" align="center" prop="periodId" />
       <el-table-column label="营期名称" align="center" prop="periodName" />
       <el-table-column label="营期开始日期" align="center" prop="periodStartingTime" width="180">
         <template slot-scope="scope">