浏览代码

盲票预付票排序取消

DELL 3 年之前
父节点
当前提交
7b2f6933b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/business/ticket/index.vue

+ 1 - 1
src/views/business/ticket/index.vue

@@ -166,7 +166,7 @@
           <div>¥{{ $numberFormat(scope.row.pkgSalePrice) }}/包</div>
         </template>
       </el-table-column>
-      <el-table-column label="预付售票价" prop="pkgPrePrice" min-width="100" sortable="custom">
+      <el-table-column label="预付售票价" prop="pkgPrePrice" min-width="100">
         <template slot-scope="scope">
           <div>¥{{ $numberFormat(scope.row.pkgPrePrice) }}/包</div>
         </template>