节假日、排产权限字符修改
This commit is contained in:
parent
efb73ef9dd
commit
1c4d0bd378
@ -180,7 +180,7 @@ export const dynamicRoutes = [
|
||||
path: '/mes/pro/schedule',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['mes:pro:schedule:edit'],
|
||||
permissions: ['mes:pro:protask:edit'],
|
||||
children: [
|
||||
{
|
||||
path: 'ganttedit',
|
||||
|
@ -42,7 +42,7 @@
|
||||
</el-row>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
<el-button type="primary" v-hasPermi="['mes:cal:calholiday:edit']" @click="submitForm">确 定</el-button>
|
||||
<el-button @click="cancel">取 消</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
Loading…
Reference in New Issue
Block a user