颜色
This commit is contained in:
parent
ee8cd61d1e
commit
8b15dfe984
@ -74,12 +74,12 @@
|
|||||||
<li class="f-r">
|
<li class="f-r">
|
||||||
<div class="handle-item">
|
<div class="handle-item">
|
||||||
<Upload :before-upload="importExcel" action="/" :format="['xls','xlsx','csv']">
|
<Upload :before-upload="importExcel" action="/" :format="['xls','xlsx','csv']">
|
||||||
<Button type="warning">导入</Button>
|
<Button type="primary" ghost>导入</Button>
|
||||||
</Upload>
|
</Upload>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="handle-item" v-has="'output'">
|
<div class="handle-item" v-has="'output'">
|
||||||
<Button @click="exportExcel" type="warning">导出</Button>
|
<Button @click="exportExcel" type="warning" ghost>导出</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="handle-item">
|
<div class="handle-item">
|
||||||
|
@ -137,7 +137,7 @@ export default {
|
|||||||
if (this.haveJurisdiction('update')) {
|
if (this.haveJurisdiction('update')) {
|
||||||
let button = h('Button', {
|
let button = h('Button', {
|
||||||
props: {
|
props: {
|
||||||
type: row.province ? 'success' : 'primary',
|
type: row.province ? 'success' : 'error',
|
||||||
size: 'small'
|
size: 'small'
|
||||||
},
|
},
|
||||||
class: ['btn'],
|
class: ['btn'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user