样式-按钮
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
:size="$store.getters.size"
|
:size="$store.getters.size"
|
||||||
type="text"
|
type="text"
|
||||||
@click="handleDetail(scope.row.id)"
|
@click="handleDetail(scope.row.id)"
|
||||||
><svg-icon icon-class="iconxiangqing1" /> 操作</el-button
|
><svg-icon icon-class="iconxiangqing1" /> 详情</el-button
|
||||||
>
|
>
|
||||||
<el-dropdown>
|
<el-dropdown>
|
||||||
<el-button type="text">
|
<el-button type="text">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="showTableDrawer"
|
:visible.sync="showTableDrawer"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
size="80%"
|
size="55%"
|
||||||
>
|
>
|
||||||
<SysCustomerInfoInfo
|
<SysCustomerInfoInfo
|
||||||
v-if="showTableDrawer"
|
v-if="showTableDrawer"
|
||||||
|
|||||||
@@ -190,25 +190,27 @@
|
|||||||
v-el-drag-dialog
|
v-el-drag-dialog
|
||||||
title="添加"
|
title="添加"
|
||||||
:visible.sync="addDialog"
|
:visible.sync="addDialog"
|
||||||
size="60%"
|
size="55%"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
>
|
>
|
||||||
<OilVehicleOwnerAdd @getByPage="getByPage" @closeDialog="closeDialog" />
|
<OilVehicleOwnerAdd @getByPage="getByPage" @closeDialog="closeDialog" />
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
|
||||||
<!-- 导出弹窗 -->
|
<!-- 导出抽屉 -->
|
||||||
<el-dialog
|
<el-drawer
|
||||||
v-el-drag-dialog
|
v-el-drag-dialog
|
||||||
title="导出"
|
title="导出"
|
||||||
:visible.sync="outPutDialog"
|
:visible.sync="outPutDialog"
|
||||||
width="55%"
|
size="55%"
|
||||||
|
direction="ltr"
|
||||||
|
destroy-on-close
|
||||||
>
|
>
|
||||||
<OilVehicleOwnerOutput
|
<OilVehicleOwnerOutput
|
||||||
@getByPage="getByPage"
|
@getByPage="getByPage"
|
||||||
@closeDialog="closeDialog"
|
@closeDialog="closeDialog"
|
||||||
/>
|
/>
|
||||||
</el-dialog>
|
</el-drawer>
|
||||||
|
|
||||||
<!-- 导入弹窗 -->
|
<!-- 导入弹窗 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
@@ -223,12 +225,12 @@
|
|||||||
/>
|
/>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<!-- 修改弹窗 -->
|
<!-- 修改抽屉 -->
|
||||||
<el-drawer
|
<el-drawer
|
||||||
v-el-drag-dialog
|
v-el-drag-dialog
|
||||||
title="修改"
|
title="修改"
|
||||||
:visible.sync="updateDialog"
|
:visible.sync="updateDialog"
|
||||||
size="60%"
|
size="55%"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
>
|
>
|
||||||
@@ -246,7 +248,7 @@
|
|||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="showTableDrawer"
|
:visible.sync="showTableDrawer"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
size="50%"
|
size="55%"
|
||||||
:withHeader="false"
|
:withHeader="false"
|
||||||
>
|
>
|
||||||
<general-details
|
<general-details
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="padding: 20px;">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-form :model="data" label-width="100px" :size="$store.getters.size">
|
<el-form :model="data" label-width="100px" :size="$store.getters.size">
|
||||||
<el-row :gutter="gridNum.row.gutter">
|
<el-row :gutter="gridNum.row.gutter">
|
||||||
|
|||||||
@@ -195,7 +195,7 @@
|
|||||||
v-el-drag-dialog
|
v-el-drag-dialog
|
||||||
title="导出"
|
title="导出"
|
||||||
:visible.sync="outPutDialog"
|
:visible.sync="outPutDialog"
|
||||||
width="55%"
|
width="60%"
|
||||||
>
|
>
|
||||||
<OilCompanyMatchOutput
|
<OilCompanyMatchOutput
|
||||||
@getByPage="getByPage"
|
@getByPage="getByPage"
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
v-el-drag-dialog
|
v-el-drag-dialog
|
||||||
title="导入"
|
title="导入"
|
||||||
:visible.sync="importDialog"
|
:visible.sync="importDialog"
|
||||||
width="55%"
|
width="60%"
|
||||||
>
|
>
|
||||||
<OilCompanyMatchImport
|
<OilCompanyMatchImport
|
||||||
@getByPage="getByPage"
|
@getByPage="getByPage"
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
title="详情"
|
title="详情"
|
||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="showTableDrawer"
|
:visible.sync="showTableDrawer"
|
||||||
size="55%"
|
size="60%"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
:withHeader="false"
|
:withHeader="false"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -116,8 +116,8 @@
|
|||||||
|
|
||||||
<div style="float: right;">
|
<div style="float: right;">
|
||||||
<el-button @click="$emit('close')">取消</el-button>
|
<el-button @click="$emit('close')">取消</el-button>
|
||||||
<el-button @click="update">修改</el-button>
|
<el-button @click="update">提交</el-button>
|
||||||
<el-button type="primary" @click="updateAndAudit">修改并审核</el-button>
|
<el-button type="primary" @click="updateAndAudit">提交并审核</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -96,7 +96,7 @@
|
|||||||
<el-col :span="1">
|
<el-col :span="1">
|
||||||
<el-button type="primary" :size="$store.getters.size" icon="el-icon-plus"
|
<el-button type="primary" :size="$store.getters.size" icon="el-icon-plus"
|
||||||
@click="addRecordDialog = true">
|
@click="addRecordDialog = true">
|
||||||
新增</el-button>
|
添加</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="23">
|
<el-col :span="23">
|
||||||
<el-button type="primary" :size="$store.getters.size" icon="el-icon-search" @click="getByPage">查询
|
<el-button type="primary" :size="$store.getters.size" icon="el-icon-search" @click="getByPage">查询
|
||||||
|
|||||||
@@ -103,7 +103,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<div style="float: right;">
|
<div style="float: right;">
|
||||||
<el-button @click="$emit('close')">取消</el-button>
|
<el-button @click="$emit('close')">取消</el-button>
|
||||||
<el-button type="primary" @click="add()">新增</el-button>
|
<el-button type="primary" @click="add()">提交</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,7 @@
|
|||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="page.params.createTime"
|
v-model="page.params.createTime"
|
||||||
type="datetimerange"
|
type="datetimerange"
|
||||||
|
style="width: 105%"
|
||||||
value-format="yyyy-MM-dd HH:mm:ss"
|
value-format="yyyy-MM-dd HH:mm:ss"
|
||||||
range-separator="~"
|
range-separator="~"
|
||||||
start-placeholder="开始时间"
|
start-placeholder="开始时间"
|
||||||
@@ -120,14 +121,15 @@
|
|||||||
:size="$store.getters.size"
|
:size="$store.getters.size"
|
||||||
icon="el-icon-search"
|
icon="el-icon-search"
|
||||||
@click="search"
|
@click="search"
|
||||||
> 查询
|
>查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
type="info"
|
||||||
:size="$store.getters.size"
|
:size="$store.getters.size"
|
||||||
icon="el-icon-refresh"
|
icon="el-icon-refresh"
|
||||||
@click="page.params = {}"
|
@click="page.params = {}"
|
||||||
>
|
>
|
||||||
重置
|
重置
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
@@ -218,7 +218,7 @@
|
|||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="updatePwdDialog"
|
:visible.sync="updatePwdDialog"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
size="50%"
|
size="55%"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px;">
|
<div style="padding: 20px;">
|
||||||
<el-form
|
<el-form
|
||||||
@@ -245,7 +245,7 @@
|
|||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="addDialog"
|
:visible.sync="addDialog"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
size="50%"
|
size="55%"
|
||||||
>
|
>
|
||||||
<SysCustomerInfoAdd @getByPage="getByPage" @closeDialog="closeDialog" />
|
<SysCustomerInfoAdd @getByPage="getByPage" @closeDialog="closeDialog" />
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="updateDialog"
|
:visible.sync="updateDialog"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
size="50%"
|
size="55%"
|
||||||
>
|
>
|
||||||
<SysCustomerInfoUpdate
|
<SysCustomerInfoUpdate
|
||||||
v-if="updateDialog"
|
v-if="updateDialog"
|
||||||
@@ -314,7 +314,7 @@
|
|||||||
class="table-detail-drawer"
|
class="table-detail-drawer"
|
||||||
:visible.sync="showTableDrawer"
|
:visible.sync="showTableDrawer"
|
||||||
direction="ltr"
|
direction="ltr"
|
||||||
size="50%"
|
size="55%"
|
||||||
>
|
>
|
||||||
<SysCustomerInfoInfo
|
<SysCustomerInfoInfo
|
||||||
v-if="showTableDrawer"
|
v-if="showTableDrawer"
|
||||||
|
|||||||
Reference in New Issue
Block a user