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