This commit is contained in:
parent
23a6f253d0
commit
f5ff33e48d
|
@ -523,16 +523,7 @@ const columnsList = reactive({
|
|||
column: [],
|
||||
},
|
||||
});
|
||||
//判断title
|
||||
// const pdT = computed(() => {
|
||||
// if (tableType.title == "综合") {
|
||||
// return "医疗金发放情况";
|
||||
// } else if (tableType.title == "退休养老") {
|
||||
// return "养老金发放情况";
|
||||
// } else {
|
||||
// return tableType.title;
|
||||
// }
|
||||
// });
|
||||
|
||||
//判断类型
|
||||
const pd = computed(() => {
|
||||
return (name, type) => {
|
||||
|
|
Loading…
Reference in New Issue