Commit 7f0f2d27 authored by 田翔's avatar 田翔

fix: 台账细节修改

parent 9e7c1d02
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.9.13", "version": "5.9.14",
"description": "5.9.13 关联表单细节修改", "description": "5.9.14 台账细节修改",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
.@{ant-prefix}-table-thead>tr { .@{ant-prefix}-table-thead>tr {
height: 40px; height: 40px;
th { th {
font-weight: bold;
overflow: inherit; overflow: inherit;
user-select: none; user-select: none;
/* Chrome and Opera */ /* Chrome and Opera */
......
...@@ -60,6 +60,7 @@ const Account = (props, ref) => { ...@@ -60,6 +60,7 @@ const Account = (props, ref) => {
pageSize: 100, pageSize: 100,
timeFrom: '', timeFrom: '',
timeTo: '', timeTo: '',
info: '',
queryWheres: [], queryWheres: [],
}; };
const [treeShow, setTreeShow] = useState(true); const [treeShow, setTreeShow] = useState(true);
......
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