提交 6d0a8ffe 编写于 作者: W weizhiqiang

修改部分和用户信息相关的获取方式

上级 0dd47ae2
......@@ -5,11 +5,10 @@ layui.config({
version: skyeyeVersion
}).extend({
window: 'js/winui.window'
}).define(['window', 'table', 'jquery', 'winui', 'form', 'laydate'], function (exports) {
}).define(['window', 'table', 'jquery', 'winui', 'form'], function (exports) {
winui.renderColor();
var $ = layui.$,
form = layui.form,
laydate = layui.laydate,
table = layui.table;
// 新增会议室
......@@ -53,7 +52,7 @@ layui.config({
{ field: 'roomCapacity', title: '会议室容量', align: 'center', width: 100 },
{ field: 'roomPosition', title: '会议室位置', align: 'center', width: 100 },
{ field: 'company', title: '所属公司', align: 'center', width: 170 },
{ field: 'roomAdmin', title: '管理人员', align: 'center', width: 100 },
{ field: 'roomAdmin', title: '管理人员', align: 'center', width: 120 },
{ title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 250, toolbar: '#tableBar'}
]],
done: function(json) {
......
......@@ -31,7 +31,7 @@ layui.config({
{ field: 'departmentName', title: '面试部门', width: 140},
{ field: 'jobName', title: '面试岗位', width: 150 },
{ field: 'interviewTime', title: '面试时间', width: 140, align: 'center' },
{ field: 'interviewer', title: '面试官', width: 140 },
{ field: 'interviewer', title: '面试官', width: 120 },
{ field: 'state', title: '面试状态', width: 160, templet: function (d) {
return bossUtil.showStateName(d.state);
}},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册