shudonghui 1 năm trước cách đây
mục cha
commit
86e89026d8

+ 6 - 0
src/views/work-hours/work-hours-manage/work-attendance/index.vue

@@ -62,6 +62,12 @@
         :selected-row-keys="selectedRowKeys"
         @select-change="selectChange"
       >
+        <template #sopNo="{ col, row }">
+          <more-content
+              :content="row[col.colKey]"
+              @action="openDetailDialog(row)"
+          ></more-content>
+        </template>
         <template #archivesInfo="{ col, row }">
           <more-content
               :content="row[col.colKey]"