| | |
| | | </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" />
|
| | |
| | | </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">
|
| | |
| | | </template>
|
| | | </a-table>
|
| | | </a-card>
|
| | | </div>
|
| | | </a-col>
|
| | | </a-row>
|
| | | </template>
|
| | |
|
| | | <style></style>
|