Browse Source

修改时间

lex-xin 4 years ago
parent
commit
e121e4637d

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-ac74401c.6a3a5314.css → dist/static/css/chunk-13705059.81c6c1a5.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.studenTable[data-v-5c2a3883]{height:300px;overflow:auto}.infoMsg[data-v-5c2a3883]{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}.infoMsg .title[data-v-5c2a3883]{color:#999;font-size:14px;line-height:30px;min-width:100px}.infoMsg .status[data-v-5c2a3883]{font-size:20px}.infoMsg .left[data-v-5c2a3883]{width:200px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:200px}.infoMsg .left[data-v-5c2a3883],.infoMsg .right[data-v-5c2a3883]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;height:60px}.infoMsg .right[data-v-5c2a3883]{text-align:center;line-height:30px;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.infoMsg .right .expectBox[data-v-5c2a3883]{width:220px;border-right:1px solid #ccc}.infoMsg .right .expectBox[data-v-5c2a3883]:last-child{border-right:none!important}.infoMsg .right .expectBox.first[data-v-5c2a3883]{width:300px}.wrap[data-v-5c2a3883]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wrap div[data-v-5c2a3883]{margin-right:20px}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.studenTable[data-v-44e49029]{height:300px;overflow:auto}.infoMsg[data-v-44e49029]{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}.infoMsg .title[data-v-44e49029]{color:#999;font-size:14px;line-height:30px;min-width:100px}.infoMsg .status[data-v-44e49029]{font-size:20px}.infoMsg .left[data-v-44e49029]{width:200px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:200px}.infoMsg .left[data-v-44e49029],.infoMsg .right[data-v-44e49029]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;height:60px}.infoMsg .right[data-v-44e49029]{text-align:center;line-height:30px;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.infoMsg .right .expectBox[data-v-44e49029]{width:220px;border-right:1px solid #ccc}.infoMsg .right .expectBox[data-v-44e49029]:last-child{border-right:none!important}.infoMsg .right .expectBox.first[data-v-44e49029]{width:300px}.wrap[data-v-44e49029]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wrap div[data-v-44e49029]{margin-right:20px}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.40e230da.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-13705059.23c833a8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ac74401c.8a44278d.js


+ 2 - 9
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -174,7 +174,7 @@
                            label="缴费开始日期">
             <template slot-scope="scope">
               <div>
-                {{scope.row.startPaymentDate | formatTimer}}
+                {{scope.row.startPaymentDateMgpc | formatTimer}}
               </div>
             </template>
           </el-table-column>
@@ -182,7 +182,7 @@
                            label="缴费截止日期">
             <template slot-scope="scope">
               <div>
-                {{scope.row.deadlinePaymentDate | formatTimer}}
+                {{scope.row.deadlinePaymentDateMgpc | formatTimer}}
               </div>
             </template>
           </el-table-column>
@@ -411,13 +411,6 @@ export default {
             if (payment.code == 200) {
               this.rules.total = payment.data.total;
               this.tableList = payment.data.rows;
-              if (this.info.paymentStatus == 1) {
-                this.tableList = this.tableList.map(item => {
-                  item.startPaymentDate = this.info.startPaymentDate
-                  item.deadlinePaymentDate = this.info.deadlinePaymentDate
-                  return item;
-                })
-              }
             }
           })
         }

Some files were not shown because too many files changed in this diff