a
This commit is contained in:
@@ -80,8 +80,8 @@
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
<el-dialog :visible.sync="dialogFormVisible" :title="title" center width="400px">
|
||||
<el-table ref="multipleTable" :data="tableData2" size="mini" height="400" border>
|
||||
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisible" :title="title" center width="400px">
|
||||
<el-table :data="tableData2" size="mini" height="400" border>
|
||||
<el-table-column align="center" label="序号" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.工序顺序 }}
|
||||
|
||||
Reference in New Issue
Block a user