This commit is contained in:
2026-01-28 16:56:02 +08:00
parent 2635c76e79
commit 5545659aee
7 changed files with 342 additions and 14 deletions

View File

@ -37,8 +37,8 @@
<!-- 操作 -->
<template #controls="{ row }">
<el-link type="primary" @click="addEdit('edit', row)">详情</el-link>
<el-link type="warning" @click="handleYP('研判', row)">研判</el-link>
<el-link type="danger" @click="handleYP('深度研判', row)">深度研判</el-link>
<!-- <el-link type="warning" @click="handleYP('研判', row)">研判</el-link>
<el-link type="danger" @click="handleYP('深度研判', row)">深度研判</el-link> -->
</template>
</MyTable>
<Pages