|
@@ -2,7 +2,7 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <title>抽查</title>
|
|
|
+ <title>标注中心</title>
|
|
|
<script src="/js/jquery.js"></script>
|
|
|
<link href="/css/normalize.min.css" rel="stylesheet">
|
|
|
<link href="/css/animate.min.css" rel="stylesheet">
|
|
@@ -1252,7 +1252,7 @@
|
|
|
if (noTagKey.length >0){
|
|
|
var fieldText = noTagKey.join(",");
|
|
|
fieldText = fieldText.replace(/\([^\)]*\)/g, "");
|
|
|
- this.$alert("未标注信息:"+fieldText);
|
|
|
+ this.$alert("未标注字段:"+fieldText);
|
|
|
return
|
|
|
}
|
|
|
var resultStatus = false
|