|
@@ -14,7 +14,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" v-if="scope.row.is_upload==2 && scope.row.uo_id==userInfo.uo_id" @click="handleUpload(scope.row)">上传</el-button>
|
|
|
<el-button type="text" v-if="scope.row.is_upload==1" @click="lookDetail(scope.row)">查看</el-button>
|
|
|
- <el-button type="text" v-if="scope.row.is_upload==1 && scope.row.uo_id==userInfo.uo_id" @click="handleEdit(scope.row)">编辑</el-button>
|
|
|
+ <el-button :disabled="scope.row.jddr_sh_status==1?true:false" type="text" v-if="scope.row.is_upload==1 && scope.row.uo_id==userInfo.uo_id" @click="handleEdit(scope.row)">编辑</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|