Explorar o código

20250701修改文案

贾小兵 hai 3 días
pai
achega
2d7db5f98c

+ 2 - 2
application/admin/view/department/admin/add.html

@@ -1,13 +1,13 @@
 <form id="add-form" class="form-horizontal form-ajax" role="form" data-toggle="validator" method="POST" action="">
     {:token()}
     <div class="form-group">
-        <label for="username" class="control-label col-xs-12 col-sm-2">{:__('学号')}:</label>
+        <label for="username" class="control-label col-xs-12 col-sm-2">{:__('学员账号')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input type="text" class="form-control" id="username" name="row[username]" value="" data-rule="required;username" />
         </div>
     </div>
     <div class="form-group">
-        <label for="nickname" class="control-label col-xs-12 col-sm-2">{:__('姓名')}:</label>
+        <label for="nickname" class="control-label col-xs-12 col-sm-2">{:__('学员姓名')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input type="text" class="form-control" id="nickname" name="row[nickname]" autocomplete="off" value="" data-rule="required" />
         </div>

+ 2 - 2
application/admin/view/department/admin/edit.html

@@ -1,13 +1,13 @@
 <form id="edit-form" class="form-horizontal form-ajax" role="form" data-toggle="validator" method="POST" action="">
     {:token()}
     <div class="form-group">
-        <label for="username" class="control-label col-xs-12 col-sm-2">{:__('学号')}:</label>
+        <label for="username" class="control-label col-xs-12 col-sm-2">{:__('学员账号')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input type="text" class="form-control" id="username" name="row[username]" value="{$row.username|htmlentities}" data-rule="required;username" />
         </div>
     </div>
     <div class="form-group">
-        <label for="nickname" class="control-label col-xs-12 col-sm-2">{:__('姓名')}:</label>
+        <label for="nickname" class="control-label col-xs-12 col-sm-2">{:__('学员姓名')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input type="text" class="form-control" id="nickname" name="row[nickname]" autocomplete="off" value="{$row.nickname|htmlentities}" data-rule="required" />
         </div>

+ 1 - 1
application/admin/view/student/collection/into.html

@@ -66,7 +66,7 @@
                                 <input type="text" class="form-control"  value="{$info.sim_text|htmlentities}" readonly/>
                             </div>
                             <div class="form-group col-sm-4">
-                                <label class="control-label">{:__('考试学员')}:</label>
+                                <label class="control-label">{:__('学员姓名')}:</label>
                                 <input type="text" class="form-control" value="{$admin.nickname|htmlentities}" readonly/>
                             </div>
                             <div class="form-group col-sm-4">

+ 1 - 1
application/admin/view/student/practice/into.html

@@ -67,7 +67,7 @@
                                 <input type="text" class="form-control"  value="{$info.sim_text|htmlentities}" readonly/>
                             </div>
                             <div class="form-group col-sm-4">
-                                <label class="control-label">{:__('考试学员')}:</label>
+                                <label class="control-label">{:__('学员姓名')}:</label>
                                 <input type="text" class="form-control" value="{$admin.nickname|htmlentities}" readonly/>
                             </div>
                             <div class="form-group col-sm-4">

+ 2 - 2
application/admin/view/teacher/exams/edit.html

@@ -59,13 +59,13 @@
         </div>
     </div>
     <div class="form-group">
-        <label class="control-label col-xs-12 col-sm-2">{:__('姓名')}:</label>
+        <label class="control-label col-xs-12 col-sm-2">{:__('学员姓名')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input class="form-control"type="text" value="{$row.user_nickname|htmlentities}" readonly>
         </div>
     </div>
     <div class="form-group">
-        <label class="control-label col-xs-12 col-sm-2">{:__('学号')}:</label>
+        <label class="control-label col-xs-12 col-sm-2">{:__('学员账号')}:</label>
         <div class="col-xs-12 col-sm-8">
             <input class="form-control" type="text" value="{$row.user_username|htmlentities}" readonly>
         </div>

+ 2 - 2
application/admin/view/teacher/exams/view.html

@@ -52,9 +52,9 @@
     <div class="col-lg-12" style="margin: 10px 10px 0 10px">
         <table class="new_table">
             <tr>
-                <td style="width:15%">号</td>
+                <td style="width:15%">学员账号</td>
                 <td style="width:15%">{$row.user_username|htmlentities}</td>
-                <td style="width:15%">姓名</td>
+                <td style="width:15%">学员姓名</td>
                 <td style="width:15%">{$row.user_nickname|htmlentities}</td>
                 <td style="width:15%">区队</td>
                 <td style="width:15%">{$row.user_depart_name|htmlentities}</td>

+ 2 - 2
public/assets/js/backend/department/admin.js

@@ -24,8 +24,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 {field: 'state', checkbox: true, },
                 // {field: 'id', title: '编号', sortable: true,},
 
-                {field: 'username', title: __('学号'), operate: "LIKE",},
-                {field: 'nickname', title: __('姓名'), operate: "LIKE",},
+                {field: 'username', title: __('学员账号'), operate: "LIKE",},
+                {field: 'nickname', title: __('学员姓名'), operate: "LIKE",},
                 {field: 'status', title: __("Status"), searchList: {"normal":__('Normal'),"hidden":__('Hidden')}, formatter: Table.api.formatter.status},
                 // {field: 'dadmin', title: __('Principal') , operate:false,
                 //     formatter: function (value, row, index) {

+ 1 - 1
public/assets/js/backend/student/exam.js

@@ -31,7 +31,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         // {field: 'exam_id', title: __('Exam_id')},
                         {field: 'exam_collection_name', title: __('考试名称'),operate: 'like'},
                         {field: 'sim_type', title: __('Sim_type'),searchList:{"0001":"FZD04B型侦毒器","0002":"FZB006型毒剂报警器","0003":"防化兵用毒剂报警器"},formatter: Table.api.formatter.simtype},
-                        {field: 'user_username', title: __('学员号'),operate: false},
+                        {field: 'user_username', title: __('学员号'),operate: false},
                         {field: 'user_nickname', title: __('学员姓名'),operate: false},
                         {
                             field: 'user_depart_id',

+ 3 - 3
public/assets/js/backend/teacher/collection.js

@@ -190,7 +190,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         // {checkbox: true},
                         // {field: 'task_id', title: __('Task_id'),operate: false},
-                        {field: 'user_nickname', title: __('学员'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
+                        {field: 'user_nickname', title: __('学员账号'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
                         {field: 'sim_type', title: __('Sim_type'),searchList:{"0001":"FZD04B型侦毒器","0002":"FZB006型毒剂报警器","0003":"防化兵用毒剂报警器"},formatter: Table.api.formatter.simtype},
                         {field: 'question_setting_method', title: __('Question_setting_method'),searchList:{"1":"系统随机","2":"教员自选","3":"任务自选"},formatter: Table.api.formatter.simmethod},
                         {field: 'fault_names', title: __('故障内容'),formatter: Table.api.formatter.faultname,operate: false},
@@ -409,8 +409,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                 }
                             }
                         },
-                        {field: 'username', title: __('学号')},
-                        {field: 'nickname', title: __('姓名')},
+                        {field: 'username', title: __('学员账号')},
+                        {field: 'nickname', title: __('学员姓名')},
                     ],
                     data: row.alluser
                 });

+ 4 - 4
public/assets/js/backend/teacher/exams.js

@@ -92,8 +92,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
                 columns: [
                     [
                         {checkbox: true},
-                        {field: 'user_username', title: __('学号'),operate: 'like'},
-                        {field: 'user_nickname', title: __('姓名'),operate: 'like'},
+                        {field: 'user_username', title: __('学员账号'),operate: 'like'},
+                        {field: 'user_nickname', title: __('学员姓名'),operate: 'like'},
                         // {field: 'exam_status', title: __('Exam_status'),searchList: {"0":"未登录","1":"已登录","2":"模拟器检查并下发故障中","3":"模拟器正常","4":"答题中","5":"已交卷","6":"计算成绩中","7":"获取到成绩报告","80":"教员标记缺考","81":"登录未开始答题","90":"模拟器异常结束"},formatter: Table.api.formatter.simexamstatus},
                         {field: 'exam_collection_name', title: __('考试名称'),operate: 'like'},
                         {field: 'sim_type', title: __('Sim_type'),searchList:{"0001":"FZD04B型侦毒器","0002":"FZB006型毒剂报警器","0003":"防化兵用毒剂报警器"},formatter: Table.api.formatter.simtype},
@@ -335,7 +335,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
                                 return '<span class="text-success">'+value+'</span>';
                             }
                         },
-                        {field: 'user_username', title: __('学员号')},
+                        {field: 'user_username', title: __('学员号')},
                         {field: 'user_nickname', title: __('学员姓名')},
                         {field: 'exam_status', title: __('考试状态'),
                             formatter: function(value, row,index) {
@@ -409,7 +409,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
                         // {checkbox: true},
                         {field: 'seat_id', title: __('座号')},
                         {field: 'sim_type', title: __('Sim_type'),searchList:{"0001":"FZD04B型侦毒器","0002":"FZB006型毒剂报警器","0003":"防化兵用毒剂报警器"},formatter: Table.api.formatter.simtype},
-                        {field: 'user_username', title: __('学员号')},
+                        {field: 'user_username', title: __('学员号')},
                         {field: 'user_nickname', title: __('学员姓名')},
                         {field: 'total', title: __('考试成绩')},
                         {field: 'fault_one_score', title: __('故障一扣分'),editable:true},

+ 4 - 4
public/assets/js/backend/teacher/practice.js

@@ -287,7 +287,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
                                 return '<span class="text-success">'+value+'</span>';
                             }
                         },
-                        {field: 'user_username', title: __('学员号')},
+                        {field: 'user_username', title: __('学员号')},
                         {field: 'user_nickname', title: __('学员姓名')},
                         {field: 'exam_status', title: __('训练状态'),
                             formatter: function(value, row,index) {
@@ -355,7 +355,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
                         // {checkbox: true},
                         {field: 'seat_id', title: __('座号')},
                         {field: 'sim_type', title: __('Sim_type'),searchList:{"0001":"FZD04B型侦毒器","0002":"FZB006型毒剂报警器","0003":"防化兵用毒剂报警器"},formatter: Table.api.formatter.simtype},
-                        {field: 'user_username', title: __('学员号')},
+                        {field: 'user_username', title: __('学员号')},
                         {field: 'user_nickname', title: __('学员姓名')},
                         {field: 'total', title: __('训练成绩')},
                         {field: 'fault_one_score', title: __('故障一扣分'),editable:true},
@@ -478,8 +478,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
                                 }
                             }
                         },
-                        {field: 'username', title: __('学号')},
-                        {field: 'nickname', title: __('姓名')},
+                        {field: 'username', title: __('学员账号')},
+                        {field: 'nickname', title: __('学员姓名')},
                     ],
                     data: row.alluser
                 });