Commit 34e0922d9142895dba1888fc782792178f199ace

Authored by 莫红玲
2 parents caa938c6 fc3c0ceb

Merge remote-tracking branch 'origin/bug_fix'

src/pages/ehr/PhoneChargeAndSubsidy/subpages/SubsidyConfirm/components/ConfirmModal.tsx
... ... @@ -296,7 +296,9 @@ export default function SubsidyConfirmModal() {
296 296 },
297 297 {
298 298 title: "备注",
299   - width: 80,
  299 + editable: true,
  300 + inputType: "text",
  301 + width: 250,
300 302 dataIndex: "remark",
301 303 render: (remark: string) => (remark ? (
302 304 <Popover content={remark || "-"} trigger="click">
... ...