Merge branch 'sprint/185_lanzongjun_49334' into 'sprint/185'

* move to extension

See merge request easycorp/zentaopms!1975
This commit is contained in:
王怡栋
2022-02-25 02:22:09 +00:00
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
<script>
$(function()
{
$('#name').attr("disabled", true);
})
</script>
+1 -1
View File
@@ -23,7 +23,7 @@
<tr>
<th class='w-110px'><?php echo $lang->kanban->columnName;?></th>
<td colspan='2'>
<?php echo html::input('name', $column->name, "class='form-control' disabled");?>
<?php echo html::input('name', $column->name, "class='form-control'");?>
</td>
<td></td>
</tr>