|
@@ -78,7 +78,7 @@ class Outerrors extends Start_Controller{
|
|
|
foreach($list as $k => $v){
|
|
foreach($list as $k => $v){
|
|
|
$str = "";
|
|
$str = "";
|
|
|
|
|
|
|
|
- $str .= "<p ><b style='font-size:18px !important' data-id='".$v['id']."' data-type='1' onclick='dycz(this)'>店员编辑</b></p>";
|
|
|
|
|
|
|
+ $str .= "<p ><b style='font-size:18px !important' data-id='".$v['id']."' data-type='1' onclick='dycz(this)'>店员操作</b></p>";
|
|
|
|
|
|
|
|
|
|
|
|
|
if(!empty($v['dy_status']) ){
|
|
if(!empty($v['dy_status']) ){
|