质量修改

dev-scheduling
jinna 3 weeks ago
parent 2071597fc0
commit 12d9f63d37
  1. 2
      src/views/orderManagement/components/exception/dataMissing.vue
  2. 2
      src/views/qualityManagement/tankSolutionSystem/info.vue

@ -46,7 +46,7 @@
}}</el-tag> }}</el-tag>
</template> </template>
<template #menu="{ row }"> <template #menu="{ row }">
<el-button text @click="editData(row)">修改</el-button> <el-button type="primary" text @click="editData(row)">修改</el-button>
<el-button text @click="editData1(row)">修改1</el-button> <el-button text @click="editData1(row)">修改1</el-button>
<!-- <el-button type="primary" text plain style="border: 0; background-color: transparent !important" <!-- <el-button type="primary" text plain style="border: 0; background-color: transparent !important"
@click="lookProcessRoute(row)">查看工艺路线 @click="lookProcessRoute(row)">查看工艺路线

@ -203,7 +203,7 @@ export default {
], ],
dicUrl: '/blade-desk/BA/WorkTank/listForSelect', dicUrl: '/blade-desk/BA/WorkTank/listForSelect',
props: { props: {
label: 'name', label: 'workTankCode',
value: 'id', value: 'id',
}, },
}, },

Loading…
Cancel
Save