Explorar el Código

日志填报删除权限修改

duy hace 2 meses
padre
commit
952e2cb2eb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/ledger/components/table-list.vue

+ 2 - 1
src/views/ledger/components/table-list.vue

@@ -115,7 +115,8 @@
                     </HcTooltip>
                     <HcTooltip keys="ledger_query_table_del">
                         <el-button
-                            :disabled="!row.operation || row.status !== 0"
+                            :disabled="!row.operation || (row.status === 1 || row.status === 2)"
+
                             plain
                             size="small"
                             type="danger"