Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
32fccee9
Commit
32fccee9
authored
Jul 26, 2022
by
季圣华
Browse files
优化plugin界面
parent
d6ce6570
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/PluginList.vue
View file @
32fccee9
...
...
@@ -16,7 +16,7 @@
<a-col
:md=
"6"
:sm=
"24"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
@
click=
"searchReset"
>
重置
</a-button>
<a-button
type=
"primary"
style=
"margin-left: 8px"
@
click=
"writeCode"
>
填写激活码
</a-button>
<a-button
type=
"primary"
style=
"margin-left: 8px"
@
click=
"writeCode"
>
填写
插件
激活码
</a-button>
<a-button
type=
"primary"
style=
"margin-left: 8px"
@
click=
"writeAppCode"
>
填写手机端激活码
</a-button>
</a-col>
</span>
...
...
@@ -193,7 +193,7 @@
},
writeCode
()
{
this
.
$refs
.
modalForm
.
edit
();
this
.
$refs
.
modalForm
.
title
=
"
填写激活码
"
;
this
.
$refs
.
modalForm
.
title
=
"
填写
插件
激活码
"
;
this
.
$refs
.
modalForm
.
disableSubmit
=
false
;
},
writeAppCode
()
{
...
...
jshERP-web/src/views/system/modules/PluginModal.vue
View file @
32fccee9
...
...
@@ -14,8 +14,8 @@
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"机器码"
>
<a-input
v-decorator.trim=
"[ 'platformKey' ]"
:readOnly=
"true"
/>
</a-form-item>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"激活码"
>
<a-textarea
:rows=
"2"
placeholder=
"请输入激活码"
v-decorator=
"[ 'platformValue' ]"
/>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"
插件
激活码"
>
<a-textarea
:rows=
"2"
placeholder=
"请输入
插件
激活码"
v-decorator=
"[ 'platformValue' ]"
/>
</a-form-item>
</a-form>
</a-spin>
...
...
Write
Preview
Supports
Markdown
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