11
lkk
2025-06-12 5fc42c5d825592f2c04ca284f4360f9bbad62174
src/views/hosp/rules/index.vue
@@ -178,10 +178,10 @@
          >导出
        </el-button>
      </el-col> -->
            <right-toolbar
            <!-- <right-toolbar
              :showSearch.sync="showSearch"
              @queryTable="getList"
            ></right-toolbar>
            ></right-toolbar> -->
          </el-row>
          <div style="width: 100%;">
@@ -1102,10 +1102,10 @@
      this.loading = true;
      // this.List = true;
      listAdvice(this.queryParam).then((response) => {
        response.data.list.forEach((item, index) => {
          item.newID =
            (this.queryParam.page - 1) * this.queryParam.pageSize + index + 1;
        });
        // response.data.list.forEach((item, index) => {
        //   item.newID =
        //     (this.queryParam.page - 1) * this.queryParam.pageSize + index + 1;
        // });
        this.adviceList = response.data.list;
        this.total = response.data.total;
@@ -1339,7 +1339,7 @@
}
.scrollable-container {
  width: 260px;
  width: 200px;
  /* 设置容器的宽度 */
  height: 629px;
  /* 设置容器的高度 */