Преглед изворни кода

Merge branch 'dev' into 'test'

盲票预付票排序取消

See merge request quanshu/mp-ui-pc!303
世轩 пре 3 година
родитељ
комит
b703d6e2bf
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>