@@ -45,8 +45,10 @@
</el-table>
<!--【用户工时月明细组件】 -->
<el-dialog
+ title="人员工时日明细"
:visible.sync="operatorDetailsPerformanceVisible"
width="80%"
+ append-to-body
custom-class="dialogNoTop"
@close="editOperatorDetailsPerformanceClose"
>
@@ -1,5 +1,5 @@
<template>
- <div class="app-container" ref="showDialog">
+ <div class="app-container" >
<!-- 列表数据 -->
<el-table
:key="tableKey"
@@ -11,6 +11,7 @@
style="width: 100%;"
@selection-change="onSelectChange"
@cell-click="cellClick"
+ v-focus
<!--姓名-->
<el-table-column
@@ -54,12 +55,7 @@
name: "operatorDetailsPerformance",
directives: {
elDragDialog,
- trigger:{
- inserted(el,binging){
- console.log("自动触发事件")
- el.click()
- }
- }},
+ },
components: {},
props: {
loadingId: {
@@ -67,6 +67,7 @@
@pagination="fetch"
/>
+ title="产线人员工时统计"
:visible.sync="operatorPerformanceVisible"