zuozhengqing
2023-10-18 1aa122a34f98325fa2d049c1895ac476ab3e3347
src/views/reportForm/locationReport/index.vue
@@ -5,8 +5,8 @@
      <div>
        <SearchCommonView
          :add-title="'新建'"
          :showAdd="true"
          :placeholder="'请输入参考'"
          :showAdd="false"
          :placeholder="''"
          :amount-view="false"
          @addCommonClick="addBtnClick"
          @searchClick="getList"
@@ -21,6 +21,7 @@
          :table-list="tableList"
          @selTableCol="selTableCol"
          @tableRowClick="tableRowClick"
          :showSummary="true"
        >
          <template slot="tableButton">
            <el-table-column label="操作" width="210" align="center">
@@ -179,7 +180,7 @@
          prop: "unit",
          width: 120,
          default: false,
          isShowColumn: showcol.includes("价值")
          isShowColumn: showcol.includes("单位")
        },
        {
          label: "价值",