漏掉的提交
This commit is contained in:
parent
7e06435ded
commit
0152579fd8
|
|
@ -21,18 +21,6 @@ const Setting = Loadable({
|
|||
loader: () => import('../Settings/Index'),
|
||||
loading: Loading,
|
||||
})
|
||||
const TagList = Loadable({
|
||||
loader: () => import('../Order/Tags'),
|
||||
loading: Loading,
|
||||
})
|
||||
const OrderNew = Loadable({
|
||||
loader: () => import('../Order/New'),
|
||||
loading: Loading,
|
||||
})
|
||||
const OrderDetail = Loadable({
|
||||
loader: () => import('../Order/Detail'),
|
||||
loading: Loading,
|
||||
})
|
||||
const OrderIndex = Loadable({
|
||||
loader: () => import('../Issues/index'),
|
||||
loading: Loading,
|
||||
|
|
@ -55,18 +43,6 @@ const OrderupdateMilepost = Loadable({
|
|||
loader: () => import('../Order/UpdateMilepost'),
|
||||
loading: Loading,
|
||||
})
|
||||
|
||||
const OrderupdateDetail = Loadable({
|
||||
// loader: () => import('../Order/UpdateDetail'),
|
||||
loader: () => import('../Order/order_form'),
|
||||
loading: Loading,
|
||||
})
|
||||
|
||||
const OrdercopyDetail = Loadable({
|
||||
loader: () => import('../Order/CopyDetail'),
|
||||
loading: Loading,
|
||||
})
|
||||
|
||||
//合并请求
|
||||
const MergeIndexDetail = Loadable({
|
||||
loader: () => import('../Merge/merge'),
|
||||
|
|
@ -155,10 +131,6 @@ const Review = Loadable({
|
|||
loader: () => import('../Newfile/codeReview'),
|
||||
loading: Loading,
|
||||
});
|
||||
// const WebIDE = Loadable({
|
||||
// loader: () => import('../Newfile/webIDE'),
|
||||
// loading: Loading,
|
||||
// });
|
||||
/**
|
||||
* permission:Manager:管理员,Reporter:报告人员(只有读取权限),Developer:开发人员(除不能设置仓库信息外)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ const GlobalSearch = ({ location, showNotification, history, mygetHelmetapi }) =
|
|||
<TabPane tab={`项目(${totalType1})`} key={1}>
|
||||
<div className="search-content">
|
||||
<ul className="search-condition">
|
||||
<li className={orderBy === "scoreDesc" ? "active":""} onClick={()=>setOrderBy("scoreDesc")}>匹配度</li>
|
||||
<li style={{paddingRight:"22px"}} className={orderBy === "scoreDesc" ? "active":""} onClick={()=>setOrderBy("scoreDesc")}>匹配度</li>
|
||||
<li className={orderBy === "watchDesc" || orderBy === "watchAsc" ?"active":""} onClick={()=>setOrderBy(orderBy === "watchDesc" ? "watchAsc" :"watchDesc")}>
|
||||
关注数{iconSwitch(orderBy === "watchDesc" ? "desc" : orderBy === "watchAsc" ? "asc" :"")}
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue