PMCORE-3943: Fixed issues with INIT_DATE and Review Status Popover
This commit is contained in:
@@ -307,7 +307,7 @@ export default {
|
|||||||
detail: "",
|
detail: "",
|
||||||
tagText: "",
|
tagText: "",
|
||||||
tagPrefix: this.$i18n.t("ID_SEARCH_BY_REVIEW_STATUS"),
|
tagPrefix: this.$i18n.t("ID_SEARCH_BY_REVIEW_STATUS"),
|
||||||
autoShow: true,
|
autoShow: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
id: "reviewStatus",
|
id: "reviewStatus",
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ export default {
|
|||||||
detail: "",
|
detail: "",
|
||||||
tagText: "",
|
tagText: "",
|
||||||
tagPrefix: this.$i18n.t("ID_SEARCH_BY_REVIEW_STATUS"),
|
tagPrefix: this.$i18n.t("ID_SEARCH_BY_REVIEW_STATUS"),
|
||||||
autoShow: true,
|
autoShow: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
id: "reviewStatus",
|
id: "reviewStatus",
|
||||||
|
|||||||
@@ -152,7 +152,7 @@
|
|||||||
<b-col sm="12">
|
<b-col sm="12">
|
||||||
<div
|
<div
|
||||||
class="v-pm-card-info"
|
class="v-pm-card-info"
|
||||||
:class="props.row.INIT_DATE ? '' : 'pm-main-text-color '"
|
:class="props.item.INIT_DATE ? '' : 'pm-main-text-color '"
|
||||||
@click="openCaseDetail(props.item)"
|
@click="openCaseDetail(props.item)"
|
||||||
>
|
>
|
||||||
<i class="fas fa-info-circle"></i>
|
<i class="fas fa-info-circle"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user