提交 c5e813ac 编写于 作者: doc_wei's avatar doc_wei

我发起的流程状态判断修改

上级 8d939805
......@@ -60,10 +60,10 @@ layui.config({
}
}},
{ field: 'weatherEnd', title: '审批进度', align: 'left', width: 80, templet: function (d) {
if(d.weatherEnd == 0){
return "<span class='state-down'>进行中</span>";
} else {
if (d.weatherEnd == 1) {
return "<span class='state-up'>已完成</span>";
} else {
return "<span class='state-down'>进行中</span>";
}
}},
{ title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 240, toolbar: '#myStartTableBar'}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册