|
@@ -32,7 +32,7 @@
|
|
|
<template #reference>
|
|
<template #reference>
|
|
|
<el-badge :value="row.reportDetails.length" type="primary" class="max-w-full">
|
|
<el-badge :value="row.reportDetails.length" type="primary" class="max-w-full">
|
|
|
<div
|
|
<div
|
|
|
- class="w-58 flex flex-col bg-gray-200/80 hover:bg-blue-100 transition-colors relative group cursor-pointer p-2 rounded gap-y-2"
|
|
|
|
|
|
|
+ class="w-58 flex flex-col bg-gray-200/80 hover:bg-blue-100 transition-colors relative group cursor-pointer px-2 py-0.5 rounded gap-y-2"
|
|
|
>
|
|
>
|
|
|
<div class="flex items-center gap-x-2">
|
|
<div class="flex items-center gap-x-2">
|
|
|
<div class="flex items-center">
|
|
<div class="flex items-center">
|
|
@@ -106,6 +106,7 @@
|
|
|
</el-scrollbar>
|
|
</el-scrollbar>
|
|
|
</el-popover>
|
|
</el-popover>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="truncate" v-else-if="row.productionStatus">{{ row.productionStatus }}</div>
|
|
|
<span v-else class="text-gray-300">-</span>
|
|
<span v-else class="text-gray-300">-</span>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="company === 'ry'" #default="{ row }">
|
|
<template v-else-if="company === 'ry'" #default="{ row }">
|
|
@@ -114,7 +115,7 @@
|
|
|
<template #reference>
|
|
<template #reference>
|
|
|
<el-badge :value="row.reportDetails.length" type="primary" class="max-w-full">
|
|
<el-badge :value="row.reportDetails.length" type="primary" class="max-w-full">
|
|
|
<div
|
|
<div
|
|
|
- class="w-72 flex flex-col bg-gray-200/80 hover:bg-blue-100 transition-colors relative group cursor-pointer p-2 rounded gap-y-2"
|
|
|
|
|
|
|
+ class="w-72 flex flex-col bg-gray-200/80 hover:bg-blue-100 transition-colors relative group cursor-pointer px-2 py-0.5 rounded gap-y-2"
|
|
|
>
|
|
>
|
|
|
<div class="flex items-center gap-x-2">
|
|
<div class="flex items-center gap-x-2">
|
|
|
<div class="flex items-center">
|
|
<div class="flex items-center">
|
|
@@ -234,7 +235,7 @@
|
|
|
<template #reference>
|
|
<template #reference>
|
|
|
<el-badge :value="row.reportDetails.length" type="primary" class="max-w-full">
|
|
<el-badge :value="row.reportDetails.length" type="primary" class="max-w-full">
|
|
|
<div
|
|
<div
|
|
|
- class="w-72 flex flex-col bg-gray-200/80 hover:bg-blue-100 transition-colors relative group cursor-pointer p-2 rounded gap-y-2"
|
|
|
|
|
|
|
+ class="w-72 flex flex-col bg-gray-200/80 hover:bg-blue-100 transition-colors relative group cursor-pointer px-2 py-0.5 rounded gap-y-2"
|
|
|
>
|
|
>
|
|
|
<div class="flex items-center gap-x-2">
|
|
<div class="flex items-center gap-x-2">
|
|
|
<div class="flex items-center">
|
|
<div class="flex items-center">
|