Merge branch 'develop' into NiceDev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-12 14:17:35 +07:00
commit d6eb917071

View file

@ -126,7 +126,7 @@ const label = computed(() => {
if (labelval.length !== 0) {
return labelval.length <= 2
? `${labelval.slice(0, 2).join(", ")}`
: `${labelval.slice(0, 2).join(", ")} + ,(${labelval.length - 2})`;
: `${labelval.slice(0, 2).join(", ")}, อื่นๆ (${labelval.length - 2})`;
} else return "";
});
@ -240,7 +240,7 @@ watch(
:options="options"
option-value="val"
label="ค้นหาสถานะ"
style="width: 28vw"
style="width: 35vw"
@update:model-value="fetchEvaluteList"
use-input
@filter="(inputValue:any,doneFn:Function) => filterOption(inputValue, doneFn) "