Commit 4f759593 authored by 张耀's avatar 张耀

feat:

处置反馈按钮逻辑优化
parent d05e13e6
...@@ -78,7 +78,12 @@ ...@@ -78,7 +78,12 @@
{{ statusOptions[row.status] }} {{ statusOptions[row.status] }}
</template> </template>
<template #operation="{ row }"> <template #operation="{ row }">
<el-button type="primary" :disabled="row.is_disposed == 1" link size="small" @click="operation(row)"> <el-button
type="primary"
:disabled="row.status != 2 || row.is_disposed == 1"
link
size="small"
@click="operation(row)">
处置反馈 处置反馈
</el-button> </el-button>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment