no message
This commit is contained in:
parent
93b76c0cb2
commit
eb793e864a
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-card>
|
<div class="card-change">
|
||||||
<el-form :model="queryParams1" ref="queryForm" size="small" :inline="true" label-width="100px">
|
<el-form :model="queryParams1" ref="queryForm" size="small" :inline="true" label-width="100px">
|
||||||
<el-form-item label="" prop="dutyName">
|
<el-form-item label="" prop="dutyName">
|
||||||
<el-input
|
<el-input
|
||||||
@ -23,16 +23,6 @@
|
|||||||
<el-form-item style="float: right">
|
<el-form-item style="float: right">
|
||||||
<el-button type="primary" icon="el-icon-search" @click="handleQuery1">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" @click="handleQuery1">查询</el-button>
|
||||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||||
|
|
||||||
</el-form-item>
|
|
||||||
</el-form>
|
|
||||||
|
|
||||||
</el-card>
|
|
||||||
|
|
||||||
<el-card style="margin-top: 20px">
|
|
||||||
|
|
||||||
<el-row :gutter="10" class="mb8">
|
|
||||||
<el-col :span="1.5">
|
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@ -40,6 +30,14 @@
|
|||||||
v-hasPermi="['duty:index:add']"
|
v-hasPermi="['duty:index:add']"
|
||||||
>新增
|
>新增
|
||||||
</el-button>
|
</el-button>
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<el-row :gutter="10" class="mb8">
|
||||||
|
<el-col :span="1.5">
|
||||||
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-table ref="tables"
|
<el-table ref="tables"
|
||||||
@ -99,7 +97,7 @@
|
|||||||
:limit.sync="queryParams1.pageSize"
|
:limit.sync="queryParams1.pageSize"
|
||||||
@pagination="getDutyList"
|
@pagination="getDutyList"
|
||||||
/>
|
/>
|
||||||
</el-card>
|
</div>
|
||||||
|
|
||||||
<!-- 添加或修改角色配置对话框 -->
|
<!-- 添加或修改角色配置对话框 -->
|
||||||
<el-dialog :title="title" :visible.sync="openDuty" width="700px" append-to-body>
|
<el-dialog :title="title" :visible.sync="openDuty" width="700px" append-to-body>
|
||||||
|
@ -48,18 +48,17 @@
|
|||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
|
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
|
||||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||||
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
@click="handleAdd"
|
||||||
|
v-hasPermi="['member:creditIndex:add']"
|
||||||
|
|
||||||
|
>新增挂账单位</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-card>
|
|
||||||
|
|
||||||
<el-card style="margin-top: 20px">
|
|
||||||
<div>
|
<div>
|
||||||
<el-button
|
|
||||||
type="primary"
|
|
||||||
@click="handleAdd"
|
|
||||||
v-hasPermi="['member:creditIndex:add']"
|
|
||||||
|
|
||||||
>新增挂账单位</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-table ref="tables" v-loading="loading" :data="list">
|
<el-table ref="tables" v-loading="loading" :data="list">
|
||||||
|
Loading…
Reference in New Issue
Block a user