Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
c1dd21f5
Commit
c1dd21f5
authored
Nov 29, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Q347和内部清单398
parent
780d9202
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
team.vue
src/views/mes/cal/calendar/team.vue
+1
-1
index.vue
src/views/mes/pro/ItemTemplateMapping/index.vue
+2
-1
No files found.
src/views/mes/cal/calendar/team.vue
View file @
c1dd21f5
...
...
@@ -271,7 +271,7 @@ export default {
.el-calendar-table
.holiday
{
background-color
:
#88E325
;
}
.myteam-cal
{
.myteam-cal
.el-calendar__body
{
pointer-events
:
none
;
}
.myteam-cal
.el-calendar-table
.el-calendar-day
{
...
...
src/views/mes/pro/ItemTemplateMapping/index.vue
View file @
c1dd21f5
...
...
@@ -194,6 +194,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
"客户名称"
prop=
"customerCode"
>
<el-select
filterable
v-model=
"form.customerCode"
style=
"width: 100%"
placeholder=
"请选择客户名称"
...
...
@@ -209,7 +210,7 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"品牌"
prop=
"brandCode"
>
<el-select
v-model=
"form.brandCode"
placeholder=
"请选择品牌"
style=
"width: 100%"
>
<el-select
v-model=
"form.brandCode"
placeholder=
"请选择品牌"
style=
"width: 100%"
filterable
>
<el-option
v-for=
"item in brandOptions"
:key=
"item.brandCode"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment