Commit e51250b1 by lujunyi

禁用查看按钮

parent e8e042b8
...@@ -129,6 +129,7 @@ protected function form() ...@@ -129,6 +129,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -89,6 +89,7 @@ protected function form() ...@@ -89,6 +89,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -102,6 +102,7 @@ protected function form() ...@@ -102,6 +102,7 @@ protected function form()
}); });
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -146,6 +146,7 @@ protected function form() ...@@ -146,6 +146,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
......
...@@ -92,6 +92,7 @@ protected function form() ...@@ -92,6 +92,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -77,6 +77,7 @@ protected function form() ...@@ -77,6 +77,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -81,6 +81,7 @@ protected function form() ...@@ -81,6 +81,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -105,6 +105,7 @@ protected function form() ...@@ -105,6 +105,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -154,6 +154,7 @@ protected function form() ...@@ -154,6 +154,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -180,6 +180,7 @@ protected function form() ...@@ -180,6 +180,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -89,6 +89,7 @@ protected function form() ...@@ -89,6 +89,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -133,6 +133,7 @@ protected function form() ...@@ -133,6 +133,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
...@@ -202,6 +202,7 @@ protected function form() ...@@ -202,6 +202,7 @@ protected function form()
}); });
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
......
...@@ -86,6 +86,7 @@ protected function form() ...@@ -86,6 +86,7 @@ protected function form()
// 右上角按钮控制 // 右上角按钮控制
$form->disableDeleteButton(); // 去掉删除按钮 $form->disableDeleteButton(); // 去掉删除按钮
$form->disableViewButton(); // 去掉跳转详情页按钮
}); });
} }
} }
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 sign in to comment