Commit 5bff1d98 authored by 黄奎's avatar 黄奎

报名清单页面修改

parent 8d91d375
...@@ -2289,7 +2289,7 @@ ...@@ -2289,7 +2289,7 @@
</tbody> </tbody>
</table> </table>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<input type="button" class="normalBtn" @click="SetOutNotice()" :value="'出团通知书('+(SetNoticeMsg.OutNotice==1?'OK':'暂定')+')'" /> <input type="button" class="normalBtn" @click="SetOutNotice()" :value="SetNoticeMsg.OutNotice==1?'暂定':'确定'" />
<button class="hollowFixedBtn" @click="outerVisible = false">{{$t('pub.cancelBtn')}}</button> <button class="hollowFixedBtn" @click="outerVisible = false">{{$t('pub.cancelBtn')}}</button>
</div> </div>
</el-dialog> </el-dialog>
...@@ -4209,7 +4209,7 @@ submitYSZEForm(){ ...@@ -4209,7 +4209,7 @@ submitYSZEForm(){
}, },
SetOutNotice(){ SetOutNotice(){
var that=this; var that=this;
this.Confirm("是否确认出团通知书?",function(){ this.Confirm("是否【"+(that.SetNoticeMsg.OutNotice==1?"暂定":"确定")+"】出团通知书?",function(){
if (that.SetNoticeMsg.OutNotice == 0) { if (that.SetNoticeMsg.OutNotice == 0) {
that.SetNoticeMsg.OutNotice = 1; that.SetNoticeMsg.OutNotice = 1;
} else if (that.SetNoticeMsg.OutNotice == 1) { } else if (that.SetNoticeMsg.OutNotice == 1) {
...@@ -4296,4 +4296,4 @@ submitYSZEForm(){ ...@@ -4296,4 +4296,4 @@ submitYSZEForm(){
} }
}; };
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment