|
@@ -91,11 +91,7 @@
|
|
|
<el-button class="c-btn" type="success" @click="get(s.row)">查看</el-button>
|
|
|
<el-button class="c-btn" type="primary" v-if="s.row.confirmInput==0" @click="update(s.row)">
|
|
|
修改</el-button>
|
|
|
- <el-button class="c-btn" type="danger" v-if="s.row.payStatus==1
|
|
|
- &&s.row.confirmInput==0
|
|
|
- &&s.row.realInTime==null
|
|
|
- &&s.row.outDayTime==null
|
|
|
- &&perCode.indexOf('tb-business-add')!=-1" @click="del(s.row)">删除
|
|
|
+ <el-button class="c-btn" type="danger" v-if="s.row.payStatus==1&&perCode.indexOf('tb-business-add')!=-1" @click="del(s.row)">删除
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|