Refactoring code module 15_development

This commit is contained in:
STW_TTTY\stwtt 2024-09-20 14:47:35 +07:00
parent 895bfe98f2
commit 32ff7bdc96
25 changed files with 271 additions and 1440 deletions

View file

@ -55,22 +55,25 @@ const checkRoutePermission = ref<boolean>(
const step = ref<string>("");
/***** ตัวชี้วัดความสำเร็จ ******/
const modalDialog = ref<boolean>(false);
const isEdit = ref<boolean>(false);
const indicatorId = ref<string>("");
const typeAction = ref<string>("");
const modalDialog = ref<boolean>(false); //popup
const isEdit = ref<boolean>(false); // check edit
const indicatorId = ref<string>(""); //id
const typeAction = ref<string>(""); // / /
const formIndicators = reactive<FormIndicators>({
indicators: "",
target: null,
metricType: "",
calculation: "",
measuRement: "",
results: "",
indicators: "", //
target: null, //
metricType: "", //
calculation: "", ///
measuRement: "", //
results: "", //
obstacles: "",
suggestions: "",
});
/** ข้อมูล Table */
const rows = ref<DevelopmentEvaluations[]>([]); //
const progressTracking = ref<string>(""); //
const projectEvaluation = ref<string>(""); //
const columns = ref<QTableProps["columns"]>([
{
name: "indicators",
@ -144,9 +147,6 @@ const metricTypeOp = ref<DataOption[]>([
},
]);
const progressTracking = ref<string>(""); //
const projectEvaluation = ref<string>(""); //
/**
* งขอมลการตดตามผลและการประเม
*/