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

fix: 台账细节修改

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