This commit is contained in:
hanjian
2024-09-09 14:29:25 +08:00
parent c55cacea07
commit efe5304bc1
4 changed files with 11 additions and 9 deletions

View File

@@ -533,9 +533,9 @@ export default {
if(row.recordStatus=='done'){
result = true;
}
/* if(row.isHasApplyUse){
if(row.isHasApplyUse){
result = false;
} */
}
return result;
},
/**=============================申请使用End================================*/

View File

@@ -49,7 +49,7 @@
<span>{{ parseTime(scope.row.createDate) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="100px">
<el-table-column label="操作" align="center" width="150px">
<template slot-scope="scope">
<el-button
size="mini"
@@ -58,7 +58,9 @@
v-if="previewAuth(scope.row)"
@click="handlePreview(scope.row)"
>预览</el-button>
<!-- <e-button type="text" icon="el-icon-download" v-if="isDownload && detailData.downloadStatus" @click="handleDownload(scope.row)" v-loading="loadingDownload">下载</e-button>-->
<el-button type="text" icon="el-icon-download" v-if="detailData.downloadStatus" @click="handleDownload(scope.row)" v-loading="loadingDownload">
下载
</el-button>
</template>
</el-table-column>
</el-table><!--el-table-->