убрал избранное
This commit is contained in:
@@ -45,12 +45,12 @@ function handleUpdate(newValue) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="currentPage === 'status'">
|
<!-- <div v-if="currentPage === 'status'">
|
||||||
<div class="sm:flex">
|
<div class="sm:flex">
|
||||||
<All_new_section :currentPage="currentPage" @update="handleUpdate" />
|
<All_new_section :currentPage="currentPage" @update="handleUpdate" />
|
||||||
<General_section filter="status" />
|
<General_section filter="status" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<div v-if="currentPage === 'istochnik'">
|
<div v-if="currentPage === 'istochnik'">
|
||||||
<div class="sm:flex">
|
<div class="sm:flex">
|
||||||
|
|||||||
@@ -18,14 +18,14 @@
|
|||||||
>
|
>
|
||||||
Настройка
|
Настройка
|
||||||
</button>
|
</button>
|
||||||
|
<!--
|
||||||
<button
|
<button
|
||||||
@click="Valuestatus"
|
@click="Valuestatus"
|
||||||
:class="getButtonClass('status')"
|
:class="getButtonClass('status')"
|
||||||
class="sm:mt-3"
|
class="sm:mt-3"
|
||||||
>
|
>
|
||||||
Избранное
|
Избранное
|
||||||
</button>
|
</button> -->
|
||||||
|
|
||||||
<button
|
<button
|
||||||
@click="Valueistochnik"
|
@click="Valueistochnik"
|
||||||
@@ -69,9 +69,9 @@ function ValueRezylt() {
|
|||||||
emit("update", "rezylt");
|
emit("update", "rezylt");
|
||||||
}
|
}
|
||||||
|
|
||||||
function Valuestatus() {
|
// function Valuestatus() {
|
||||||
emit("update", "status");
|
// emit("update", "status");
|
||||||
}
|
// }
|
||||||
|
|
||||||
function Valueistochnik() {
|
function Valueistochnik() {
|
||||||
emit("update", "istochnik");
|
emit("update", "istochnik");
|
||||||
|
|||||||
Reference in New Issue
Block a user