Browse Source

14:00

111
mo 4 years ago
parent
commit
070477f728

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-1d51b9b4.42bfc92e.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1d51b9b4.47ef2098.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3ef4c526.7d165edf.js


+ 9 - 8
src/views/teamDetail/components/studentList.vue

@@ -31,7 +31,9 @@
              style="margin-bottom:10px;"
              v-permission="'teamDetails/studentList/QRCode/822'"
              @click="onCreateQRCode">报名连接</div>
-        <div class="newStudent" v-permission="'/studentSignin'" @click="gotoSignin">点名总览</div>
+        <div class="newStudent"
+             v-permission="'/studentSignin'"
+             @click="gotoSignin">点名总览</div>
       </div>
     </div>
 
@@ -86,12 +88,12 @@
                    clearable
                    filterable
                    placeholder="报名缴费">
-          <el-option label="已开启"
-                     value="1"></el-option>
-          <el-option label="未开启"
+          <!-- <el-option label="已开启"
+                     value="1"></el-option> -->
+          <el-option label="未缴费"
                      value="0"></el-option>
           <el-option label="已缴费"
-                     value="2"></el-option>
+                     value="1"></el-option>
         </el-select>
       </el-form-item>
       <el-form-item>
@@ -808,9 +810,8 @@ export default {
   filters: {
     studentPays (val) {
       let template = {
-        0: "未开启",
-        1: "已开启",
-        2: "已缴费"
+        0: "未缴费",
+        1: "已缴费"
       };
       return template[val];
     }

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