@@ -123,6 +123,7 @@ function Z_upFileOne({
okText="删除"
cancelText="取消"
onConfirm={() => setCover("")}
+ okButtonProps={{ loading: false }}
>
<CloseOutlined />
</Popconfirm>
@@ -207,6 +207,7 @@ function A1Order() {
onConfirm={() => delTableFu(item.id)}
<Button size="small" type="text" danger>
删除
@@ -173,6 +173,7 @@ function A2Edit({ editInfo, editFu, closeFu }: Props) {
@@ -261,6 +262,7 @@ function A2Edit({ editInfo, editFu, closeFu }: Props) {
okText="放弃"
onConfirm={closeFu}
<Button>取消</Button>
@@ -218,6 +218,7 @@ function A2Modal({ isEdit, inCloseFu, inEditFu }: Props) {
onConfirm={inCloseFu}
@@ -224,7 +224,7 @@ function A2ZSort() {
<>
点击  
<SortAscendingOutlined />
-  输入 排序标识,按 Enter键 交换序号(序号标识会累加,删除的序号标识不会在出现)
+  输入 排序标识,按 Enter键 交换位置(排序标识会累加,删除的排序标识不会在出现)
</>
}
@@ -75,6 +75,7 @@ function A3Modal({ pid, closeFu, addTableFu }: Props) {
onConfirm={() => closeFu()}
@@ -170,6 +170,7 @@ function A3Fliqlo() {
@@ -229,6 +230,7 @@ function A3Fliqlo() {
onConfirm={() => setEdit(false)}
@@ -129,6 +129,7 @@ function UserAdd({ id, closePage, upTableList, addTableList }: Props) {
onConfirm={closePage}
@@ -230,6 +230,7 @@ function A4User() {
okText="重置"
onConfirm={() => resetPassFu(item.id!)}
<Button size="small" type="text">
重置密码
@@ -248,6 +249,7 @@ function A4User() {
onConfirm={() => delTableFu(item.id!)}
@@ -172,6 +172,7 @@ function Layout() {
okText="确定"
onConfirm={loginExit}
退出登录