同步6/16
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="负责人" show-overflow-tooltip align="center" prop="leader" />
|
||||
<el-table-column label="备注" align="center" prop="remark" />
|
||||
<el-table-column label="备注" show-overflow-tooltip align="center" prop="remark" />
|
||||
<el-table-column label="操作" width="180" align="center" fixed="right" class-name="small-padding fixed-width">
|
||||
<template #default="scope">
|
||||
<el-button link type="primary" @click="handleMain(scope.row)" v-hasPermi="['system:stockOut:query']">查看清单</el-button>
|
||||
|
||||
Reference in New Issue
Block a user