|
@ -23,7 +23,6 @@ const getAdminData = async function () { |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//变量 |
|
|
//变量 |
|
|
//活动表格数据 |
|
|
//活动表格数据 |
|
|
const tableData = ref([]); |
|
|
const tableData = ref([]); |
|
@ -45,10 +44,10 @@ const addObj = ref({ |
|
|
// 删除 |
|
|
// 删除 |
|
|
// 删除对象 |
|
|
// 删除对象 |
|
|
const delObj = ref({}); |
|
|
const delObj = ref({}); |
|
|
//表格高度 |
|
|
|
|
|
const tableHeight = computed(function () { |
|
|
|
|
|
return (getObj.value.pageSize + 1) * 50 + "px"; |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
// //表格高度 |
|
|
|
|
|
// const tableHeight = computed(function () { |
|
|
|
|
|
// return (getObj.value.pageSize + 1) * 50 + "px"; |
|
|
|
|
|
// }); |
|
|
|
|
|
|
|
|
// 表单验证ref |
|
|
// 表单验证ref |
|
|
const Ref = ref(null); |
|
|
const Ref = ref(null); |
|
|