Commit 4fa07649 authored by danfuman's avatar danfuman

修改

parent d1eaf91d
...@@ -76,7 +76,8 @@ ...@@ -76,7 +76,8 @@
<el-table-column label="导出时间" align="left" prop="createTime"></el-table-column> <el-table-column label="导出时间" align="left" prop="createTime"></el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope" align="left"> <template slot-scope="scope" align="left">
<div class="wordprimary" style="text-align: left" @click="getFile(scope.row.url)">下载表格</div> <div v-if="scope.row.status === 0" class="wordprimary" style="text-align: left" @click="getFile(scope.row.url)">下载表格</div>
<div v-if="scope.row.status === 2" class="wordprimary" style="text-align: left">生成中...</div>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment