yangys
2025-09-17 bbc859771de545dd34628064459c386b456ebd5d
增加首页历史文件下载
已修改1个文件
8 ■■■■ 文件已修改
src/views/wel/shemi.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wel/shemi.vue
@@ -176,7 +176,13 @@
      <el-table :data="hisFileTableData" ref="hisFilesTable" border @row-click="showHisContent" max-height="200" highlight-current-row>
        <el-table-column type="index" label="#" width="40" align="center"/>
        <el-table-column prop="name" label="文件名称"></el-table-column>
        <el-table-column prop="createTime" label="创建时间"></el-table-column>
        <el-table-column prop="createTime" label="创建时间" width="180"></el-table-column>
        <el-table-column fixed="right" label="操作" width="80" align="center">
            <template #default="scope">
                <a style="color: blue;cursor: pointer;font-size: 12px;margin-right: 4px;" type="text" size="small"
                    @click.stop="handleDownload(scope.row)">下载</a>
            </template>
        </el-table-column>
      </el-table>
      <h4>程序内容</h4>
      <div v-html="hisFileContent" class="app-content"></div>