|
|
@@ -8,9 +8,9 @@
|
|
|
<div id="list" class="d-none">
|
|
|
<div class="container-fluid">
|
|
|
<div id="form_div"></div>
|
|
|
- <div class="form-inline" id="btn">
|
|
|
+ <div class="ml-3 form-inline" id="btn">
|
|
|
@can('包裹管理-快递-异常类型-编辑')
|
|
|
- <span class="dropdown ml-1">
|
|
|
+ <span class="dropdown">
|
|
|
<button type="button"
|
|
|
class="btn btn-outline-dark btn-sm form-control-sm dropdown-toggle tooltipTarget"
|
|
|
data-toggle="dropdown" title="导出所有页将会以搜索条件得到的筛选结果,将其全部记录(每一页)导出">导出Excel
|
|
|
@@ -46,7 +46,7 @@
|
|
|
</span>
|
|
|
@endcan
|
|
|
</div>
|
|
|
- <table class="table table-striped table-sm text-nowrap table-hover" id="table">
|
|
|
+ <table class="table table-striped table-bordered table-hover card-body td-min-width-80" id="table">
|
|
|
<tr v-for="(package,i) in packages" @click="selectTr===i+1?selectTr=0:selectTr=i+1"
|
|
|
:class="selectTr===i+1?'focusing' : ''">
|
|
|
<td>
|
|
|
@@ -300,6 +300,7 @@
|
|
|
_this.form = new query({
|
|
|
el: '#form_div',
|
|
|
condition: data,
|
|
|
+ appendDom : "btn",
|
|
|
});
|
|
|
_this.form.init();
|
|
|
let column = [
|