ปรับฟิลด์ รายการย้าย
This commit is contained in:
parent
8c1fe518c5
commit
38fbce2093
2 changed files with 137 additions and 150 deletions
|
|
@ -319,6 +319,7 @@ const selectedPosition = async (data: any) => {
|
|||
positionPathSideArr.length > 1 || positionPathSideArr.length == 0
|
||||
? ""
|
||||
: positionPathSideArr[0].value;
|
||||
|
||||
}
|
||||
|
||||
// positionType Options
|
||||
|
|
@ -658,6 +659,7 @@ function findByPerson(element: any): any {
|
|||
outlined
|
||||
class="full-width inputgreen cursor-pointer custom-input"
|
||||
standout
|
||||
emit-value
|
||||
dense
|
||||
hide-bottom-space
|
||||
lazy-rules
|
||||
|
|
@ -667,7 +669,6 @@ function findByPerson(element: any): any {
|
|||
map-options
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-sm-12 col-md-12">
|
||||
<q-select
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue