|
@@ -8,7 +8,7 @@ import { A1TableType } from "@/types";
|
|
|
import { MessageFu } from "@/utils/message";
|
|
|
import A1add from "../A1add";
|
|
|
import MyTable from "@/components/MyTable";
|
|
|
-import { A1tableC } from "@/utils/tableData";
|
|
|
+import { A1tableCFu } from "@/utils/tableData";
|
|
|
import MyPopconfirm from "@/components/MyPopconfirm";
|
|
|
|
|
|
type Props = {
|
|
@@ -111,7 +111,7 @@ function A1main({ type }: Props) {
|
|
|
<MyTable
|
|
|
yHeight={680}
|
|
|
list={tableList}
|
|
|
- columnsTemp={A1tableC(type)}
|
|
|
+ columnsTemp={A1tableCFu(type)}
|
|
|
pagingInfo={false}
|
|
|
lastBtn={tableLastBtn}
|
|
|
/>
|