Commit d15e1a3e authored by lxd's avatar lxd

feat: 样式修复

parent 6b98462e
...@@ -148,7 +148,7 @@ export function columns(res, pages) { ...@@ -148,7 +148,7 @@ export function columns(res, pages) {
<Button <Button
type="primary" type="primary"
disabled={ disabled={
(row.blueInvoiceState === 1 || row.blueInvoiceState === 3) && row.payState === 3 !(row.blueInvoiceState === 1 || row.blueInvoiceState === 3) && row.payState === 3
} }
className={styles.button} className={styles.button}
onClick={() => res.edit(1, row)} onClick={() => res.edit(1, row)}
......
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