切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
徐治堂
6 years ago
提交
1f0586b2703f29cec9d49b7e32cb54368ec524f2
1 个父辈
8a7d1210
m用户管理关联订单
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
public/themes/admin_simpleboot3/admin/zj_order/detail.html
public/themes/admin_simpleboot3/admin/zj_order/index.html
public/themes/admin_simpleboot3/user/admin_index/index.html
public/themes/admin_simpleboot3/admin/zj_order/detail.html
查看文件 @
1f0586b
...
...
@@ -232,7 +232,7 @@
<tr>
<th>
快递公司
</th>
<td>
<span>
$one.kname
</span>
<span>
{$one.kname}
</span>
</td>
</tr>
<tr>
...
...
public/themes/admin_simpleboot3/admin/zj_order/index.html
查看文件 @
1f0586b
...
...
@@ -37,7 +37,7 @@
style=
"width: 140px;"
autocomplete=
"off"
>
<input
type=
"hidden"
name=
"uid"
value=
"{$uid|default=''}"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('index')}"
>
清空
</a>
<a
class=
"btn btn-danger"
href=
"{:url('index'
,array('uid'=>$uid)
)}"
>
清空
</a>
</form>
<form
method=
"post"
class=
"js-ajax-form"
>
<table
class=
"table table-hover table-bordered"
>
...
...
public/themes/admin_simpleboot3/user/admin_index/index.html
查看文件 @
1f0586b
...
...
@@ -64,7 +64,7 @@
data-msg=
"{:lang('BLOCK_USER_CONFIRM_MESSAGE')}"
>
{:lang('BLOCK_USER')}
</a>
</empty>
<a
href=
"{:url('balance',array('id'=>$vo['id']))}"
>
查看积分详情
</a>
<a
href=
"
javascript:;
"
>
查看用户订单
</a>
<a
href=
"
{:url('admin/zj_order/index',array('uid'=>$vo.id))}
"
>
查看用户订单
</a>
<else/>
<a
style=
"color: #ccc;"
>
{:lang('BLOCK_USER')}
</a>
</neq>
...
...
请
注册
或
登录
后发表评论