|
@@ -49,9 +49,9 @@
|
|
<el-table-column label="操作" align="center" fixed="right" min-width="110">
|
|
<el-table-column label="操作" align="center" fixed="right" min-width="110">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button
|
|
<el-button
|
|
- v-if="scope.row.task_status === '待解析'"
|
|
|
|
link
|
|
link
|
|
type="success"
|
|
type="success"
|
|
|
|
+ :disabled="scope.row.task_status !== '待解析'"
|
|
@click="handleAnalysis(scope.row)"
|
|
@click="handleAnalysis(scope.row)"
|
|
>解析</el-button>
|
|
>解析</el-button>
|
|
<el-button
|
|
<el-button
|