Explorar o código

更换声部

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
acde20f7f0
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/teamBuild/signupList.vue

+ 3 - 1
src/views/teamBuild/signupList.vue

@@ -635,6 +635,7 @@
             </div>
           </template>
         </el-table-column>
+        {{status}}
         <el-table-column
           label="操作"
           fixed="right"
@@ -709,11 +710,12 @@
               <auth
                 :auths="'subjectChange/getStudentOriginal'"
                 v-show="scope.row.paymentStatus == 2"
+                  v-if="status !='PROGRESS'"
               >
                 <el-button
                   type="text"
                   @click="openChangeVoice(scope.row)"
-                  v-if="status == !'PROGRESS'"
+
                   >更改声部</el-button
                 >
               </auth>