소스 검색

增加择岗意愿的选择

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.