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

报名清单页面修改

parent 8d91d375
......@@ -2289,7 +2289,7 @@
</tbody>
</table>
<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>
</div>
</el-dialog>
......@@ -4209,7 +4209,7 @@ submitYSZEForm(){
},
SetOutNotice(){
var that=this;
this.Confirm("是否确认出团通知书?",function(){
this.Confirm("是否【"+(that.SetNoticeMsg.OutNotice==1?"暂定":"确定")+"】出团通知书?",function(){
if (that.SetNoticeMsg.OutNotice == 0) {
that.SetNoticeMsg.OutNotice = 1;
} else if (that.SetNoticeMsg.OutNotice == 1) {
......@@ -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