记得上下班打卡 | git大法好,push需谨慎

Commit b9ca867a authored by 胡佳晨's avatar 胡佳晨

志愿者需求相关

parent 652fe33f
......@@ -127,7 +127,6 @@
</td>
<td th:text="${item.introduce}">
</td>
<td>
<td>
<input name="teamCheck" type="radio" th:value="${item.teamId}"> 选中</label>
</td>
......
......@@ -75,7 +75,10 @@
},
{
field: 'img',
title: '头像'
title: '头像',
formatter: function (value, row, index) {
return $.table.imageView(value, "300", "300");
}
},
{
field: 'sex',
......
......@@ -87,7 +87,7 @@
var actions = [];
actions.push('<a class="btn btn-success btn-xs " href="javascript:void(0)" onclick="$.operate.edit(\'' + row.projectId + '\')"><i class="fa fa-edit"></i>管理</a> ');
if (row.status == 1) {
actions.push('<a class="btn btn-warning btn-xs " href="javascript:void(0)" onclick="f(\'' + row.projectId + '\',0)"><i class="fa fa-remove"></i>下线</a>');
actions.push('<a class="btn btn-danger btn-xs " href="javascript:void(0)" onclick="f(\'' + row.projectId + '\',0)"><i class="fa fa-remove"></i>下线</a>');
} else {
actions.push('<a class="btn btn-warning btn-xs " href="javascript:void(0)" onclick="f(\'' + row.projectId + '\',1)"><i class="fa fa-remove"></i>上线</a>');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment