Browse Source

修改名称

lex-xin 4 years ago
parent
commit
95d0f31a88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamDetail/components/modals/payment-list.vue

+ 1 - 1
src/views/teamDetail/components/modals/payment-list.vue

@@ -5,7 +5,7 @@
             :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
         >
             <el-table-column align="center"
-                           label="缴费项目编号">
+                           label="缴费号">
                 <template slot-scope="scope">
                     <copy-text>{{ scope.row.musicGroupPaymentCalenderId }}</copy-text>
                 </template>