แก้ไข display 1.ตรวจสอบคุณสมบัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-16 10:33:44 +07:00
parent f33ec8fbc5
commit 0b2bb5f252
12 changed files with 277 additions and 289 deletions

View file

@ -12,6 +12,10 @@ export const useEvaluateStore = defineStore("evaluateStore", () => {
const visibleColumns = ref<string[]>([]);
const row = ref<any>();
/**
* function
* @param data
*/
async function fetchEvaluateList(data: any) {
const list = data.map((e: any) => ({
id: e.id,
@ -43,6 +47,10 @@ export const useEvaluateStore = defineStore("evaluateStore", () => {
"เสร็จสิ้น",
]);
/**
* function
* @param val
*/
function convertStatus(val: string) {
switch (val) {
case "CHECK_SPEC":