前端文案“会员”改成“成员”

This commit is contained in:
kuaifan 2022-07-15 18:46:18 +08:00
parent 0a99ecdd9b
commit 3fe6ab0e79
8 changed files with 11 additions and 11 deletions

View File

@ -498,7 +498,7 @@ class ProjectController extends AbstractController
$project = Project::userProject($project_id, true, true);
//
if (!User::whereUserid($owner_userid)->exists()) {
return Base::retError('员不存在');
return Base::retError('员不存在');
}
//
AbstractModel::transaction(function() use ($owner_userid, $project) {
@ -978,7 +978,7 @@ class ProjectController extends AbstractController
return Base::retError('参数错误');
}
if (count($userid) > 20) {
return Base::retError('导出员限制最多20个');
return Base::retError('导出员限制最多20个');
}
if (!(is_array($time) && Base::isDateOrTime($time[0]) && Base::isDateOrTime($time[1]))) {
return Base::retError('时间选择错误');

View File

@ -599,7 +599,7 @@ class UsersController extends AbstractController
//
$userInfo = User::find($userid);
if (empty($userInfo)) {
return Base::retError('员不存在或已被删除');
return Base::retError('员不存在或已被删除');
}
$userInfo->checkSystem(1);
//

View File

@ -69,7 +69,7 @@ class WebSocketService implements WebSocketHandlerInterface
$server->push($fd, Base::array2json([
'type' => 'error',
'data' => [
'error' => '员不存在'
'error' => '员不存在'
],
]));
$server->close($fd);

View File

@ -2,10 +2,10 @@
directory=/var/www
# 生产环境
command=php bin/laravels start -i
#command=php bin/laravels start -i
# 开发环境
#command=./bin/inotify ./app
command=./bin/inotify ./app
numprocs=1
autostart=true

View File

@ -283,8 +283,8 @@
:title="$L('导出任务统计')"
:mask-closable="false">
<Form ref="exportTask" :model="exportData" label-width="auto" @submit.native.prevent>
<FormItem :label="$L('导出员')">
<UserInput v-model="exportData.userid" :multiple-max="20" :placeholder="$L('请选择员')"/>
<FormItem :label="$L('导出员')">
<UserInput v-model="exportData.userid" :multiple-max="20" :placeholder="$L('请选择员')"/>
</FormItem>
<FormItem :label="$L('时间范围')">
<DatePicker

View File

@ -38,7 +38,7 @@
<!-- @ # -->
<li>
<ETooltip placement="top" :disabled="windowSmall" :content="$L('选择员')">
<ETooltip placement="top" :disabled="windowSmall" :content="$L('选择员')">
<i class="taskfont" @click="onToolbar('user')">&#xe78f;</i>
</ETooltip>
</li>

View File

@ -118,7 +118,7 @@ export default {
width: 168,
},
{
title: this.$L('归档员'),
title: this.$L('归档员'),
key: 'archived_userid',
minWidth: 80,
render: (h, {row}) => {

View File

@ -151,7 +151,7 @@ export default {
width: 168,
},
{
title: this.$L('归档员'),
title: this.$L('归档员'),
key: 'archived_userid',
minWidth: 100,
render: (h, {row}) => {