zss
2025-03-04 bfacc824b676ff1da95575b2913395480ec08c0f
src/views/standard/model/index.vue
@@ -177,16 +177,16 @@
                return this.checkPermi(["standard:model:del"]);
              },
            },
            {
              name: "复制模板",
              type: "text",
              clickFun: (row) => {
                this.copyTemplate(row);
              },
              showHide: (row) => {
                return this.checkPermi(["standard:model:copy"]);
              },
            },
            // {
            //   name: "复制模板",
            //   type: "text",
            //   clickFun: (row) => {
            //     this.copyTemplate(row);
            //   },
            //   showHide: (row) => {
            //     return this.checkPermi(["standard:model:copy"]);
            //   },
            // },
            {
              name: "模板编制",
              type: "text",
@@ -234,8 +234,9 @@
          this.tableLoading = false;
        });
    },
    pagination(current, size) {
      this.page.current = current;
    pagination({ page, limit }) {
      this.page.current = page;
      this.page.size = limit;
      this.getList();
    },
    refreshTable(e) {