소스 검색

修改bug

lxr 1 주 전
부모
커밋
66b60b4f00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/lawyerManagement/reconciliation/index.vue

+ 1 - 1
src/views/lawyerManagement/reconciliation/index.vue

@@ -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: "平台信息服务费",