mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
专业力必修提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user