|
|
@@ -63,7 +63,7 @@ const canExport = computed(() => {
|
|
|
const columns = reactive<ColumnProps[]>([
|
|
|
{ prop: "index", label: "序号", type: "index", width: 60, align: "center" },
|
|
|
{ label: "律所名称", prop: "firmName", minWidth: 280, search: { el: "input", props: { placeholder: "请输入律所名称" } } },
|
|
|
- { label: "订单数量(元)", prop: "totalOrderCount", width: 260, align: "center" },
|
|
|
+ { label: "订单数量", prop: "totalOrderCount", width: 260, align: "center" },
|
|
|
{ label: "订单金额(元)", prop: "totalOrderAmountYuan", width: 260, align: "center" },
|
|
|
// {
|
|
|
// label: "平台信息服务费",
|