From 610f6b3fd0ca8b634b90b54d43e1265cf7622908 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 23 四月 2024 09:45:25 +0800 Subject: [PATCH] 添加带徒页面 员工姓名修改为下拉搜索的格式,员工编号根据所选姓名自动填写 --- src/views/employeeSalary/apprenticeshipManage/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/employeeSalary/apprenticeshipManage/index.vue b/src/views/employeeSalary/apprenticeshipManage/index.vue index 6e0d7f9..7380815 100644 --- a/src/views/employeeSalary/apprenticeshipManage/index.vue +++ b/src/views/employeeSalary/apprenticeshipManage/index.vue @@ -57,7 +57,7 @@ { label: "鍛樺伐缂栫爜", prop: "workerId", min:120,}, { label: "鍛樺伐濮撳悕", prop: "name" }, { label: "甯﹀緬澶╂暟", prop: "days" , min:110,}, - { label: "娣诲姞鏃堕棿", prop: "CreatedAt", min:140, }, + { label: "娣诲姞鏃堕棿", prop: "created_at", min:140, }, { label: "娣诲姞浜�", prop: "creator", }, ], editRow:{}, -- Gitblit v1.8.0