Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
221d81d1
Commit
221d81d1
authored
Jun 30, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共页面Ptap1和Ptsmsg是否可选(为灰)微调
parent
7b5f1038
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
Ptap1.vue
src/views/Public/Ptap1.vue
+6
-1
Ptsmsg.vue
src/views/Public/Ptsmsg.vue
+6
-1
No files found.
src/views/Public/Ptap1.vue
View file @
221d81d1
...
...
@@ -13,6 +13,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`$
{argadr.grp}.${argadr.rol}.pts.extkey`)
"
:disabled="disabled1"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -53,7 +54,7 @@
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
:disabled=
"disabled"
:disabled=
"disabled
|| disabled1
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -87,6 +88,10 @@ export default {
type
:
Boolean
,
default
:
false
,
},
disabled1
:
{
//编号栏是否为灰
type
:
Boolean
,
default
:
false
,
},
},
data
()
{
...
...
src/views/Public/Ptsmsg.vue
View file @
221d81d1
...
...
@@ -18,7 +18,7 @@
v-model=
"model[argadr.grp][argadr.rol].pts.nam"
maxlength=
"40"
:placeholder=
"'请输入' + argadr.title + '名称'"
:disabled=
"disabled"
:disabled=
"disabled
|| disabled1
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -43,6 +43,11 @@ export default {
type
:
Boolean
,
default
:
false
,
},
disabled1
:
{
//名称是否灰显
type
:
Boolean
,
default
:
false
,
},
},
data
()
{
return
{
...
...
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