测试问题修改
This commit is contained in:
parent
d6caf549e5
commit
41ba48cc5d
|
|
@ -47,7 +47,7 @@
|
|||
select
|
||||
t.id,
|
||||
t.name
|
||||
from tb_project t where is_active = 1
|
||||
from tb_project t
|
||||
</select>
|
||||
<!--工程下拉选-按权限划分-->
|
||||
<select id="getProsSelect" resultType="com.bonus.imgTool.system.vo.SelectVo">
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ function initTable(dataList, limit, page) {
|
|||
},
|
||||
{field: "professionName", title: "专业", unresize: true, align: "center"},
|
||||
{field: "processName", title: "工序", unresize: true, align: "center"},
|
||||
{field: "status", title: "状态", align: "center", templet: '#is-state'},
|
||||
// {field: "status", title: "状态", align: "center", templet: '#is-state'},
|
||||
{field: "createTime", title: "创建时间", align: "center", templet: 'center'},
|
||||
{
|
||||
title: "操作", unresize: true, width: 300, align: "center",
|
||||
|
|
|
|||
Loading…
Reference in New Issue