gaoluyang
6 天以前 b90756077b06b81383ec8b4c1b2206eb3a414fd8
src/views/personnelManagement/contractManagement/index.vue
@@ -191,14 +191,7 @@
        clickFun: (row) => {
          openForm("edit", row);
        },
      },
      {
        name: "附件",
        type: "text",
        clickFun: (row) => {
          openFilesFormDia(row);
        },
      },
      }
    ],
  },
]);