切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
刘朕
6 years ago
提交
7da0659befff9a489c6fba778753ad7e881eeabe
1 个父辈
7205b513
1 个管道 的构建
失败
耗费 1 秒
后台列表高亮选中调整
变更
9
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
9 个修改的文件
包含
9 行增加
和
9 行删除
public/themes/admin_simpleboot3/admin/audit/audit_list.html
public/themes/admin_simpleboot3/admin/goods/goods_list.html
public/themes/admin_simpleboot3/admin/label/classify_list.html
public/themes/admin_simpleboot3/admin/orderscourier/order_list.html
public/themes/admin_simpleboot3/admin/salesman/salesman_money.html
public/themes/admin_simpleboot3/admin/salesmangoods/salesman_list.html
public/themes/admin_simpleboot3/admin/school/school_list.html
public/themes/admin_simpleboot3/admin/withdrawal/withd_audit.html
public/themes/admin_simpleboot3/admin/withdrawal/withd_list.html
public/themes/admin_simpleboot3/admin/audit/audit_list.html
查看文件 @
7da0659
...
...
@@ -25,7 +25,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('Audit/audit_list')}"
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
public/themes/admin_simpleboot3/admin/goods/goods_list.html
查看文件 @
7da0659
...
...
@@ -34,7 +34,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('Goods/goods_list')}"
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
public/themes/admin_simpleboot3/admin/label/classify_list.html
查看文件 @
7da0659
...
...
@@ -7,7 +7,7 @@
<li
><a
href=
"{:url('Label/lab_list')}"
>
标签管理
</a></li>
</ul>
<a
href=
"{:url('Label/classify_add')}"
><button
type=
"button"
class=
"btn btn-default"
style=
"margin-top: 10px;"
>
添加分类
</button></a>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<caption>
分类管理列表
</caption>
<thead>
<tr>
...
...
public/themes/admin_simpleboot3/admin/orderscourier/order_list.html
查看文件 @
7da0659
...
...
@@ -31,7 +31,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('Orderscourier/order_list')}"
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
public/themes/admin_simpleboot3/admin/salesman/salesman_money.html
查看文件 @
7da0659
...
...
@@ -6,7 +6,7 @@
<li><a
href=
"{:url('Salesman/salesman_list')}"
>
业务员列表
</a></li>
<li
class=
"active"
><a
href=
"#"
>
余额明细列表
</a></li>
</ul>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
收入时间
</th>
...
...
public/themes/admin_simpleboot3/admin/salesmangoods/salesman_list.html
查看文件 @
7da0659
...
...
@@ -25,7 +25,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('Salesmangoods/salesman_list')}"
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
public/themes/admin_simpleboot3/admin/school/school_list.html
查看文件 @
7da0659
...
...
@@ -22,7 +22,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('School/school_list')}"
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
public/themes/admin_simpleboot3/admin/withdrawal/withd_audit.html
查看文件 @
7da0659
...
...
@@ -25,7 +25,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
""
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
public/themes/admin_simpleboot3/admin/withdrawal/withd_list.html
查看文件 @
7da0659
...
...
@@ -25,7 +25,7 @@
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
/>
<a
class=
"btn btn-danger"
href=
"{:url('Withdrawal/withd_list')}"
>
清空
</a>
</form>
<table
class=
"table table-
bordered
"
>
<table
class=
"table table-
hover table-bordered table-list
"
>
<thead>
<tr>
<th>
序号
</th>
...
...
请
注册
或
登录
后发表评论