装备管理样式修改
This commit is contained in:
parent
29df7801bf
commit
5c55427eef
|
|
@ -71,10 +71,10 @@
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24" style="text-align: right;">
|
<el-col :span="24" style="text-align: right;">
|
||||||
|
|
||||||
<el-button class="primary-lease" icon="el-icon-search" type="primary" @click="getEquipmentApplyList">
|
<el-button class="primary-lease" size="mini" icon="el-icon-search" type="primary" @click="getEquipmentApplyList">
|
||||||
查询
|
查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button class="primary-lease" icon="el-icon-refresh" @click="resetForm">
|
<el-button class="primary-lease" size="mini" icon="el-icon-refresh" @click="resetForm">
|
||||||
重置
|
重置
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
@ -83,11 +83,11 @@
|
||||||
<el-card class="content-box">
|
<el-card class="content-box">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<el-col>
|
||||||
<el-button class="primary-lease" type="primary" @click="showEquipmentInput()">
|
<el-button class="primary-lease" size="mini" type="primary" @click="showEquipmentInput()">
|
||||||
装备录入
|
装备录入
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
||||||
<el-button class="primary-lease" type="primary" @click="showDetails('0')">
|
<el-button class="primary-lease" size="mini" type="primary" @click="showDetails('0')">
|
||||||
展开明细
|
展开明细
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,10 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6" style="text-align: right;">
|
<el-col :span="6" style="text-align: right;">
|
||||||
|
|
||||||
<el-button class="primary-lease" icon="el-icon-search" style="margin-right: 0;" type="primary" @click="getEquipmentApplyList">
|
<el-button class="primary-lease" size="mini" icon="el-icon-search" style="margin-right: 0;" type="primary" @click="getEquipmentApplyList">
|
||||||
查询
|
查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button class="primary-lease" icon="el-icon-refresh" @click="resetForm">
|
<el-button class="primary-lease" size="mini" icon="el-icon-refresh" @click="resetForm">
|
||||||
重置
|
重置
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
@ -38,11 +38,11 @@
|
||||||
<el-card class="content-box">
|
<el-card class="content-box">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<el-col>
|
||||||
<el-button class="primary-lease" type="primary" @click="addEquipment()" style="margin-right: 0px">
|
<el-button class="primary-lease" size="mini" type="primary" @click="addEquipment()" style="margin-right: 0px">
|
||||||
装备录入
|
装备录入
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
||||||
<el-button class="primary-lease" type="primary" @click="showDetails('1')" style="margin-right: 0px">
|
<el-button class="primary-lease" size="mini" type="primary" @click="showDetails('1')" style="margin-right: 0px">
|
||||||
展开明细
|
展开明细
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
<template slot-scope="scope" >
|
<template slot-scope="scope" >
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="success"
|
type="primary"
|
||||||
icon="el-icon-search"
|
icon="el-icon-search"
|
||||||
@click="handleDetail(scope.row)"
|
@click="handleDetail(scope.row)"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue