|
|
@@ -89,7 +89,7 @@ function queryTask() {
|
|
|
{ width: 160, text: '出勤人员', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'userNames' },
|
|
|
// {width: 120, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'}
|
|
|
];
|
|
|
- user.roles[0].id = 20;
|
|
|
+ // user.roles[0].id = 20;
|
|
|
if (user.roles[0].id == 20 || user.roles[0].id == 21) {
|
|
|
var colFunc = { width: 160, text: '操作', type: 'string', flex: true, field: 'id', colClass: 'text-center' };
|
|
|
colFunc.oper = $.zui.store.get("task_table_btn_1");
|