Commit d5318684 authored by wuhao's avatar wuhao 🎯

asder

parent 20b3b2d6
Pipeline #3272 failed with stages
in 2 minutes and 14 seconds
......@@ -3,7 +3,7 @@
export default {
dev:{
"REACT_APP_URL":"/vstp", // http://tasks-dev.nangaoyun.com
"REACT_APP_URL":"http://192.168.40.36:8999/vstp", // http://tasks-dev.nangaoyun.com
"DEFAULT_HEAD_IMG":"./assets/images/avatars/avatar_21.jpg",
"DEFAULT_404_IMG":"./assets/illustrations/illustration_404.svg"
},
......
......@@ -64,6 +64,7 @@ function Checkhomework() {
btn={{
size: "small",
variant: "text",
color:"inherit",
onClick: () => {
setdialogprops({
open: true,
......@@ -89,7 +90,7 @@ function Checkhomework() {
{ title: "实验名称", dataIndex: "experimentName", key: "experimentName" },
{ title: "分数", dataIndex: "score", key: "score", hideInSearch: true },
{ title: "权重", dataIndex: "weight", key: "weight", hideInSearch: true },
{ title: "分数", dataIndex: "scoreWeight", key: "scoreWeight" },
{ title: "分数(权重)", dataIndex: "scoreWeight", key: "scoreWeight", hideInSearch: true },
{
title: "提交时间",
dataIndex: "finishTime",
......@@ -147,7 +148,7 @@ function Checkhomework() {
{ title: "实验名称", dataIndex: "experimentName", key: "experimentName" },
{ title: "分数", dataIndex: "score", key: "score", hideInSearch: true },
{ title: "权重", dataIndex: "weight", key: "weight", hideInSearch: true },
{ title: "分数", dataIndex: "scoreWeight", key: "scoreWeight" },
{ title: "分数(权重)", dataIndex: "scoreWeight", key: "scoreWeight", hideInSearch: true },
{
title: "提交时间",
dataIndex: "finishTime",
......
......@@ -181,7 +181,7 @@
umi-utils "^1.5.1"
yargs-parser "^20.0.0"
"@ant-design/pro-components@^2.0.1", "@ant-design/pro-components@^2.3.9":
"@ant-design/pro-components@^2.0.1", "@ant-design/pro-components@^2.4.15":
version "2.4.15"
resolved "https://registry.npmmirror.com/@ant-design/pro-components/-/pro-components-2.4.15.tgz#ec344d1bee1bff033ac2423c77791a71546253f9"
integrity sha512-CFGSuKVMJP6z1ibSAQT0Vg8+vBwYQ1mazLv6bh/ZWmjrkbLzyVJckKn+s5uybSdk3zNEzZxs4WUDSD3uKLB9/w==
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment