แก้ไข บัค
This commit is contained in:
parent
8ce9660f3f
commit
e201aadb35
6 changed files with 79 additions and 685 deletions
|
|
@ -206,7 +206,7 @@ const mixin = useCounterMixin();
|
|||
const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
||||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getEducation, dataEducation } = store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>([]); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataEducation.data); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขระดับการศึกษา"); //
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ const mixin = useCounterMixin();
|
|||
const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
||||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getGender, dataGender } = store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>([]); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataGender.data); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขเพศ"); //
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ const mixin = useCounterMixin();
|
|||
const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
||||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getProvince, dataProvince } = store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>([]); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataProvince.data); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขจังหวัด"); //
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
|||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getRelationship, dataRelationship } =
|
||||
store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>([]); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataRelationship.data); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขสถานภาพ"); //
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ const mixin = useCounterMixin();
|
|||
const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
||||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getReligion, dataReligion } = store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>([]); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataReligion.data); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขศาสนา"); //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue