shudonghui 1 年之前
父节点
当前提交
86e89026d8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/work-hours/work-hours-manage/work-attendance/index.vue

+ 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]"