changes
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
var array = [
|
||||
const array = [
|
||||
{
|
||||
code: "transactionphase",
|
||||
name: "Giai đoạn giao dịch",
|
||||
@@ -167,7 +167,7 @@ var array = [
|
||||
},
|
||||
},
|
||||
];
|
||||
var current = ref(array[0]);
|
||||
const current = ref(array[0]);
|
||||
function changeTab(v) {
|
||||
current.value = null;
|
||||
setTimeout(() => (current.value = v));
|
||||
|
||||
Reference in New Issue
Block a user