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