Other permissions changed
This commit is contained in:
@@ -12,6 +12,7 @@ const props = defineProps({
|
||||
show: { type: Boolean, default: false },
|
||||
client_case: { type: Object, required: true },
|
||||
contract: { type: Object, default: null },
|
||||
edit: { type: Boolean, default: true },
|
||||
});
|
||||
|
||||
const emit = defineEmits(["close"]);
|
||||
@@ -79,7 +80,7 @@ const deleteObject = (o) => {
|
||||
<div class="text-xs uppercase text-gray-500">Ref.</div>
|
||||
<div class="font-semibold text-gray-900">{{ o.reference || "-" }}</div>
|
||||
</div>
|
||||
<div class="ml-3 flex items-center gap-2">
|
||||
<div class="ml-3 flex items-center gap-2" v-if="edit">
|
||||
<span
|
||||
class="inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs text-gray-700"
|
||||
>{{ o.type || "—" }}</span
|
||||
|
||||
Reference in New Issue
Block a user