Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0b055b5d
authored
Apr 14, 2023
by
dhb52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: type='text' => type='primary' link
parent
4f3e7eca
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
9 deletions
+17
-9
src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue
+6
-3
src/views/Login/components/LoginForm.vue
+2
-1
src/views/Login/components/MobileForm.vue
+2
-1
src/views/bpm/definition/index.vue
+2
-1
src/views/bpm/model/index.vue
+4
-2
src/views/mp/components/wx-reply/main.vue
+1
-1
No files found.
src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue
View file @
0b055b5d
...
...
@@ -111,7 +111,8 @@
>
<el-divider
direction=
"vertical"
/>
<el-button
type=
"text"
type=
"primary"
link
style=
"color: #ff4d4f"
@
click=
"removeFieldOptionItem(scope, scope.$index, 'enum')"
>
移除
</el-button
...
...
@@ -143,7 +144,8 @@
>
<el-divider
direction=
"vertical"
/>
<el-button
type=
"text"
type=
"primary"
link
style=
"color: #ff4d4f"
@
click=
"removeFieldOptionItem(scope, scope.$index, 'constraint')"
>
移除
</el-button
...
...
@@ -174,7 +176,8 @@
>
<el-divider
direction=
"vertical"
/>
<el-button
type=
"text"
type=
"primary"
link
style=
"color: #ff4d4f"
@
click=
"removeFieldOptionItem(scope, scope.$index, 'property')"
>
移除
</el-button
...
...
src/views/Login/components/LoginForm.vue
View file @
0b055b5d
...
...
@@ -18,7 +18,8 @@
<el-col
:span=
"24"
style=
"padding-left: 10px; padding-right: 10px"
>
<el-form-item
prop=
"tenantName"
v-if=
"loginData.tenantEnable === 'true'"
>
<el-input
type=
"text"
type=
"primary"
link
v-model=
"loginData.loginForm.tenantName"
:placeholder=
"t('login.tenantNamePlaceholder')"
:prefix-icon=
"iconHouse"
...
...
src/views/Login/components/MobileForm.vue
View file @
0b055b5d
...
...
@@ -19,7 +19,8 @@
<el-col
:span=
"24"
style=
"padding-left: 10px; padding-right: 10px"
>
<el-form-item
prop=
"tenantName"
v-if=
"loginData.tenantEnable === 'true'"
>
<el-input
type=
"text"
type=
"primary"
link
v-model=
"loginData.loginForm.tenantName"
:placeholder=
"t('login.tenantNamePlaceholder')"
:prefix-icon=
"iconHouse"
...
...
src/views/bpm/definition/index.vue
View file @
0b055b5d
...
...
@@ -18,7 +18,8 @@
<
template
#
default=
"scope"
>
<el-button
v-if=
"scope.row.formType === 10"
type=
"text"
type=
"primary"
link
@
click=
"handleFormDetail(scope.row)"
>
<span>
{{
scope
.
row
.
formName
}}
</span>
...
...
src/views/bpm/model/index.vue
View file @
0b055b5d
...
...
@@ -79,14 +79,16 @@
<
template
#
default=
"scope"
>
<el-button
v-if=
"scope.row.formType === 10"
type=
"text"
type=
"primary"
link
@
click=
"handleFormDetail(scope.row)"
>
<span>
{{
scope
.
row
.
formName
}}
</span>
</el-button>
<el-button
v-else-if=
"scope.row.formType === 20"
type=
"text"
type=
"primary"
link
@
click=
"handleFormDetail(scope.row)"
>
<span>
{{
scope
.
row
.
formCustomCreatePath
}}
</span>
...
...
src/views/mp/components/wx-reply/main.vue
View file @
0b055b5d
...
...
@@ -231,7 +231,7 @@
:on-success=
"handleUploadSuccess"
>
<
template
#
trigger
>
<el-button
type=
"
text"
>
本地上传
</el-button>
<el-button
type=
"
primary"
link
>
本地上传
</el-button>
</
template
>
<el-button
type=
"primary"
link
@
click=
"openMaterial"
style=
"margin-left: 5px"
>
素材库选择
...
...
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