优化cdn动态加载管理端,修复砍价金额bug,删除部分不规范代码

This commit is contained in:
lemon橪
2021-09-01 10:11:12 +08:00
parent 84cfb26512
commit 71e4c49c3e
59 changed files with 1181 additions and 1527 deletions

View File

@@ -132,6 +132,7 @@ export default {
name: "bill-detail",
data() {
return {
loading:false,
columns: [ // 表头
{
title: "项目",

View File

@@ -184,7 +184,7 @@
</Card>
<Card class="mt_10">
<Tabs type="order" @on-click="storeInfoChange">
<Tabs value="order" @on-click="storeInfoChange">
<TabPane label="TA的订单" name="order" style="min-height: 200px">
<Row>
<Form ref="searchForm" :model="orderSearchForm" inline :label-width="70" class="search-form">