This commit is contained in:
parent
d6145c0684
commit
736214c866
|
|
@ -93,7 +93,7 @@
|
|||
</el-col>
|
||||
</el-row>
|
||||
<!-- 表格 -->
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" border stripe :span-method="handleSpanMethod" height="546">
|
||||
<!-- <el-table :data="tableData" >-->
|
||||
<el-table-column label="序号" align="center" width="55" type="index" fixed />
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</el-row>
|
||||
|
||||
<!-- 表格区域 -->
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" border stripe height="546">
|
||||
<el-table-column label="序号" align="center" width="55" type="index" />
|
||||
<el-table-column prop="orderNumber" label="录入单号" align="center" />
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</el-button>
|
||||
</el-col>
|
||||
</el-row>-->
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" style="width: 100%" border stripe height="546">
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
|
||||
<el-table-column align="center" show-overflow-tooltip prop="propertyUnit" label="单位名称"/>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
</el-form>
|
||||
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-col :span="4">
|
||||
<span style="font-size: 20px; font-weight: 800">退役审核列表</span>
|
||||
</el-col>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
</el-form>
|
||||
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div>
|
||||
|
||||
<el-row>
|
||||
<el-col :span="4">
|
||||
|
|
@ -241,6 +241,8 @@ export default {
|
|||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
|
||||
/* 卡片主体样式 */
|
||||
::v-deep .el-card__body {
|
||||
display: flex !important;
|
||||
|
|
@ -324,8 +326,6 @@ export default {
|
|||
padding: 2px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</el-form>
|
||||
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" style="width: 100%" border stripe height="546" fit>
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50" />
|
||||
<el-table-column align="center" show-overflow-tooltip prop="businessType" label="业务类型" width="120">
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</el-form>
|
||||
</div>
|
||||
|
||||
<div class="table-container" style="flex: 1; overflow-y: auto;">
|
||||
<div style="flex: 1; overflow-y: auto;">
|
||||
<el-table :data="tableData" style="width: 100%" height="546">
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
|
||||
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
<el-button type="primary" icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container" style="flex: 1; overflow-y: auto;">
|
||||
<div style="flex: 1; overflow-y: auto;">
|
||||
<el-table :data="tableData" style="width: 100%" border stripe height="546">
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
|
||||
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<el-button type="primary" icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" style="width: 100%" border stripe height="546">
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
|
||||
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
<el-button type="primary" icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" style="width: 100%" border stripe height="546">
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
|
||||
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<el-button type="primary" icon="el-icon-download" size="mini" @click="onHandleExport">导出数据</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table :data="tableData" style="width: 100%" border stripe height="546">
|
||||
<el-table-column align="center" show-overflow-tooltip type="index" label="序号" width="50"/>
|
||||
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="操作人"/>
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
</el-card>
|
||||
</el-form>
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<!-- 维保列表表格 -->
|
||||
<el-table
|
||||
:data="qualityLis"
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
</el-card>
|
||||
</el-form>
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<template v-if="cardList.length > 0">
|
||||
<div class="cart-tbody" v-for="(item, index) in cardList" :key="index">
|
||||
<el-row class="order-title-info">
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
</el-form>
|
||||
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<!-- 订单列表 -->
|
||||
<template v-if="cardList.length > 0">
|
||||
<div class="cart-tbody" v-for="(item, index) in cardList" :key="index">
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<el-button type="primary" size="mini" @click="handleAdd">新增</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table
|
||||
:data="tableData"
|
||||
style="width: 100%"
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
</el-button>
|
||||
</el-row>
|
||||
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table
|
||||
:data="equipmentList"
|
||||
show-overflow-tooltip
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
</el-row>
|
||||
</el-form>
|
||||
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<div class="batch-up-btn-wrapper">
|
||||
<el-button
|
||||
size="mini"
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@
|
|||
</el-row>
|
||||
|
||||
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table
|
||||
:data="toolList"
|
||||
show-overflow-tooltip
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
</el-form>
|
||||
|
||||
<!-- 表格区域 -->
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table
|
||||
:data="numberToolList"
|
||||
show-overflow-tooltip
|
||||
|
|
@ -327,7 +327,7 @@
|
|||
</el-form>
|
||||
|
||||
<!-- 表格区域 -->
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table
|
||||
:data="codeToolList"
|
||||
show-overflow-tooltip
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<!-- 表格 -->
|
||||
<el-table
|
||||
:data="leaseList"
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
</a>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<!-- 表格 -->
|
||||
<el-table
|
||||
:data="qualityLis"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<span></span>
|
||||
</div>
|
||||
<div class="content-view">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<div class="tableHeader">
|
||||
<div class="header" style="width: 5%">序号</div>
|
||||
<div class="header" style="width: 35%">工序</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="content-view">
|
||||
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<div class="tableHeader">
|
||||
<div class="header" style="width: 5%">序号</div>
|
||||
<div class="header" style="width: 30%">工序</div>
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
highlight-current-row
|
||||
style="width: 100%"
|
||||
height="546"
|
||||
class="table-container"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row> -->
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table v-loading="loading" :data="tableData" border stripe height="546">
|
||||
<el-table-column label="序号" align="center" width="80" type="index">
|
||||
<template slot-scope="scope">
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row> -->
|
||||
<el-card class="content-box">
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table v-loading="loading" :data="tableData" border stripe height="546">
|
||||
<el-table-column label="序号" align="center" width="80" type="index">
|
||||
<template slot-scope="scope">
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<!-- 表格 -->
|
||||
<el-table
|
||||
:data="leaseList"
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
</el-row>
|
||||
|
||||
|
||||
<div class="table-container">
|
||||
<div >
|
||||
<el-table
|
||||
:data="projectList"
|
||||
show-overflow-tooltip
|
||||
|
|
|
|||
Loading…
Reference in New Issue