Commit 8032cb29 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 73520bf8 d1edda7a
......@@ -212,6 +212,7 @@ export default {
page: this.current,
size: this.size,
deviceName: `%${this.searchVal}%`,
productName: "样表机",
});
this.loading = false;
let { data } = res.data.data;
......
......@@ -5,6 +5,7 @@
:visible.sync="Visible"
width="30%"
@close="handleClose"
:destroy-on-close="true"
>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form-item label="材料简称" prop="materialName">
......
<template>
<div>
<el-dialog title="从公共库中选择" :visible.sync="Visible" width="70%">
<el-dialog
:destroy-on-close="true"
title="从公共库中选择"
:visible.sync="Visible"
width="70%"
>
<TableHeader>
<div slot="right" class="flex">
<el-input
......
......@@ -5,6 +5,7 @@
:visible.sync="Visible"
size="50%"
@close="handleClose"
:destroy-on-close="true"
>
<div class="main flex">
<div class="left flex flexc jcc aic">
......
......@@ -3,6 +3,7 @@
<el-dialog
:title="title"
:visible.sync="Visible"
:destroy-on-close="true"
width="30%"
@close="handleClose"
>
......@@ -35,6 +36,7 @@
v-model="form.deptCode"
placeholder="请选择部门"
@change="handleChange"
filterable
>
<el-option
v-for="v in departmentList"
......
......@@ -108,20 +108,20 @@ const dynamicRouter = [
},
],
},
{
path: "/skinmanage",
component: Layouts,
meta: {
icon: "el-icon-orange",
title: "皮肤管理",
},
children: [
{
path: "",
component: () => import("@/pages/software/skinManage/SkinManage"),
},
],
},
// {
// path: "/skinmanage",
// component: Layouts,
// meta: {
// icon: "el-icon-orange",
// title: "皮肤管理",
// },
// children: [
// {
// path: "",
// component: () => import("@/pages/software/skinManage/SkinManage"),
// },
// ],
// },
{
path: "/numberwritedevice",
component: Layouts,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment