fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vue
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
eab18e4d14
commit
89f3c3f954
|
@ -82,11 +82,10 @@ const columns = computed(() => [
|
|||
<VnTable
|
||||
:data-key
|
||||
:columns="columns"
|
||||
is-editable="false"
|
||||
:is-editable="false"
|
||||
:right-search="false"
|
||||
:use-model="true"
|
||||
redirect="route/agency"
|
||||
default-mode="card"
|
||||
/>
|
||||
</template>
|
||||
</VnSection>
|
||||
|
|
Loading…
Reference in New Issue