Parcourir la source

长阳分支中职
ndbs il y a 1 mois
Parent
révision
cafa2bffbd
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js Voir le fichier

@@ -26,7 +26,7 @@ var bootstrap = function ($, learun) {
});
$('#Path').lrUploader({ isUpload: false });
$("#Status").lrselect({
data: [{ text: "继续上报", value: "1" }, { text: "退回", value: "0" }],
data: [{ text: "继续上报", value: "2" }, { text: "退回", value: "0" }],
text: "text",
value: "value"
})


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js Voir le fichier

@@ -209,7 +209,7 @@ var bootstrap = function ($, learun) {
} else if (cellvalue === 2) {
return '<span class=\"label label-info\">分管领导</span>';
} else if (cellvalue === 3) {
return '<span class=\"label label-default\" >安全办</span>';
return '<span class=\"label label-primary\" >安全办</span>';
} else {
return '<span class=\"label label-default\" >草稿</span>';
}


Chargement…
Annuler
Enregistrer