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