Browse Source

fix:单次任务合同权限展示修改

ly 10 tháng trước cách đây
mục cha
commit
7fefee553d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/business/production/onceWork/index.vue

+ 1 - 1
src/views/business/production/onceWork/index.vue

@@ -193,7 +193,7 @@
       </el-table-column>
       <el-table-column label="合同" align="center" min-width="50" >
         <template #default="scope">
-          <el-button link type="primary" size="small" @click="viewContract(scope.row)">查看</el-button>
+          <el-button v-hasPermi="['business:archive:order:list']" link type="primary" size="small" @click="viewContract(scope.row)">查看</el-button>
         </template>
       </el-table-column>
       <el-table-column label="执行人" align="center" width="100" :show-overflow-tooltip="true">