祖安之光
2025-11-10 97fe5fa8f39f27d06a61054a4619c6607a0d51d7
src/views/work/onlineEducation/offlineEducation/index.vue
@@ -82,7 +82,7 @@
          <div v-for="item in scope.row.files" style="display: flex;flex-direction: column">
            <div style="display: flex;flex-direction: column;align-items: center">
              <el-link type="primary" @click="openFile(item.filePath)">{{item.fileName}}</el-link>
              <el-button style="width: 50px;margin-bottom: 5px" size="small" @click="downloadFile(item)">下载</el-button>
              <el-button style="width: 50px;margin-bottom: 5px" size="small" @click="downloadFile(item)" v-hasPermi="['offlineEducation:list:edit']">下载</el-button>
            </div>
          </div>