Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Update component name Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Oct 17, 2023
1 parent 7fbcba0 commit 478eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/basic/operator/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import {getOperatorList, deleteBatchOperator, updateOperatorStatus} from "@/api/
import OperatorModal from "@/views/basic/operator/components/OperatorModal.vue";
export default defineComponent({
name: 'financialAccount',
name: 'Operator',
components: {TableAction, BasicTable, OperatorModal },
setup() {
const [registerModal, {openModal}] = useModal();
Expand Down

0 comments on commit 478eaf8

Please sign in to comment.