使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
wayne.lee
/
tsms
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
2
百科
动态
浏览代码
bug fix
tags/Baseline_30082024_FRONTEND_UAT
leoho2fi
1年前
父节点
6b49f40840
当前提交
b939d0798a
共有
4 个文件被更改
,包括
8 次插入
和
8 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
src/components/ReportSearchBox/SearchBox.tsx
+2
-2
src/components/ReportSearchBox2/SearchBox2.tsx
+2
-2
src/components/ReportSearchBox3/SearchBox3.tsx
+2
-2
src/components/ReportSearchBox4/SearchBox4.tsx
+ 2
- 2
src/components/ReportSearchBox/SearchBox.tsx
查看文件
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
+ 2
- 2
src/components/ReportSearchBox2/SearchBox2.tsx
查看文件
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
+ 2
- 2
src/components/ReportSearchBox3/SearchBox3.tsx
查看文件
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
+ 2
- 2
src/components/ReportSearchBox4/SearchBox4.tsx
查看文件
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
撰写
预览
正在加载...
取消
保存