|
|
@ -61,9 +61,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="操作" fixed="right">
|
|
|
|
<el-table-column label="操作" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" size="small" @click.native.stop="submitOrder(scope.row)"
|
|
|
|
<!-- <el-button type="text" size="small" @click.native.stop="submitOrder(scope.row)"
|
|
|
|
>提交
|
|
|
|
>提交
|
|
|
|
</el-button>
|
|
|
|
</el-button> -->
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|