ruanqi 1 year ago
parent
commit
53b02f8fe4
  1. 20
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

20
src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

@ -131,16 +131,16 @@
border
v-loading="dataListLoading"
style="width: 100%; ">
<el-table-column
header-align="center"
align="center"
width="80"
fixed="left"
label="操作">
<template slot-scope="scope">
<a type="text" size="small" @click="printLabel(scope.row)">打印标签</a>
</template>
</el-table-column>
<!-- <el-table-column-->
<!-- header-align="center"-->
<!-- align="center"-->
<!-- width="80"-->
<!-- fixed="left"-->
<!-- label="操作">-->
<!-- <template slot-scope="scope">-->
<!-- <a type="text" size="small" @click="printLabel(scope.row)">打印标签</a>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
v-for="(item,index) in columnList3" :key="index"
:sortable="item.columnSortable"

Loading…
Cancel
Save