明树Git Lab

Commit d773c3f5 authored by chenron's avatar chenron

提交

parent ef28cd11
Pipeline #104144 passed with stage
in 12 seconds
......@@ -98,10 +98,12 @@ const generateTableData = (value) => {
};
const handleDetail = (item) => {
if (item.unit === "个") {
dialogVisible.value = true;
dialogTitle.value = item.title;
let currentValue = item.unit === "个" ? item.value : "";
tableData.value = generateTableData(currentValue);
}
};
// 分页处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment