'123'
This commit is contained in:
parent
4f1c94e861
commit
8d1508a618
|
@ -17,6 +17,7 @@
|
|||
<splitpanes class="default-theme mt5" split="vertical">
|
||||
<pane :size="60">
|
||||
<el-card id="scroll" class="box-card scrollable" :style="{'overflow': 'auto','max-height': scrollableHeight,'height': scrollableHeight}">
|
||||
<div style="min-width: 700px">
|
||||
<el-form-item label="目录:" class="customer-form-item">
|
||||
<el-row>
|
||||
<el-col :span="6" v-for="(item, index) in modelList" :key="index">
|
||||
|
@ -64,7 +65,9 @@
|
|||
<el-link :underline="false"class="block" :style="selectedJmTag==item.section?'color:#ffba00;font-weight: bold;':'color:#1890ff;'" @click="selJmTag(item)">{{item.section}}</el-link>
|
||||
</el-col>
|
||||
</el-form-item>
|
||||
<el-table width="100%" v-loading="searchResultLoading" ref="searchResultTable" :data="searchResultPagedData" @row-dblclick="handleRowDblclick">
|
||||
</div>
|
||||
|
||||
<el-table width="100%" style="min-width:800px" v-loading="searchResultLoading" ref="searchResultTable" :data="searchResultPagedData" @row-dblclick="handleRowDblclick">
|
||||
<el-table-column label="版本uid" align="center" prop="uid_0" v-if="false"/>
|
||||
<el-table-column label="产品型号" align="center" prop="name_0"/>
|
||||
<el-table-column label="型号" align="center" prop="model" v-if="false"/>
|
||||
|
@ -86,6 +89,7 @@
|
|||
</pane>
|
||||
<pane>
|
||||
<el-card id="scroll" class="box-card scrollable" :style="{'overflow': 'auto','max-height': scrollableHeight,'height': scrollableHeight}">
|
||||
<div style="min-width: 650px">
|
||||
<el-row :gutter="8">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="询价单位" prop="quotCustomer" style="margin-bottom: 10px;">
|
||||
|
@ -135,7 +139,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
</div>
|
||||
<el-table v-loading="selectedResultLoading" width="100%;" :height="tableHeight" :row-class-name="selectedResultIndex" style="margin-top:5px" ref="selectedResultTable" :data="selectedResultData">
|
||||
<el-table-column label="" align="center" prop="index" width="50"/>
|
||||
<el-table-column label="操作" align="center" width="60" class-name="small-padding fixed-width">
|
||||
|
|
Loading…
Reference in New Issue