|
|
@@ -199,7 +199,6 @@ onMounted(() => {
|
|
|
@current-change="handleCurrentChange">
|
|
|
<template #action="{ row }">
|
|
|
<el-button
|
|
|
- v-if="row.status === 0"
|
|
|
link
|
|
|
type="primary"
|
|
|
@click="handleOpenForm(row.id!, 'edit')"
|
|
|
@@ -207,7 +206,6 @@ onMounted(() => {
|
|
|
填报
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-else-if="row.status === 1"
|
|
|
link
|
|
|
type="success"
|
|
|
@click="handleOpenForm(row.id!, 'readonly')"
|