动态数据管理、综合执法、档案管理页面细化
This commit is contained in:
parent
72ad335194
commit
4b80cd37de
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<browser
|
<browser
|
||||||
class="browser-businesss-table"
|
class="browser-businesss-table"
|
||||||
:component-loading="componentLoading"
|
:component-loading="componentLoading"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<browser class="browser-businesss-table"
|
<browser class="browser-businesss-table"
|
||||||
:component-loading="componentLoading"
|
:component-loading="componentLoading"
|
||||||
:api-config="apiConfig"
|
:api-config="apiConfig"
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
@update:dialog-config="dialogConfig = $event"
|
@update:dialog-config="dialogConfig = $event"
|
||||||
@update:actions="actions = $event">
|
@update:actions="actions = $event">
|
||||||
<template #queryPanel="{ queryParams: query }">
|
<template #queryPanel="{ queryParams: query }">
|
||||||
|
|
||||||
<el-form ref="queryForm" :model="query" label-width="80px">
|
<el-form ref="queryForm" :model="query" label-width="80px">
|
||||||
<el-row class="query-condition">
|
<el-row class="query-condition">
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<browser
|
<browser
|
||||||
class="browser-businesss-table"
|
class="browser-businesss-table"
|
||||||
:component-loading="componentLoading"
|
:component-loading="componentLoading"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<el-table-column prop="taskName" label="任务名称" min-width="300"/>
|
<el-table-column prop="taskName" label="任务名称" min-width="300"/>
|
||||||
<el-table-column prop="taskDescription" label="任务描述" min-width="300"/>
|
<el-table-column prop="taskDescription" label="任务描述" min-width="300"/>
|
||||||
<el-table-column prop="taskDateFrom" label="开始日期" min-width="150"/>
|
<el-table-column prop="taskDateFrom" label="开始日期" min-width="150"/>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<browser :component-loading="componentLoading"
|
<browser :component-loading="componentLoading"
|
||||||
:api-config="apiConfig"
|
:api-config="apiConfig"
|
||||||
:table-config="tableConfig"
|
:table-config="tableConfig"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue