Merge branch 'develop' into NiceDev
This commit is contained in:
commit
d6eb917071
1 changed files with 2 additions and 2 deletions
|
|
@ -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) "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue