更新
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-card>
|
||||
<el-row style="width: 600px">
|
||||
<el-card style="width: 580px">
|
||||
<el-row style="width: 580px">
|
||||
<el-input v-model="partNumber" placeholder="零件图号" style="width: 180px" size="small" clearable/>
|
||||
<el-button icon="el-icon-search" type="primary" plain size="small" @click="pageCurrent = 1;pageSize = 10;getTableData()">查询</el-button>
|
||||
<el-upload
|
||||
@@ -18,7 +18,7 @@
|
||||
</el-upload>
|
||||
</el-row>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<el-card style="width: 580px">
|
||||
<el-table v-loading="loading" :data="tableData" border size="mini" style="width: 555px;height: 700px" height="520">
|
||||
<el-table-column label="序号" align="center" type="index" width="50"/>
|
||||
<el-table-column label="零件图号" align="center" width="180px">
|
||||
@@ -33,7 +33,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="上传时间" align="center" width="150px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.上传时间 }}
|
||||
{{ scope.row.上传时间.split(' ')[0] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column width="80px" label="零件图纸" align="center">
|
||||
|
||||
Reference in New Issue
Block a user