更新
This commit is contained in:
@@ -117,8 +117,8 @@
|
||||
@current-change="handleCurrentChange"/>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-dialog :visible.sync="dialogVisible" title="离线合同请款" center style="min-height: 300px" width="1000px">
|
||||
<el-table :data="tableData2" element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading" element-loading-background="rgba(226,223,223,1)" height="630" border style="width: 430px">
|
||||
<el-dialog :visible.sync="dialogVisible" title="加工过程" center style="min-height: 250px" width="700px">
|
||||
<el-table :data="tableData2" element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading" element-loading-background="rgba(226,223,223,1)" border style="width: 690px">
|
||||
<el-table-column
|
||||
width="50px"
|
||||
prop="province1"
|
||||
@@ -139,13 +139,13 @@
|
||||
prop="province4"
|
||||
label="工艺要求"
|
||||
align="center"
|
||||
width="80px"
|
||||
width="280px"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<template slot-scope="scope">{{ scope.row.工艺要求 }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
width="60px"
|
||||
width="80px"
|
||||
prop="province5"
|
||||
label="单件定额"
|
||||
align="center"
|
||||
@@ -153,7 +153,7 @@
|
||||
<template slot-scope="scope">{{ scope.row.单件定额工时 }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
width="60px"
|
||||
width="80px"
|
||||
prop="province6"
|
||||
label="准结定额"
|
||||
align="center"
|
||||
|
||||
Reference in New Issue
Block a user