Auto Submit

dev_local_v9_test4
autosubmit 2 years ago
parent 16450a1fdd
commit 15dbd3a1e0

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.1b0d4325.js"></script>
<script src="/react/build/umi.d0bcfc5c.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -669,7 +669,7 @@ var Navigation = function Navigation(_ref) {
}, [page]);
(0,_react_17_0_2_react.useEffect)(function () {
getData(true);
}, [limit]);
}, [limit, keyword]);
var getData = function getData(flag) {
if (flag) {
setPage(1);
@ -688,21 +688,41 @@ var Navigation = function Navigation(_ref) {
title: '专家名称',
dataIndex: 'username',
ellipsis: true,
width: 150
width: 150,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '--'
});
}
}, {
title: '职称',
dataIndex: 'user_identity',
ellipsis: true,
width: 150
width: 150,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '--'
});
}
}, {
title: '工号',
dataIndex: 'staff_id',
ellipsis: true,
width: 150
width: 150,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '--'
});
}
}, {
title: '简介',
dataIndex: 'description',
ellipsis: true
ellipsis: true,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '--'
});
}
}, {
title: '操作',
width: 150,
@ -822,7 +842,6 @@ var Navigation = function Navigation(_ref) {
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(ExpertManagemodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save