Compare commits
2 Commits
bd4f531645
...
5f82bbf7c9
Author | SHA1 | Date | |
---|---|---|---|
|
5f82bbf7c9 | ||
|
a28eff4ab6 |
|
@ -481,4 +481,3 @@ onMounted(() => {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@/pages/finance-bill-manage/billCancel
|
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
class="table"
|
class="table"
|
||||||
:max-height="550"
|
:height="550"
|
||||||
>
|
>
|
||||||
<template #breakNum="{ row }">
|
<template #breakNum="{ row }">
|
||||||
{{ `${row.breakNum}张` }}
|
{{ `${row.breakNum}张` }}
|
||||||
|
|
|
@ -276,11 +276,11 @@ const Quitneck = (value) => {
|
||||||
rowItem.value = value;
|
rowItem.value = value;
|
||||||
};
|
};
|
||||||
const onClick = async (context) => {
|
const onClick = async (context) => {
|
||||||
pageJudge.value = true;
|
|
||||||
// 判断是否为顶层节点(无父节点)
|
// 判断是否为顶层节点(无父节点)
|
||||||
if (context.node.value === "t1") {
|
if (context.node.value === "t1") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
pageJudge.value = true;
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
// 获取票据列表
|
// 获取票据列表
|
||||||
tableData.value = await quitneckList.getQuitneckList(context.node.label);
|
tableData.value = await quitneckList.getQuitneckList(context.node.label);
|
||||||
|
|
|
@ -469,9 +469,9 @@ onMounted(() => {
|
||||||
background-color: @base-white-color;
|
background-color: @base-white-color;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
.scarch-from {
|
.scarch-from {
|
||||||
width: 100%;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user