educode_sales 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/educode_sales/public.css +2 -1
- data/app/views/educode_sales/activities/index.html.erb +12 -10
- data/app/views/educode_sales/businesses/index.html.erb +2 -2
- data/app/views/educode_sales/teachers/index.html.erb +2 -2
- data/lib/educode_sales/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b33617025aa42f341f3b82aec2cba9f62fffd5cf96eb926117e00cf20d1376e
|
4
|
+
data.tar.gz: 0a878a706c8c3469f3d5feb3922e6863064f00368c941cdb81bdc89c9068dc74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a0d3612c32090a93db9b8136cf5250c7cb5151c9ffbdc53b76f1081e9a35bd134f0229f97c27dc0adec5f82666648179c73d7fcee9f8ed97a92b25a41010df7
|
7
|
+
data.tar.gz: e2efb528e4276ecc66b1bb6a17a72e49c944e092c73ea26c345718e20f431760709adb86ac073ca0ed5f901c9d6b5d09135c11c5203d511ab034a2714d380b49
|
@@ -6,8 +6,9 @@
|
|
6
6
|
<% end %>
|
7
7
|
</div>
|
8
8
|
</script>
|
9
|
-
|
9
|
+
<div class="min-height-table">
|
10
10
|
<table class="layui-hide" id="activities_table" lay-filter="activities_table"></table>
|
11
|
+
</div>
|
11
12
|
|
12
13
|
<script type="text/html" id="currentTableBar">
|
13
14
|
<% if can? :update, EducodeSales::Activity %>
|
@@ -48,36 +49,37 @@
|
|
48
49
|
{
|
49
50
|
field: 'name',
|
50
51
|
title: '活动名称',
|
51
|
-
width:
|
52
|
+
width: 400,
|
52
53
|
templet: '#teachers'
|
53
54
|
},
|
54
55
|
{
|
55
56
|
field: 'start_at',
|
56
|
-
width:
|
57
|
+
width: 120,
|
57
58
|
title: '时间',
|
58
59
|
sort: true,
|
59
60
|
},
|
60
61
|
{
|
61
62
|
field: 'days',
|
62
63
|
title: '天数',
|
63
|
-
width:
|
64
|
+
width: 100
|
64
65
|
},
|
65
66
|
{
|
66
67
|
field: 'teachers_count',
|
67
68
|
title: '教师数',
|
68
|
-
width:
|
69
|
+
width: 100,
|
69
70
|
templet: '#teachers_count'
|
70
71
|
},
|
71
72
|
{
|
72
73
|
field: 'students_count',
|
73
74
|
title: '学生数',
|
74
|
-
width:
|
75
|
+
width: 100
|
75
76
|
},
|
76
77
|
{
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
78
|
+
title: '操作',
|
79
|
+
width: 120,
|
80
|
+
fixed: 'right',
|
81
|
+
toolbar: '#currentTableBar',
|
82
|
+
align: "center"
|
81
83
|
}
|
82
84
|
]
|
83
85
|
],
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<div class="min-height-table
|
1
|
+
<div class="min-height-table">
|
2
2
|
<div style="margin: 10px 10px 10px 10px">
|
3
3
|
<form class="layui-form layui-form-pane" lay-filter="search_form">
|
4
4
|
<div class="layui-form-item">
|
@@ -192,7 +192,7 @@
|
|
192
192
|
},
|
193
193
|
{
|
194
194
|
title: '操作',
|
195
|
-
minWidth:
|
195
|
+
minWidth: 170,
|
196
196
|
toolbar: '#currentTableBar',
|
197
197
|
align: "center",
|
198
198
|
fixed: 'right'
|
@@ -71,7 +71,7 @@
|
|
71
71
|
</button>
|
72
72
|
</div>
|
73
73
|
</script>
|
74
|
-
<div class="
|
74
|
+
<div class="">
|
75
75
|
<table class="layui-hide" id="teachers_table" style="min-height: 300px;" lay-filter="teachers_table"></table>
|
76
76
|
</div>
|
77
77
|
<script type="text/html" id="currentTableBar">
|
@@ -226,7 +226,7 @@
|
|
226
226
|
},
|
227
227
|
{
|
228
228
|
title: '操作',
|
229
|
-
minWidth:
|
229
|
+
minWidth: 170,
|
230
230
|
toolbar: '#currentTableBar',
|
231
231
|
align: "center",
|
232
232
|
fixed: 'right'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: educode_sales
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- anke1460
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|