1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 07:11:54 +00:00
This commit is contained in:
Newnius 2020-06-30 23:27:29 +08:00
parent 6c11237107
commit dda8c65338
2 changed files with 7 additions and 3 deletions

View File

@ -107,7 +107,7 @@
<option value="1">Low</option>
</select>
</div>
<label>Locality</label>
<label class="hidden">Locality</label>
<div class="form-group form-group-lg hidden">
<label for="form-job-locality" class="sr-only">Locality</label>
<select id="form-job-locality" class="form-control">

View File

@ -87,8 +87,6 @@ function register_events_job() {
$("#modal-msg-content").html(res["msg"]);
$("#modal-msg").modal('show');
} else {
console.log(res);
$('#form-job-tasks').find('.row').each(function () {
var taskRole = parseInt($(this).find('.task-is-ps').eq(0).val());
console.log(taskRole);
@ -249,6 +247,12 @@ function load_jobs(scope) {
align: 'center',
valign: 'middle',
formatter: timeFormatter
}, {
field: 'started_at',
title: 'Started At',
align: 'center',
valign: 'middle',
formatter: timeFormatter
}, {
field: 'updated_at',
title: 'Updated At',