natasha há 1 ano atrás
pai
commit
4016e60418

+ 5 - 5
src/views/content_manage/course_manage/LiveCourse.vue

@@ -47,20 +47,20 @@
                     <el-table-column
                         prop="name"
                         label="名称"
-                        sortable
+                        sortable="custom"
                         min-width="128">
                     </el-table-column>
                     <el-table-column
                         prop="teacher_name_desc"
                         label="教师"
                         width="80"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="price"
                         label="价格"
                         width="154" 
-                        sortable>
+                        sortable="custom">
                         <template slot-scope="scope">
                             <span class="currectPrice">¥{{scope.row.price_discount | cutMoneyFiter}}</span>
                             <span class="oldPrice">(¥{{scope.row.price | cutMoneyFiter}})</span>
@@ -81,12 +81,12 @@
                         prop="creator_name"
                         label="创建人"
                         min-width="80"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="create_time"
                         label="创建时间"
-                        sortable
+                        sortable="custom"
                         width="160">
                         <template slot-scope="scope">
                             {{scope.row.create_time?scope.row.create_time.substring(0,16):'-'}}

+ 7 - 7
src/views/content_manage/course_manage/RecordedCourse.vue

@@ -69,26 +69,26 @@
                     <el-table-column
                         prop="name"
                         label="名称"
-                        sortable
+                        sortable="custom"
                         min-width="128">
                     </el-table-column>
                     <el-table-column
                         prop="teacher_name_desc"
                         label="教师"
                         width="80"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="study_phase_name"
                         label="学段"
                         width="80"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="type"
                         label="类型"
                         width="80" 
-                        sortable>
+                        sortable="custom">
                         <template slot-scope="scope">
                             <svg-icon icon-class="video-camera" v-if="scope.row.type===0"></svg-icon>
                             <svg-icon icon-class="music" v-if="scope.row.type===1"></svg-icon>
@@ -99,7 +99,7 @@
                         prop="price"
                         label="价格"
                         width="154" 
-                        sortable>
+                        sortable="custom">
                         <template slot-scope="scope">
                             <span class="currectPrice">¥{{scope.row.price_discount | cutMoneyFiter}}</span>
                             <span class="oldPrice">(¥{{scope.row.price | cutMoneyFiter}})</span>
@@ -120,12 +120,12 @@
                         prop="creator_name"
                         label="创建人"
                         min-width="90"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="create_time"
                         label="创建时间"
-                        sortable
+                        sortable="custom"
                         width="165">
                         <template slot-scope="scope">
                             {{scope.row.create_time?scope.row.create_time.substring(0,16):'-'}}

+ 3 - 3
src/views/content_manage/newspaper_manage/ChannelList.vue

@@ -56,7 +56,7 @@
             <el-table-column
                 prop="tpl_name"
                 label="名称"
-                sortable
+                sortable="custom"
                 min-width="226">
             </el-table-column>
             <el-table-column
@@ -77,13 +77,13 @@
                 prop="creator_real_name"
                 label="创建人"
                 width="88"
-                sortable>
+                sortable="custom">
             </el-table-column>
             <el-table-column
                 prop="create_time"
                 label="创建时间"
                 width="144" 
-                sortable>
+                sortable="custom">
                 <template slot-scope="scope">
                     {{scope.row.create_time?scope.row.create_time.substring(0,16):'-'}}
                 </template>

+ 5 - 5
src/views/content_manage/newspaper_manage/index.vue

@@ -71,14 +71,14 @@
                     <el-table-column
                         prop="iss_name"
                         label="名称"
-                        sortable
+                        sortable="custom"
                         min-width="226">
                     </el-table-column>
                     <el-table-column
                         prop="iss_no"
                         label="期数"
                         width="84"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="study_phase"
@@ -103,13 +103,13 @@
                         prop="creator_real_name"
                         label="创建人"
                         width="88"
-                        sortable>
+                        sortable="custom">
                     </el-table-column>
                     <el-table-column
                         prop="create_time"
                         label="创建时间"
                         width="144" 
-                        sortable>
+                        sortable="custom">
                         <template slot-scope="scope">
                             {{scope.row.create_time?scope.row.create_time.substring(0,16):'-'}}
                         </template>
@@ -123,7 +123,7 @@
                         prop="update_time"
                         label="最近编辑时间"
                         width="144"
-                        sortable>
+                        sortable="custom">
                         <template slot-scope="scope">
                             {{scope.row.update_time?scope.row.update_time.substring(0,16):'-'}}
                         </template>

+ 9 - 9
src/views/organize_manage/PersonList.vue

@@ -85,7 +85,7 @@
                         <el-table-column
                             prop="name"
                             label="用户名"
-                            sortable
+                            sortable="custom"
                             min-width="132"
                             class-name="user-info">
                             <template slot-scope="scope">
@@ -114,19 +114,19 @@
                         <el-table-column
                             prop="email"
                             label="邮箱"
-                            sortable
+                            sortable="custom"
                             min-width="223">
                         </el-table-column>
                         <el-table-column
                             prop="phone"
                             label="手机号"
-                            sortable
+                            sortable="custom"
                             width="160">
                         </el-table-column>
                         <el-table-column
                             prop="register_time"
                             label="注册时间"
-                            sortable
+                            sortable="custom"
                             width="144">
                             <template slot-scope="scope">
                                 {{scope.row.register_time?scope.row.register_time.substring(0,16):'-'}}
@@ -208,7 +208,7 @@
                         <el-table-column
                             prop="name"
                             label="用户名"
-                            sortable
+                            sortable="custom"
                             min-width="132"
                             class-name="user-info">
                             <template slot-scope="scope">
@@ -229,19 +229,19 @@
                         <el-table-column
                             prop="email"
                             label="邮箱"
-                            sortable
+                            sortable="custom"
                             min-width="223">
                         </el-table-column>
                         <el-table-column
                             prop="phone"
                             label="手机号"
-                            sortable
+                            sortable="custom"
                             width="160">
                         </el-table-column>
                         <el-table-column
                             prop="apply_time"
                             label="申请时间"
-                            sortable
+                            sortable="custom"
                             width="144">
                             <template slot-scope="scope">
                                 {{scope.row.apply_time?scope.row.apply_time.substring(0,16):'-'}}
@@ -250,7 +250,7 @@
                         <el-table-column
                             prop="audit_time"
                             label="审核时间"
-                            sortable
+                            sortable="custom"
                             width="144">
                             <template slot-scope="scope">
                                 {{scope.row.audit_time?scope.row.audit_time.substring(0,16):'-'}}

+ 3 - 3
src/views/organize_manage/index.vue

@@ -72,7 +72,7 @@
                     <el-table-column
                         prop="name"
                         label="机构名称"
-                        sortable
+                        sortable="custom"
                         min-width="268">
                     </el-table-column>
                     <el-table-column
@@ -114,7 +114,7 @@
                     <el-table-column
                         prop="create_time"
                         label="创建时间"
-                        sortable
+                        sortable="custom"
                         width="165">
                         <template slot-scope="scope">
                             {{scope.row.create_time?scope.row.create_time.substring(0,16):'-'}}
@@ -123,7 +123,7 @@
                     <el-table-column
                         prop="effective_date_end"
                         label="到期时间"
-                        sortable
+                        sortable="custom"
                         width="165">
                     </el-table-column>
                     <el-table-column

+ 2 - 2
src/views/people_manage/index.vue

@@ -52,7 +52,7 @@
                     <el-table-column
                         prop="user_name"
                         label="用户名"
-                        sortable
+                        sortable="custom"
                         width="200"
                         class-name="user-info">
                         <template slot-scope="scope">
@@ -99,7 +99,7 @@
                     <el-table-column
                         prop="create_time"
                         label="创建时间"
-                        sortable
+                        sortable="custom"
                         width="160">
                         <template slot-scope="scope">
                             {{scope.row.create_time?scope.row.create_time.substring(0,16):'-'}}