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