瀏覽代碼

更换声部

1
mo 3 年之前
父節點
當前提交
acde20f7f0
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/teamBuild/signupList.vue

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

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