style: unocss eslint

This commit is contained in:
shizhong
2023-09-25 13:14:05 +08:00
parent 592d902529
commit 969155c6cf
57 changed files with 148 additions and 141 deletions

View File

@ -28,13 +28,13 @@
<!-- 区域数据太多用赖加载方式要不然性能有问题 -->
<el-tree-select
v-model="row.areaIds"
lazy
:load="loadChargeArea"
:props="defaultProps"
multiple
node-key="id"
multiple
check-strictly
show-checkbox
lazy
check-on-click-node
:render-after-expand="false"
:cache-data="areaCache"