Преглед на файлове

fix: master注释掉充值管理功能

bill преди 1 месец
родител
ревизия
4bfd28151c
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      src/views/finance/recharge.vue

+ 6 - 6
src/views/finance/recharge.vue

@@ -22,12 +22,12 @@
                         {{  $t('financial.statusManagement')  }}<!-- 状态管理 -->
                     </el-button>
                 </template></el-table-column>
-              <el-table-column min-width="150" :label="$t('financial.typeManagement')"> <!-- 操作 -->
-                <template slot-scope="scope">
-                  <el-button type="success" size="small" @click="handleTypeManagement(scope.row)" >
-                    {{  $t('financial.typeManagement')  }}<!-- 状态管理 -->
-                  </el-button>
-                </template></el-table-column>
+<!--              <el-table-column min-width="150" :label="$t('financial.typeManagement')"> &lt;!&ndash; 操作 &ndash;&gt;-->
+<!--                <template slot-scope="scope">-->
+<!--                  <el-button type="success" size="small" @click="handleTypeManagement(scope.row)" >-->
+<!--                    {{  $t('financial.typeManagement')  }}&lt;!&ndash; 状态管理 &ndash;&gt;-->
+<!--                  </el-button>-->
+<!--                </template></el-table-column>-->
                 <el-table-column min-width="150" :label="$t('financial.viewVoucher')"><!-- 查看凭证 -->
                     <template slot-scope="scope">
                         <el-button type="success" size="small" @click="handleInvoiceShow(scope.row)"