浏览代码

增加择岗意愿的选择

sandm 2 年之前
父节点
当前提交
79f03fc93b
共有 2 个文件被更改,包括 1 次插入293 次删除
  1. 0 292
      config/aix.php
  2. 1 1
      public/themes/default/views/app/recruit/post_select.blade.php

文件差异内容过多而无法显示
+ 0 - 292
config/aix.php


+ 1 - 1
public/themes/default/views/app/recruit/post_select.blade.php

@@ -186,7 +186,7 @@
                 post: function() {
                     var msg = "您正在提交择岗的操作!";
                     this.$confirm(msg, '警告', {
-                        confirmButtonText: '确认放弃',
+                        confirmButtonText: '确认提交',
                         cancelButtonText: '我再想想',
                         type: 'warning'
                     }).then(() => {

部分文件因为文件数量过多而无法显示