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
zhouqian
vue-gjjs
Commits
0acb5727
Commit
0acb5727
authored
Jan 05, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微调Ptsmsg.vue
parent
0163b136
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
Ptsmsg.vue
src/views/Public/Ptsmsg.vue
+16
-2
No files found.
src/views/Public/Ptsmsg.vue
View file @
0acb5727
...
...
@@ -6,6 +6,7 @@
v-model=
"model[argadr.url + 'ref']"
maxlength=
"16"
:placeholder=
"'请输入' + argadr.title + '编号'"
:disabled=
"disabled"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -16,6 +17,7 @@
v-model=
"model[argadr.url + 'nam']"
maxlength=
"40"
:placeholder=
"'请输入' + argadr.title + '名称'"
:disabled=
"disabled"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -28,14 +30,26 @@ import CommonProcess from "~/mixin/CommonProcess";
export
default
{
inject
:
[
"root"
],
mixins
:
[
CommonProcess
],
props
:
[
"model"
,
"codes"
,
"argadr"
],
props
:
{
model
:
{
type
:
Object
,
default
:
undefined
,
},
codes
:
{},
argadr
:
{},
disabled
:
{
//名称地址是否灰显
type
:
Boolean
,
default
:
false
,
},
},
data
()
{
return
{
data
:
[],
};
},
watch
:
{},
// methods: { ...Event },
// methods: { ...Event },
created
:
function
()
{},
};
</
script
>
...
...
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