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) { onHandleAddOrEditTeamBaseInfo(type, data) {
this.dialogConfig.outerTitle = this.dialogConfig.outerTitle = type === 1 ? '新增班组' : '修改班组'
type === 1 ? '新增标段工程' : '修改标段工程'
if (type === 2) { if (type === 2) {
const { subId, phone, teamName, teamLeader, id } = data const { subId, phone, teamName, teamLeader, id } = data

View File

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