{{ props.row.career }}
@@ -332,7 +332,7 @@ const initialPagination = ref
({
rowsPerPage: 0,
});
const visibleColumns = ref([
- "check",
+ // "check",
"no",
"number",
"registerDate",
@@ -387,15 +387,15 @@ const optionsStatus = ref([
},
]);
const columns = ref([
- {
- name: "check",
- align: "left",
- label: "",
- sortable: true,
- field: "check",
- headerStyle: "font-size: 14px;",
- style: "font-size: 14px; ",
- },
+ // {
+ // name: "check",
+ // align: "left",
+ // label: "",
+ // sortable: true,
+ // field: "check",
+ // headerStyle: "font-size: 14px;",
+ // style: "font-size: 14px; ",
+ // },
{
name: "no",
align: "left",