feige
2024-02-28 3b7ed32fb0d22be7d1b7e23e7101e29a5b2dfb40
ruoyi-ui/src/views/pet/index.vue
@@ -122,6 +122,7 @@
            size="mini"
            type="text"
            icon="el-icon-edit"
                :disabled="!scope.row.ownData"
            @click="handleUpdate(scope.row)"
            v-hasPermi="['familymodel:property:info']"
          >修改</el-button>
@@ -129,6 +130,7 @@
            size="mini"
            type="text"
            icon="el-icon-delete"
                :disabled="!scope.row.ownData"
            @click="handleDelete(scope.row)"
            v-hasPermi="['system:role:remove']"
          >删除</el-button>