applications/task-work-order/src/views/orderView/appConfiguration/materials/index.vue
@@ -41,7 +41,7 @@ {{ getDictLabel(String(row.isAllScenario), dictObj.isAllScenario) }} </template> </el-table-column> <el-table-column label="操作" class-name="operation-btns" width="200"> <el-table-column label="操作" class-name="operation-btns" width="200" fixed="right"> <template v-slot="{ row }"> <el-link type="primary" @click="openForm('view', row)">查看</el-link> <el-link type="primary" @click="openForm('edit', row)">编辑</el-link>