|
@@ -45,14 +45,12 @@
|
|
|
{{s.row.itemPrice}}{{s.row.unit}}
|
|
|
</template>
|
|
|
</sa-td>
|
|
|
- <!-- <sa-td name="状态" prop="status" type="enum" :jv="{0: '未完成', 1: '已完成'}"></sa-td>
|
|
|
- <sa-td name="作业时间" prop="operateTime"></sa-td> -->
|
|
|
<sa-td name="创建时间" prop="createTime" width="160"></sa-td>
|
|
|
<sa-td name="接单时间" prop="pickTime" width="160"></sa-td>
|
|
|
<sa-td name="确认时间" prop="confirmTime" width="160"></sa-td>
|
|
|
<el-table-column label="操作" fixed="right" width="200px" v-if="currentCustomerId=='1'">
|
|
|
<template slot-scope="s">
|
|
|
- <el-button v-if="s.row.pickTime&&!s.row.confirmTime" class="c-btn" type="success"
|
|
|
+ <el-button v-if="s.row.pickTime&&!s.row.confirmTime&&sa.isAuth('tb-business-item-confirm')" class="c-btn" type="success"
|
|
|
icon="el-icon-edit" @click="confirmFn(s.row)">确认
|
|
|
</el-button>
|
|
|
</template>
|