测试问题修改

This commit is contained in:
cwchen 2025-04-21 16:53:03 +08:00
parent d6caf549e5
commit 41ba48cc5d
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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",