feige
2023-12-11 9ac4f1edc86c9af627fcff2b3263e029ec4c95ff
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>