gaoluyang
2026-01-15 9289a4fbacafcc7a80385fc3a3167f383d5cf991
src/views/personnelManagement/contractManagement/index.vue
@@ -191,14 +191,7 @@
        clickFun: (row) => {
          openForm("edit", row);
        },
      },
      {
        name: "附件",
        type: "text",
        clickFun: (row) => {
          openFilesFormDia(row);
        },
      },
      }
    ],
  },
]);