diff --git a/ruoyi-ui/src/views/pay/attendance/index.vue b/ruoyi-ui/src/views/pay/attendance/index.vue index 331813e..a56e407 100644 --- a/ruoyi-ui/src/views/pay/attendance/index.vue +++ b/ruoyi-ui/src/views/pay/attendance/index.vue @@ -704,11 +704,6 @@ export default { this.upload.open = true; this.upload.tenantId = this.gsInfo.active_id; }, - /** 下载模板操作 */ - /* importTemplate() { - this.download('system/user/importTemplate', { - }, `attendance_template_${new Date().getTime()}.xlsx`) - }, */ // 文件上传中处理 handleFileUploadProgress(event, file, fileList) { this.upload.isUploading = true; diff --git a/ruoyi-ui/src/views/pay/butie/index.vue b/ruoyi-ui/src/views/pay/butie/index.vue index 0ef44d4..31e08e4 100644 --- a/ruoyi-ui/src/views/pay/butie/index.vue +++ b/ruoyi-ui/src/views/pay/butie/index.vue @@ -282,7 +282,7 @@ export default { name: undefined, fixed: undefined, type: undefined, - deleted: undefined, + deleted: '0', createBy: undefined, createTime: undefined, updateBy: undefined, diff --git a/ruoyi-ui/src/views/pay/material/index.vue b/ruoyi-ui/src/views/pay/material/index.vue index e368eb6..c70275d 100644 --- a/ruoyi-ui/src/views/pay/material/index.vue +++ b/ruoyi-ui/src/views/pay/material/index.vue @@ -1,145 +1,139 @@