动态数据管理、综合执法、档案管理页面细化

This commit is contained in:
hanqi 2025-03-21 20:14:15 +08:00
parent 72ad335194
commit 4b80cd37de
6 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<template>
<browser
class="browser-businesss-table"
:component-loading="componentLoading"

View File

@ -1,4 +1,5 @@
<template>
<browser class="browser-businesss-table"
:component-loading="componentLoading"
:api-config="apiConfig"

View File

@ -11,6 +11,7 @@
@update:dialog-config="dialogConfig = $event"
@update:actions="actions = $event">
<template #queryPanel="{ queryParams: query }">
<el-form ref="queryForm" :model="query" label-width="80px">
<el-row class="query-condition">
<el-col :span="6">

View File

@ -1,4 +1,5 @@
<template>
<browser
class="browser-businesss-table"
:component-loading="componentLoading"

View File

@ -21,6 +21,7 @@
</el-row>
</el-form>
</template>
<el-table-column prop="taskName" label="任务名称" min-width="300"/>
<el-table-column prop="taskDescription" label="任务描述" min-width="300"/>
<el-table-column prop="taskDateFrom" label="开始日期" min-width="150"/>

View File

@ -1,4 +1,5 @@
<template>
<browser :component-loading="componentLoading"
:api-config="apiConfig"
:table-config="tableConfig"