ota管理 按钮顺序调整
This commit is contained in:
@@ -101,14 +101,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 全部导出-->
|
<div class="table-operator" style='margin-bottom: 19px;margin-top: 20px;overflow:hidden;'>
|
||||||
<div class="table-operator" style='margin-bottom: 19px;text-align: left;margin-top: 20px;'>
|
<div style='float: left'>
|
||||||
|
<!-- 全部导出-->
|
||||||
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="handleExportManage('all')"
|
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="handleExportManage('all')"
|
||||||
v-has="'otadetail:export'">
|
v-has="'otadetail:export'">
|
||||||
<a-icon type="export" :rotate="-90" />
|
<a-icon type="export" :rotate="-90" />
|
||||||
{{ $t('export') }}
|
{{ $t('export') }}
|
||||||
</div>
|
</div>
|
||||||
<!-- 全部下发通知-->
|
<!-- 全部下发通知-->
|
||||||
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="issuenotice"
|
<div v-show="vehicleTypeCode === $t('whole')" class="operator-text" @click="issuenotice"
|
||||||
v-has="'otadetail:Issuenotice'">
|
v-has="'otadetail:Issuenotice'">
|
||||||
<a-icon type="sound" />
|
<a-icon type="sound" />
|
||||||
@@ -126,36 +127,6 @@
|
|||||||
<a-icon type="setting" />
|
<a-icon type="setting" />
|
||||||
{{ $t('BatchSetting') }}
|
{{ $t('BatchSetting') }}
|
||||||
</div>
|
</div>
|
||||||
<!-- studio申请重新匹配-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="applyforrematch"
|
|
||||||
v-has="'otad:rematch'">
|
|
||||||
<a-icon type="rollback" />
|
|
||||||
{{ $t('applyforrematch') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio保存-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="preservation"
|
|
||||||
v-has="'otad:save'">
|
|
||||||
<a-icon type="check-circle" />
|
|
||||||
{{ $t('preservation') }}
|
|
||||||
</div>
|
|
||||||
<!-- studio提交-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="submit"
|
|
||||||
v-has="'otad-submit'">
|
|
||||||
<a-icon type="check-circle" />
|
|
||||||
{{ $t('submit') }}
|
|
||||||
</div>
|
|
||||||
<!-- manger确认-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="confirm"
|
|
||||||
v-has="'otaman:confirm'">
|
|
||||||
<a-icon type="check-circle" />
|
|
||||||
{{ $t('confirm') }}
|
|
||||||
</div>
|
|
||||||
<!-- manger退回-->
|
|
||||||
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="sendBack"
|
|
||||||
v-has="'otaman:return'">
|
|
||||||
<a-icon type="rollback" />
|
|
||||||
{{ $t('sendBack') }}
|
|
||||||
</div>
|
|
||||||
<!-- 列表设置-->
|
<!-- 列表设置-->
|
||||||
<!-- v-if="!this.$route.query.it"-->
|
<!-- v-if="!this.$route.query.it"-->
|
||||||
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName" :getPopupContainer="triggerNode => { return triggerNode.parentNode; }"
|
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName" :getPopupContainer="triggerNode => { return triggerNode.parentNode; }"
|
||||||
@@ -187,6 +158,39 @@
|
|||||||
{{ $t('customize') }}
|
{{ $t('customize') }}
|
||||||
</div>
|
</div>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
|
</div>
|
||||||
|
<div style='float: right'>
|
||||||
|
<!-- studio保存-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="preservation"
|
||||||
|
v-has="'otad:save'">
|
||||||
|
<a-icon type="check-circle" />
|
||||||
|
{{ $t('preservation') }}
|
||||||
|
</div>
|
||||||
|
<!-- studio提交-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="submit"
|
||||||
|
v-has="'otad-submit'">
|
||||||
|
<a-icon type="check-circle" />
|
||||||
|
{{ $t('submit') }}
|
||||||
|
</div>
|
||||||
|
<!-- manger确认-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="confirm"
|
||||||
|
v-has="'otaman:confirm'">
|
||||||
|
<a-icon type="check-circle" />
|
||||||
|
{{ $t('confirm') }}
|
||||||
|
</div>
|
||||||
|
<!-- manger退回-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="sendBack"
|
||||||
|
v-has="'otaman:return'">
|
||||||
|
<a-icon type="rollback" />
|
||||||
|
{{ $t('sendBack') }}
|
||||||
|
</div>
|
||||||
|
<!-- studio申请重新匹配-->
|
||||||
|
<div v-show="vehicleTypeCode !== $t('whole')" class="operator-text" @click="applyforrematch"
|
||||||
|
v-has="'otad:rematch'">
|
||||||
|
<a-icon type="rollback" />
|
||||||
|
{{ $t('applyforrematch') }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a-table ref="table" size="middle"
|
<a-table ref="table" size="middle"
|
||||||
:components="drag(columnsAll, 'columnsAll')"
|
:components="drag(columnsAll, 'columnsAll')"
|
||||||
|
|||||||
Reference in New Issue
Block a user