Explorar el Código

物联网详情

sunyize hace 2 años
padre
commit
3d8b0169e8
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      src/views/lotCheck/modules/TaskCheckList.vue

+ 0 - 6
src/views/lotCheck/modules/TaskCheckList.vue

@@ -161,12 +161,6 @@
                     <a-icon type="down"/>
                   </a>
                   <a-menu slot="overlay">
-
-                    <a-menu-item>
-                      <a-popconfirm>
-                        <a>详情</a>
-                      </a-popconfirm>
-                    </a-menu-item>
                     <a-menu-item v-has="'lot:check:list:delete'">
                       <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
                         <a>删除</a>