瀏覽代碼

增加择岗意愿的选择

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(() => {

部分文件因文件數量過多而無法顯示