修复bug:14508
parent
55240c89b4
commit
99f1710167
|
|
@ -35,7 +35,7 @@ function List(props) {
|
||||||
<Search
|
<Search
|
||||||
labelCol={{ span: 8 }}
|
labelCol={{ span: 8 }}
|
||||||
options={[
|
options={[
|
||||||
{ name: "likeProjectName", label: "项目名称" },
|
{ name: "likeProjectName", label: "二级项目名称" },
|
||||||
{
|
{
|
||||||
name: "eqQualificationsTypeId",
|
name: "eqQualificationsTypeId",
|
||||||
label: "项目类别",
|
label: "项目类别",
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ function List(props) {
|
||||||
<Search
|
<Search
|
||||||
labelCol={{ span: 8 }}
|
labelCol={{ span: 8 }}
|
||||||
options={[
|
options={[
|
||||||
{ name: "likeProjectName", label: "项目名称" },
|
{ name: "likeProjectName", label: "二级项目名称" },
|
||||||
{
|
{
|
||||||
name: "eqQualificationsTypeId",
|
name: "eqQualificationsTypeId",
|
||||||
label: "项目类别",
|
label: "项目类别",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue