|
@@ -38,9 +38,9 @@
|
|
|
>删除</el-button
|
|
>删除</el-button
|
|
|
>
|
|
>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
|
|
|
|
+<!-- <el-col :span="1.5">
|
|
|
<el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['physical:videoContent:export']">导出</el-button>
|
|
<el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['physical:videoContent:export']">导出</el-button>
|
|
|
- </el-col>
|
|
|
|
|
|
|
+ </el-col>-->
|
|
|
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</template>
|
|
</template>
|
|
@@ -49,7 +49,8 @@
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="编号" align="center" prop="id" v-if="true" />
|
|
<el-table-column label="编号" align="center" prop="id" v-if="true" />
|
|
|
<el-table-column label="视频标题" align="center" prop="title" />
|
|
<el-table-column label="视频标题" align="center" prop="title" />
|
|
|
- <el-table-column label="观看人数" align="center" prop="title" />
|
|
|
|
|
|
|
+ <el-table-column label="观看人数" align="center" prop="videoSeeCount" />
|
|
|
|
|
+ <el-table-column label="实际观看数" align="center" prop="videoTrueSeeCount" />
|
|
|
<el-table-column label="所需视频点" align="center" prop="requiredPoints" />
|
|
<el-table-column label="所需视频点" align="center" prop="requiredPoints" />
|
|
|
<el-table-column label="所属标签" align="center" prop="title" />
|
|
<el-table-column label="所属标签" align="center" prop="title" />
|
|
|
<el-table-column label="视频时长(秒)" align="center" prop="durationSeconds" />
|
|
<el-table-column label="视频时长(秒)" align="center" prop="durationSeconds" />
|
|
@@ -134,6 +135,9 @@
|
|
|
</el-upload>
|
|
</el-upload>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="观看数">
|
|
|
|
|
+ <el-input v-model="form.videoSeeCount" placeholder="请输入观看数" />
|
|
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="所需视频点" prop="requiredPoints">
|
|
<el-form-item label="所需视频点" prop="requiredPoints">
|
|
|
<el-input v-model="form.requiredPoints" placeholder="请输入所需视频点" />
|
|
<el-input v-model="form.requiredPoints" placeholder="请输入所需视频点" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|