|
|
|
@ -47,15 +47,10 @@ |
|
|
|
<el-button type="text" @click="updateStatus(scope.row, 3)" v-if="scope.row.status == 2" |
|
|
|
<el-button type="text" @click="updateStatus(scope.row, 3)" v-if="scope.row.status == 2" |
|
|
|
>作废</el-button |
|
|
|
>作废</el-button |
|
|
|
> |
|
|
|
> |
|
|
|
<el-button type="text" @click="templatePreserve(scope.row)" v-if="scope.row.status == 2" |
|
|
|
<el-button type="text" @click="templatePreserve(scope.row)" v-if="scope.row.status == 1" |
|
|
|
>维护电子档案</el-button |
|
|
|
>维护电子档案</el-button |
|
|
|
> |
|
|
|
> |
|
|
|
<el-button |
|
|
|
<el-button type="text" @click="detailClick(scope.row)">电子档案详情</el-button> |
|
|
|
type="text" |
|
|
|
|
|
|
|
@click="detailClick(scope.row)" |
|
|
|
|
|
|
|
v-if="scope.row.status == 2 || scope.row.status == 3" |
|
|
|
|
|
|
|
>电子档案详情</el-button |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #line="{ row }"> |
|
|
|
<template #line="{ row }"> |
|
|
|
<el-tag v-if="row.line == 1">线上</el-tag> |
|
|
|
<el-tag v-if="row.line == 1">线上</el-tag> |
|
|
|
|