|
|
@@ -53,11 +53,11 @@
|
|
|
<template >
|
|
|
<div style="display: flex">
|
|
|
<div v-for="res in scope.row.buttonList" >
|
|
|
- <el-button v-if="res.type=='item'&&res.show==1&&res.disable==0" size="small">该花材</el-button>
|
|
|
- <el-button v-if="res.type=='item'&&res.show==1&&res.disable==1" size="small" disabled>该花材</el-button>
|
|
|
+ <el-button v-if="res.type=='item'&&res.show==1&&res.disable==0" size="small">改花材</el-button>
|
|
|
+ <el-button v-if="res.type=='item'&&res.show==1&&res.disable==1" size="small" disabled>改花材</el-button>
|
|
|
|
|
|
<el-button v-if="res.type=='send'&&res.show==1&&res.disable==0" @click.stop="shipDrawFn(scope.row)" size="mini" type="primary" plain >发货</el-button>
|
|
|
- <el-button v-if="res.type=='send'&&res.show==1&&res.disable==1" disabled size="mini" type="primary" plain >发货</el-button>
|
|
|
+ <el-button v-if="res.type=='send'&&res.show==1&&res.disable==1" disabled size="mini" plain >发货</el-button>
|
|
|
|
|
|
<el-popover v-if="res.type=='selfGet'&&res.show==1&&res.disable==0" style="margin-left:14px;" placement="top" width="160" :ref="'popover-' + scope.row.id">
|
|
|
<p>确认已自取?</p>
|