update
This commit is contained in:
@@ -533,9 +533,9 @@ export default {
|
||||
if(row.recordStatus=='done'){
|
||||
result = true;
|
||||
}
|
||||
/* if(row.isHasApplyUse){
|
||||
if(row.isHasApplyUse){
|
||||
result = false;
|
||||
} */
|
||||
}
|
||||
return result;
|
||||
},
|
||||
/**=============================申请使用End================================*/
|
||||
|
||||
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user