Browse Source

修改 角色/职位为 职位

ellisran 1 year ago
parent
commit
6899ef2f82

+ 1 - 1
app/view/construction/modal.ejs

@@ -52,7 +52,7 @@
                         <thead class="text-center customize-header">
                         <tr>
                             <th width="100">成员名称</th>
-                            <th width="150">角色/职位</th>
+                            <th width="150">职位</th>
                             <th>填报人</th>
                             <th>操作</th>
                         </tr>

+ 1 - 1
app/view/profile/info.ejs

@@ -15,7 +15,7 @@
                             <input-text label="账号" value="<%= accountData.account %>" readonly="readonly"></input-text>
                             <input-text label="姓名" value="<%= accountData.name %>" placeholder="请输入姓名" name="name"></input-text>
                             <input-text label="单位" value="<%= accountData.company %>" name="company" :readonly="true"></input-text>
-                            <input-text label="角色/职称" value="<%= accountData.role %>" name="role"></input-text>
+                            <input-text label="职位" value="<%= accountData.role %>" name="role"></input-text>
                             <input-text label="手机" value="<%= accountData.mobile %>" name="mobile" maxlength="11" :readonly="<%= accountData.bind === 1 %>" msg="已绑定第三方平台,无法修改"></input-text>
                             <input-text label="电话" value="<%= accountData.telephone %>" name="telephone"></input-text>
                             <input type="hidden" name="_csrf_j" value="<%= ctx.csrf %>">

+ 4 - 4
app/view/setting/manage.ejs

@@ -68,7 +68,7 @@
                                 <thead>
                                 <tr>
                                     <th class="text-center" width="100px">用户</th>
-                                    <th class="text-center" width="120px">职位/角色</th>
+                                    <th class="text-center" width="120px">职位</th>
                                     <th class="text-center" width="60px">附件</th>
                                     <th class="text-center" width="60px">书签</th>
                                     <th class="text-center" >操作</th>
@@ -87,7 +87,7 @@
                                 <thead>
                                 <tr>
                                     <th class="text-center" width="100px">用户</th>
-                                    <th class="text-center" width="120px">职位/角色</th>
+                                    <th class="text-center" width="120px">职位</th>
                                     <th class="text-center" width="60px">查看</th>
                                     <th class="text-center" width="60px">修改</th>
                                     <th class="text-center" >操作</th>
@@ -164,7 +164,7 @@
                                 <thead>
                                 <tr>
                                     <th class="text-center" width="100px">用户</th>
-                                    <th class="text-center" width="120px">职位/角色</th>
+                                    <th class="text-center" width="120px">职位</th>
                                     <th class="text-center" width="60px">填报人</th>
                                     <th class="text-center" >操作</th>
                                 </tr>
@@ -198,7 +198,7 @@
                                 <thead>
                                 <tr class="text-center">
                                     <th width="10%">用户</th>
-                                    <th >职位/角色</th>
+                                    <th >职位</th>
                                     <th width="10%">审批流程</th>
                                     <th width="10%">游客账号</th>
                                     <th width="10%">投资进度</th>

+ 1 - 1
app/view/setting/user.ejs

@@ -46,7 +46,7 @@
                                         <th>账号</th>
                                         <th>姓名</th>
                                         <th>单位</th>
-                                        <th>角色/职位</th>
+                                        <th>职位</th>
                                         <th>手机</th>
                                         <th>电话</th>
                                         <th class="text-center">操作</th></tr>

+ 1 - 1
app/view/setting/user_modal.ejs

@@ -49,7 +49,7 @@
                     </select>
                 </div>
                 <div class="form-group">
-                    <label>角色/职位<b class="text-danger">*</b></label>
+                    <label>职位<b class="text-danger">*</b></label>
                     <input class="form-control form-control-sm" name="role" value="" type="text">
                 </div>
                 <div class="form-group">

+ 1 - 1
app/view/setting/user_permission.ejs

@@ -46,7 +46,7 @@
                                         <th>账号</th>
                                         <th>姓名</th>
                                         <th>单位</th>
-                                        <th>角色/职位</th>
+                                        <th>职位</th>
                                         <th>协作办公</th>
                                         <th>权限</th>
                                     </thead>

+ 1 - 1
app/view/setting/user_permission_modal.ejs

@@ -48,7 +48,7 @@
                     </select>
                 </div>
                 <div class="form-group">
-                    <label>角色/职位<b class="text-danger">*</b></label>
+                    <label>职位<b class="text-danger">*</b></label>
                     <input class="form-control form-control-sm" name="role" value="" type="text">
                 </div>
                 <div class="form-group">

+ 1 - 1
app/view/setting/user_unit_modal.ejs

@@ -48,7 +48,7 @@
                     </select>
                 </div>
                 <div class="form-group">
-                    <label>角色/职位<b class="text-danger">*</b></label>
+                    <label>职位<b class="text-danger">*</b></label>
                     <input class="form-control form-control-sm" name="role" value="" type="text">
                 </div>
                 <div class="form-group">

+ 2 - 2
app/view/sub_proj/modal.ejs

@@ -152,7 +152,7 @@
                         <thead class="text-center">
                         <tr>
                             <th rowspan="2">成员名称</th>
-                            <th rowspan="2">角色/职位</th>
+                            <th rowspan="2">职位</th>
                             <th colspan="2">动态投资</th>
                             <th colspan="3">资料归集</th>
                             <th rowspan="2">关联标段</th>
@@ -214,4 +214,4 @@
     const accountList = JSON.parse('<%- JSON.stringify(accountList) %>');
     const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>');
     const permissionConst = JSON.parse('<%- JSON.stringify(permissionConst) %>');
-</script>
+</script>