shish 19 часов назад
Родитель
Сommit
f4c3fc8190
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hd/src/views/order/list.vue

+ 1 - 1
hd/src/views/order/list.vue

@@ -201,7 +201,7 @@
 						size="mini"
 						:disabled="!isPaid(scope.row)"
 						@click="confirmPrintTicket(scope.row)"
-					>打票</el-button>
+					>打票</el-button>
 					<el-button type="text" size="mini" @click="openRefundRecord(scope.row)">售后记录</el-button>
 				</div>
 			</template>