专业力必修提交

This commit is contained in:
Pengxiansen
2025-01-21 11:17:43 +08:00
parent d026a86ee5
commit 2b2d8aa377
39 changed files with 10077 additions and 6408 deletions

View File

@@ -59,7 +59,7 @@
</template>
<script>
import { reactive, toRefs,watch,ref } from "vue";
import { reactive, toRefs, watch, ref } from "vue";
export default {
name: "UpdateRecord",
props: {
@@ -73,6 +73,7 @@ export default {
nameUserNo: null,
searchdate: [],
});
const tableData = ref([]);
const tableColumns = ref([
{
title: "操作内容",
@@ -95,25 +96,22 @@ export default {
width: "150px",
align: "center",
},
])
const searchTimeChange = (e)=>{
console.log(e,'eeeee')
}
const searchLearnPath = () => {
}
]);
const searchTimeChange = (e) => {
console.log(e, "eeeee");
};
const searchLearnPath = () => {};
const resetLearnPath = () => {
state.nameUserNo = null
state.searchdate = []
searchLearnPath()
}
state.nameUserNo = null;
state.searchdate = [];
searchLearnPath();
};
const closeDrawer = () => {
state.nameUserNo = null
state.searchdate = []
state.nameUserNo = null;
state.searchdate = [];
ctx.emit("update:Avisible", false);
};
return {
...toRefs(state),
closeDrawer,
@@ -271,7 +269,7 @@ export default {
background: #0982ff;
}
}
.table{
.table {
padding-bottom: 80px;
}
}