Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -2165,6 +2165,7 @@
|
||||
show-close
|
||||
:class="[
|
||||
'business-crud-page__detail-dialog',
|
||||
$attrs.option?.dialogCustomClass,
|
||||
{ 'is-transport-plan-detail': isTransportPlanDetailLayout },
|
||||
]"
|
||||
>
|
||||
@@ -4997,6 +4998,7 @@
|
||||
@closed="cargoImportRows = []"
|
||||
>
|
||||
<div class="business-crud-page__cargo-import">
|
||||
<div class="business-crud-page__cargo-import-card">
|
||||
<el-upload
|
||||
action="#"
|
||||
accept=".xls,.xlsx"
|
||||
@@ -5011,6 +5013,7 @@
|
||||
</template>
|
||||
</el-upload>
|
||||
<el-button type="primary" @click="handleCargoImportTemplate">点击下载模板</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<template #footer>
|
||||
<el-button :disabled="cargoImportLoading" @click="closeCargoImportDialog">关闭</el-button>
|
||||
@@ -13248,6 +13251,18 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
&__cargo-import {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
&__cargo-import-card {
|
||||
background: #fff;
|
||||
border-radius: 6px;
|
||||
padding: 24px;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
&__cargo-table {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user