|
@@ -179,7 +179,7 @@
|
|
|
<a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
|
|
|
<a-menu-item key="1"><a-icon type="delete" /><a>删除</a></a-menu-item>
|
|
|
</a-popconfirm>
|
|
|
- <a-popconfirm v-if="isMeasure===1 || correctType===3" :visible="false" @visibleChange="batchIncorrect()">
|
|
|
+ <a-popconfirm v-if="isMeasure===1 || correctType===2" :visible="false" @visibleChange="batchIncorrect()">
|
|
|
<a-menu-item key="2"><my-icon type="icon-pandian" /><a>检定</a></a-menu-item>
|
|
|
</a-popconfirm>
|
|
|
<a-popconfirm :visible="false" @visibleChange="batchLocation()">
|
|
@@ -221,7 +221,7 @@
|
|
|
<a-menu-item key="1">
|
|
|
<a v-if="$auth('sb-infos-edit')" @click="handleEdit(record)">修改</a>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item key="2" v-if="isMeasure===1 || correctType===3" >
|
|
|
+ <a-menu-item key="2" v-if="isMeasure===1 || correctType===2" >
|
|
|
<a @click="batchIncorrect(record)">检定</a>
|
|
|
</a-menu-item>
|
|
|
<a-menu-item v-if="record.status != 2" key="2">
|