skyouc
2025-01-04 3c52f39678034ce21c1158a01b4885e3afde4443
zy-asrs-admin/src/views/base/locArea/index.vue
@@ -251,7 +251,8 @@
</script>
<template>
  <div style="display: flex;">
    <a-row>
        <a-col :span="5">
    <a-card :title="formatMessage('db.man_loc_area_type.type_id', '库区类型')" style="flex: 3;margin-right: 30px;">
      <a-input v-model:value="searchLocAreaType" @change="handleLocAreaTypeDept" :placeholder="formatMessage('page.input', '请输入')"
        style="margin-bottom: 8px" />
@@ -261,7 +262,8 @@
        </template>
      </a-tree>
    </a-card>
        </a-col>
        <a-col :span="19">
    <a-card style="flex: 10;">
      <EditView ref="editChild" @tableReload="handleTableReload" />
      <div class="table-header">
@@ -288,7 +290,8 @@
        </template>
      </a-table>
    </a-card>
  </div>
        </a-col>
    </a-row>
</template>
<style></style>