This commit is contained in:
bb_pan 2025-12-05 15:38:37 +08:00
parent d6145c0684
commit 736214c866
48 changed files with 53 additions and 53 deletions

View File

@ -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 />

View File

@ -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" />

View File

@ -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="单位名称"/>

View File

@ -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>

View File

@ -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>

View File

@ -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">

View File

@ -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="操作人"/>

View File

@ -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="操作人"/>

View File

@ -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="操作人"/>

View File

@ -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="操作人"/>

View File

@ -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="操作人"/>

View File

@ -61,7 +61,7 @@
</el-card>
</el-form>
<el-card class="content-box">
<div class="table-container">
<div >
<!-- 维保列表表格 -->
<el-table
:data="qualityLis"

View File

@ -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">

View File

@ -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">

View File

@ -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%"

View File

@ -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"

View File

@ -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

View File

@ -22,7 +22,7 @@
</el-button>
</el-col>
</el-row>
<div class="table-container">
<div >
<!-- 表格 -->
<el-table
:data="leaseList"

View File

@ -62,7 +62,7 @@
</a>
</el-col>
</el-row>
<div class="table-container">
<div >
<!-- 表格 -->
<el-table
:data="qualityLis"

View File

@ -39,7 +39,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -38,7 +38,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -38,7 +38,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -38,7 +38,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -38,7 +38,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -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>

View File

@ -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>

View File

@ -158,7 +158,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -45,7 +45,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -39,7 +39,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -33,7 +33,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -187,7 +187,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -45,7 +45,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -33,7 +33,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -187,7 +187,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -39,7 +39,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -33,7 +33,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -20,7 +20,7 @@
highlight-current-row
style="width: 100%"
height="546"
class="table-container"
>
<el-table-column
type="index"

View File

@ -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">

View File

@ -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">

View File

@ -102,7 +102,7 @@
</el-button>
</el-col>
</el-row>
<div class="table-container">
<div >
<!-- 表格 -->
<el-table
:data="leaseList"

View File

@ -92,7 +92,7 @@
</el-row>
<div class="table-container">
<div >
<el-table
:data="projectList"
show-overflow-tooltip