From 499177247bdfb9878a54a1a8fb5da431e7df05d0 Mon Sep 17 00:00:00 2001 From: zhuyu Date: Fri, 27 Jun 2025 10:33:49 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E6=8E=92=E7=8F=AD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/backend/oa/custom_schedule.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/assets/js/backend/oa/custom_schedule.js b/public/assets/js/backend/oa/custom_schedule.js index 26af232..fdc857e 100644 --- a/public/assets/js/backend/oa/custom_schedule.js +++ b/public/assets/js/backend/oa/custom_schedule.js @@ -47,7 +47,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function emptytext: '_', pk: 1, source: [ - {value: '0', text: ''}, + {value: '', text: ''}, {value: '1', text: '早班'}, {value: '2', text: '中班'}, {value: '3', text: '晚班'}, @@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function return false; } else { const map = { - '0': '', + '': '', '1': '早班', '2': '中班', '3': '晚班', @@ -113,7 +113,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function emptytext: '_', pk: 1, source: [ - {value: '0', text: ''}, + {value: '', text: ''}, {value: '1', text: '早班'}, {value: '2', text: '中班'}, {value: '3', text: '晚班'}, @@ -124,7 +124,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function return false; } else { const map = { - '0': '', + '': '', '1': '早班', '2': '中班', '3': '晚班',