Commit 1df5a870 by lp784568205

修改标注统计

parent cb2e1c29
......@@ -357,7 +357,7 @@ export default {
twoData: [],
threeData: [],
fourData: [],
tableShow: true,
tableShow: false,
propdefaultFormThead: [
{
label: "单位名称",
......@@ -393,18 +393,18 @@ export default {
label: "发案",
prop: "fanum",
},
{
label: "已标注",
prop: "bznum",
},
// {
// label: "已标注",
// prop: "bznum",
// },
{
label: "未标注",
prop: "wbznum",
},
{
label: "标注率",
prop: "index",
},
// {
// label: "标注率",
// prop: "index",
// },
{
label: "标注合格",
prop: "bzhnum",
......
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