Explorar el Código

update ui

master
Anna Ho hace 1 año
padre
commit
76bd7ba46c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/PendingPaymentTab.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/PendingPaymentTab.js Ver fichero

@@ -94,7 +94,7 @@ export default function SubmittedTab({ rows }) {
field: 'actions',
type: 'actions',
headerName: '',
width: 100,
width: 120,
cellClassName: 'actions',
renderCell: (params) => {
return <Button onClick={handleDetailClick(params)}>查看詳細</Button>;


Cargando…
Cancelar
Guardar