This commit is contained in:
BianLzhaoMin 2025-10-24 16:25:55 +08:00
parent e04328abcc
commit e0ec129a09
2 changed files with 2 additions and 3 deletions

View File

@ -128,8 +128,7 @@ export default {
//
onHandleAddOrEditTeamBaseInfo(type, data) {
this.dialogConfig.outerTitle =
type === 1 ? '新增标段工程' : '修改标段工程'
this.dialogConfig.outerTitle = type === 1 ? '新增班组' : '修改班组'
if (type === 2) {
const { subId, phone, teamName, teamLeader, id } = data

View File

@ -195,7 +195,7 @@ export default {
if (item.name === '今日打卡') {
this.isAtt = '1'
this.lightStatus = 2
this.lightStatus = ''
this.einStatus = ''
this.dialogConfig.outerTitle = '人员信息'
}