projects/mesxc-zhp #332

Merged
juzi merged 3 commits from projects/mesxc-zhp into projects/mesxc-test 2024-04-12 14:58:10 +08:00
2 changed files with 17 additions and 21 deletions
Showing only changes of commit 2a599d96b3 - Show all commits

View File

@ -123,14 +123,6 @@ const tableProps = [
label: '备注',
},
];
const topBtnConfig = [
{
type: 'add',
btnName: 'btn.add'
}
]
export default {
mixins: [basicAdd],
components: { SmallTitle, attrAdd },
@ -153,7 +145,14 @@ export default {
},
],
tableProps,
topBtnConfig,
topBtnConfig:[
{
type: this.$auth.hasPermi('extend:process-equ-material-bom-det:add')
? 'add'
: '',
btnName: 'btn.add'
}
],
addOrUpdateVisible: false,
urlOptions: {
isGetCode: false,

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-18 14:16:25
* @LastEditors: zhp
* @LastEditTime: 2024-04-12 14:27:07
* @LastEditTime: 2024-04-12 14:28:44
* @Description:
-->
<template>
@ -143,17 +143,7 @@ const tableProps = [
prop: 'remark',
label: '备注',
},
];
const topBtnConfig = [
{
type: this.$auth.hasPermi('extend:process-equ-value-bom-det:add')
? 'add'
: '',
btnName: 'btn.add'
}
]
export default {
mixins: [basicAdd],
components: { SmallTitle, attrAdd },
@ -174,7 +164,14 @@ export default {
},
],
tableProps,
topBtnConfig,
topBtnConfig:[
{
type: this.$auth.hasPermi('extend:process-equ-value-bom-det:add')
? 'add'
: '',
btnName: 'btn.add'
}
],
addOrUpdateVisible: false,
enableList: [
{