更新
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
|
||||
<el-card>
|
||||
<el-row>
|
||||
<span>机床号:</span>
|
||||
@@ -24,12 +23,14 @@
|
||||
</el-select>
|
||||
<span>零件号:</span>
|
||||
<el-input v-model="number" placeholder="零件号" clearable size="small" style="width: 200px;"/>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<span class="demonstration">计划下达时间:</span>
|
||||
<el-date-picker
|
||||
v-model="startTime"
|
||||
value-format="yyyy-MM-dd"
|
||||
size="small"
|
||||
style="width: 160px"
|
||||
style="width: 160px;margin-top: 10px;margin-bottom: 10px"
|
||||
type="date"
|
||||
placeholder="选择日期"/>
|
||||
<span class="demonstration">~</span>
|
||||
@@ -47,14 +48,18 @@
|
||||
<el-card>
|
||||
<el-table
|
||||
v-loading="listLoading1"
|
||||
id="ProcessingStatusEdit"
|
||||
:data="tableData1"
|
||||
:stripe="true"
|
||||
class="table"
|
||||
size="mini"
|
||||
highlight-current-row
|
||||
border
|
||||
height="650">
|
||||
<el-table-column
|
||||
label="序号"
|
||||
align="center"
|
||||
width="50"
|
||||
width="55"
|
||||
type="index"/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
@@ -772,4 +777,12 @@ export default {
|
||||
background-color: lightgreen;
|
||||
border: 1px solid #1f2d3d;
|
||||
}
|
||||
.el-card{
|
||||
margin:1px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.ProcessingStatusEdit td, .el-table th {
|
||||
padding: 0px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user