liriming
2024-09-23 cd9f113e55f8bf78065861f21c687283e0af4221
src/views/model/pre/dm/index.vue
@@ -30,7 +30,7 @@
          type="primary"
          plain
          @click="openForm('create')"
          v-hasPermi="['system:tenant:create']"
          v-hasPermi="['model:pre-module:create']"
        >
          <Icon icon="ep:plus" class="mr-5px" />
          新增
@@ -55,7 +55,7 @@
            link
            type="primary"
            @click="openForm('update', scope.row.id)"
            v-hasPermi="['system:tenant:update']"
            v-hasPermi="['model:pre-module:update']"
          >
            编辑
          </el-button>
@@ -63,7 +63,7 @@
            link
            type="danger"
            @click="handleDelete(scope.row.id)"
            v-hasPermi="['system:tenant:delete']"
            v-hasPermi="['model:pre-module:delete']"
          >
            删除
          </el-button>