heyujie
2021-02-26 948f1349334ee853e843d253fc1a4d0bb1523284
视频修改时间订正
3个文件已修改
16 ■■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/memberManage.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/taskManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/memberManage.vue
@@ -211,7 +211,7 @@
            @mouseover="showDemo=true"
            @mouseout="showDemo=false"
          >示例</a>),点击
          <a href="javascript:;">下载模板.excel</a>
          <a href="javascript:;" @click="downloadExcel">下载模板.excel</a>
          <img class="tip-demo" v-if="showDemo" :src="`${publicPath}images/shuohuang/tip.jpg`" alt />
        </p>
        <div class="flex-box">
@@ -232,7 +232,7 @@
<script>
import { getShuohuangDepartTree, getOrganizeTree, getMemberList, updateMemberInfo, addMember, updateUnit, uploadMemberPic, uploadDirectory, uploadFile } from '@/api/shuohuang'
import { getShuohuangDepartTree, getOrganizeTree, getMemberList, updateMemberInfo, addMember, updateUnit, uploadMemberPic, uploadDirectory, uploadFile,downloadFile } from '@/api/shuohuang'
export default {
  data () {
    return {
@@ -313,6 +313,12 @@
      this.checkedOrgID = a.id
      this.checkedOrgName = a.label
    },
    downloadExcel(){
      downloadFile().then(function (res) {
        // debugger
        console.log(res);
      })
    },
    updateOrg () {
      let ids = this.multipleTableSelection.map(row => {
        return row.ID
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -234,8 +234,8 @@
            </template>
          </el-table-column>
          <el-table-column label="大小" prop="VideoSize" sortable></el-table-column>
          <el-table-column label="修改日期" prop="UpdatedAt" sortable></el-table-column>
          <el-table-column label="创建日期" prop="CreatedAt" sortable></el-table-column>
          <el-table-column label="修改日期" prop="VideoUpdateDate" sortable></el-table-column>
          <el-table-column label="创建日期" prop="VideoCreateDate" sortable></el-table-column>
          <el-table-column label="操作">
            <template slot-scope="scope">
              <div class="operation">
src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -313,7 +313,7 @@
          obj.checked = false;
          arr.push(obj);
        }
        debugger
        // debugger
        _this.trainNoList = arr;
        _this.trainNoTotal = res.total;
      });