Update index.vue

parent 809c1532
...@@ -581,6 +581,7 @@ export default defineComponent({ ...@@ -581,6 +581,7 @@ export default defineComponent({
{ id: 0, name: 'Chưa xác nhận', color: 'secondary' }, { id: 0, name: 'Chưa xác nhận', color: 'secondary' },
{ id: 1, name: 'Đã xác nhận', color: 'info' }, { id: 1, name: 'Đã xác nhận', color: 'info' },
{ id: 2, name: 'Từ chối', color: 'warning' }, { id: 2, name: 'Từ chối', color: 'warning' },
{ id: 3, name: 'Đã diễn', color: 'green' },
]); ]);
const isformatMoney = (value: string) => { const isformatMoney = (value: string) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment