Commit 330b0ced by Jings

Merge remote-tracking branch 'origin/feature/九月好办分权' into test

parents 023a588e db1bd7d4
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: Drama
* @LastEditTime: 2022-10-13 16:38:46
* @LastEditTime: 2022-10-20 20:51:52
-->
<!--
<taskView :brandId="brandId"></taskView>
......@@ -70,7 +70,7 @@
<span v-else>{{ scope.row.delStatusDesc }}</span>
</template>
</el-table-column>
<el-table-column label="操作" v-if="$getButtonLimit($buttonCode.checkTaskView)">
<el-table-column width="260" label="操作" v-if="$getButtonLimit($buttonCode.checkTaskView)">
<template slot-scope="scope">
<el-button type="text" v-if="$getButtonLimit($buttonCode.checkTaskView)" :limit-code="$buttonCode.checkTaskView" @click="toDetail(scope.$index, scope.row)">查看详情</el-button>
<el-button type="text" v-if="$getButtonLimit($buttonCode.exportTableTaskDetail)" :limit-code="$buttonCode.exportTableTaskDetail" @click="taskReport(scope.row)">导出导购明细</el-button>
......
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