Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-31 17:05:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0a01b458a9c1a59b2c7b2b6c9005b57c774972b
d0a01b45
1 parent
d17ebc34
fix 状态更改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/pages/joinList/index.vue
src/pages/joinList/index.vue
View file @
d0a01b4
...
...
@@ -239,11 +239,12 @@ export default {
this.show_status_popup = false;
},
changeStatus (status, id) {
// 已签到
和未出席
不能修改状态
if (status === '
absent' || status === '
enable') {
// 已签到不能修改状态
if (status === 'enable') {
Toast('无需修改状态')
}
if (status === 'apply') {
// 未签到, 已报名 修改状态已签到
if (status === 'absent' || status === 'apply') {
Dialog.confirm({
title: '温馨提示',
message: '是否确认修改状态为已签到?',
...
...
Please
register
or
login
to post a comment