This commit is contained in:
duanxiaohai 2024-08-11 11:28:15 +08:00
parent 23a6f253d0
commit f5ff33e48d
1 changed files with 1 additions and 10 deletions

View File

@ -523,16 +523,7 @@ const columnsList = reactive({
column: [], column: [],
}, },
}); });
//title
// const pdT = computed(() => {
// if (tableType.title == "") {
// return "";
// } else if (tableType.title == "退") {
// return "";
// } else {
// return tableType.title;
// }
// });
// //
const pd = computed(() => { const pd = computed(() => {
return (name, type) => { return (name, type) => {