Administrator
yesterday d3492864ec22a30e9fcc99b2b174cf6eb9531399
src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
@@ -61,6 +61,18 @@
    {{# } }}
</script>
<script type="text/html" id="questionJobStateFormat">
    {{# if(d.state == 1) { }}
    <span>进行中</span>
    {{# }else if(d.state == 2) { }}
    <span>已完成</span>
    {{# }else if(d.state == 0) { }}
    <span>未启动</span>
    {{# } else { }}
    <span>-</span>
    {{# } }}
</script>
<style>
    .layui-form-onswitch {
        background-color: #5FB878 !important;
@@ -129,6 +141,7 @@
                    {field: 'questionCnt', title: '生成总数', minWidth: 100,align:'center'},
                    {field: 'questionDoneCnt', title: '已完成', minWidth: 100,align:'center'},
                    {templet:"#difficultyFormat",  title: '难度', minWidth: 140,align:'center'},
                    {templet:"#questionJobStateFormat",  title: '状态', minWidth: 140,align:'center'},
                    {field: 'companyId', title: '公司编码', minWidth: 150,align:'center'},
                ]]
            });