|
@@ -129,7 +129,7 @@
|
|
|
</el-button>
|
|
|
</template>
|
|
|
<template slot="srcOrderno" slot-scope="scope">
|
|
|
- <span style="color: #409EFF;cursor: pointer" @click="jumpPage(scope.row, index)">{{scope.row.srcOrderno}}</span>
|
|
|
+ <span style="color: #409EFF;cursor: pointer" @click="jumpPage(scope.row, scope.index)">{{scope.row.srcOrderno}}</span>
|
|
|
</template>
|
|
|
<template slot-scope="{ row }" slot="currency">
|
|
|
<el-select v-if="row.$cellEdit" v-model="row.currency" size="small" placeholder="请选择 币别" clearable filterable>
|