wei.zhang2 2017-11-22 10:24:24 +08:00
parent 1d15618fb9
commit 7c931b7d0b
10 changed files with 10 additions and 0 deletions

View File

@ -83,6 +83,7 @@ function init(){
{columnsDatas} {
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var href = "update{beanName}.html?id=" + id;

View File

@ -95,6 +95,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var href = "updateDict.html?id=" + id;

View File

@ -115,6 +115,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var del = buttonDel(id, "sys:file:del", pers);

View File

@ -123,6 +123,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var isSysJob = row['isSysJob'];
if(!isSysJob) {

View File

@ -113,6 +113,7 @@ function init(){
{
"data" : "user",
"defaultContent" : "",
"orderable":false,
"render": function (data, type, row) {
var user = row['user'];
return user['nickname'];

View File

@ -119,6 +119,7 @@ function init(){
{
"data": "content",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var href = "mailDetail.html?id=" + id;

View File

@ -127,6 +127,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var status = row['status'];

View File

@ -117,6 +117,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
return "<button class='layui-btn layui-btn-xs' title='详情' onclick='showDetail(this,\"" + id +"\")'><i class='layui-icon'>&#xe65f;</i></button>";

View File

@ -94,6 +94,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var href = "addRole.html?id=" + id;

View File

@ -117,6 +117,7 @@ function init(){
{
"data": "",
"defaultContent": "",
"orderable":false,
"render": function (data, type, row) {
var id = row['id'];
var href = "updateUser.html?id=" + id;