动态数据管理、综合执法、档案管理页面细化
This commit is contained in:
parent
72ad335194
commit
4b80cd37de
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
|
||||
<browser
|
||||
class="browser-businesss-table"
|
||||
:component-loading="componentLoading"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
|
||||
<browser class="browser-businesss-table"
|
||||
:component-loading="componentLoading"
|
||||
:api-config="apiConfig"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
|
||||
<browser
|
||||
class="browser-businesss-table"
|
||||
:component-loading="componentLoading"
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
|
||||
<browser :component-loading="componentLoading"
|
||||
:api-config="apiConfig"
|
||||
:table-config="tableConfig"
|
||||
|
|
|
|||
Loading…
Reference in New Issue