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