节假日、排产权限字符修改

This commit is contained in:
yinjinlu-pc\尹金路 2023-11-13 22:19:38 +08:00
parent efb73ef9dd
commit 1c4d0bd378
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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>