|
|
|
@ -383,7 +383,7 @@ |
|
|
|
@click="handleActionDetail(row)" |
|
|
|
@click="handleActionDetail(row)" |
|
|
|
>办理详情</el-button |
|
|
|
>办理详情</el-button |
|
|
|
> |
|
|
|
> |
|
|
|
<el-button type="primary" v-if="row.processingStatus !== 'completed'" link @click="handleUpdate(row)">修改</el-button> |
|
|
|
<el-button type="primary" link @click="handleUpdate(row)">修改</el-button> |
|
|
|
<el-button type="danger" v-if="row.processingStatus !== 'completed'" link @click="handleDel(row)">删除</el-button> |
|
|
|
<el-button type="danger" v-if="row.processingStatus !== 'completed'" link @click="handleDel(row)">删除</el-button> |
|
|
|
<!-- <el-button type="primary" v-if="row.status === '1' || row.status === '2'" link @click="handleWatchDetail(row)">查看详情</el-button>--> |
|
|
|
<!-- <el-button type="primary" v-if="row.status === '1' || row.status === '2'" link @click="handleWatchDetail(row)">查看详情</el-button>--> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|