zhouwx
2024-07-19 e3bfce922c47cf8706be6eada6f5edbd38f39316
src/views/onlineEducation/courseManage/courseChapters/components/chooseResource.vue
@@ -27,6 +27,7 @@
          <span>{{scope.row.resourceType == 1 ? '视频':scope.row.resourceType == 2 ? '音频':'文档'}}</span>
        </template>
      </el-table-column>
      <el-table-column label="上传时间" prop="createTime" align="center"  />
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
        <template #default="scope">
          <el-button link type="primary" @click="choose(scope.row)">选择</el-button>