27 lines
426 B
Vue
27 lines
426 B
Vue
<!--
|
|
* @Author: Kane
|
|
* @Date: 2023-01-24 23:25:16
|
|
* @LastEditors: Kane
|
|
* @LastEditTime: 2023-01-24 23:57:11
|
|
* @FilePath: \admin_system\src\views\info\EditStaffInfo.vue
|
|
* @Description:
|
|
*
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
-->
|
|
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "EditStaffInfo",
|
|
data: function ()
|
|
{
|
|
return {};
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |