Commit 4dbbc8f0 authored by youjie's avatar youjie

no message

parent 644b79c3
...@@ -641,7 +641,7 @@ ...@@ -641,7 +641,7 @@
<div style="padding:10px;color:#f1416c">{{$t('pub.pubRemark')}}{{scope.row.Remark}} <div style="padding:10px;color:#f1416c">{{$t('pub.pubRemark')}}{{scope.row.Remark}}
</div> </div>
<div :style="{'height': scope.row.isMore?'20px':''}"></div> <div :style="{'height': scope.row.isMore?'20px':''}"></div>
<more v-if="scope.row.isMore" @change="ViewMore(scope.row,index)" :upIcon="scope.row.upIcon"></more> <more v-if="scope.row.isMore" @change="ViewMore(scope.row,scope.$index)" :upIcon="scope.row.upIcon"></more>
</template> </template>
</el-table> </el-table>
</div> </div>
......
...@@ -503,7 +503,7 @@ ...@@ -503,7 +503,7 @@
OP{{$t('fnc.beizhu')}}{{scope.row.OPRemark}} OP{{$t('fnc.beizhu')}}{{scope.row.OPRemark}}
<i v-if="pagesTitle=='OP'&&scope.row.OrderStatus>1&&scope.row.OrderStatus!=3" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(scope.row)"></i> <i v-if="pagesTitle=='OP'&&scope.row.OrderStatus>1&&scope.row.OrderStatus!=3" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(scope.row)"></i>
</div> </div>
<more v-if="scope.row.isMore" @change="ViewMore(scope.row,index)" :upIcon="scope.row.upIcon"></more> <more v-if="scope.row.isMore" @change="ViewMore(scope.row,scope.$index)" :upIcon="scope.row.upIcon"></more>
</template> </template>
</el-table> </el-table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment