File tree Expand file tree Collapse file tree 6 files changed +17
-9
lines changed
components/bpmnProcessDesigner/package/penal/form Expand file tree Collapse file tree 6 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 111
111
>
112
112
<el-divider direction =" vertical" />
113
113
<el-button
114
- type =" text"
114
+ type =" primary"
115
+ link
115
116
style =" color : #ff4d4f "
116
117
@click =" removeFieldOptionItem(scope, scope.$index, 'enum')"
117
118
>移除</el-button
143
144
>
144
145
<el-divider direction =" vertical" />
145
146
<el-button
146
- type =" text"
147
+ type =" primary"
148
+ link
147
149
style =" color : #ff4d4f "
148
150
@click =" removeFieldOptionItem(scope, scope.$index, 'constraint')"
149
151
>移除</el-button
174
176
>
175
177
<el-divider direction =" vertical" />
176
178
<el-button
177
- type =" text"
179
+ type =" primary"
180
+ link
178
181
style =" color : #ff4d4f "
179
182
@click =" removeFieldOptionItem(scope, scope.$index, 'property')"
180
183
>移除</el-button
Original file line number Diff line number Diff line change 18
18
<el-col :span =" 24" style =" padding-left : 10px ; padding-right : 10px " >
19
19
<el-form-item prop =" tenantName" v-if =" loginData.tenantEnable === 'true'" >
20
20
<el-input
21
- type =" text"
21
+ type =" primary"
22
+ link
22
23
v-model =" loginData.loginForm.tenantName"
23
24
:placeholder =" t('login.tenantNamePlaceholder')"
24
25
:prefix-icon =" iconHouse"
Original file line number Diff line number Diff line change 19
19
<el-col :span =" 24" style =" padding-left : 10px ; padding-right : 10px " >
20
20
<el-form-item prop =" tenantName" v-if =" loginData.tenantEnable === 'true'" >
21
21
<el-input
22
- type =" text"
22
+ type =" primary"
23
+ link
23
24
v-model =" loginData.loginForm.tenantName"
24
25
:placeholder =" t('login.tenantNamePlaceholder')"
25
26
:prefix-icon =" iconHouse"
Original file line number Diff line number Diff line change 18
18
<template #default =" scope " >
19
19
<el-button
20
20
v-if =" scope.row.formType === 10"
21
- type =" text"
21
+ type =" primary"
22
+ link
22
23
@click =" handleFormDetail(scope.row)"
23
24
>
24
25
<span >{{ scope.row.formName }}</span >
Original file line number Diff line number Diff line change 79
79
<template #default =" scope " >
80
80
<el-button
81
81
v-if =" scope.row.formType === 10"
82
- type =" text"
82
+ type =" primary"
83
+ link
83
84
@click =" handleFormDetail(scope.row)"
84
85
>
85
86
<span >{{ scope.row.formName }}</span >
86
87
</el-button >
87
88
<el-button
88
89
v-else-if =" scope.row.formType === 20"
89
- type =" text"
90
+ type =" primary"
91
+ link
90
92
@click =" handleFormDetail(scope.row)"
91
93
>
92
94
<span >{{ scope.row.formCustomCreatePath }}</span >
Original file line number Diff line number Diff line change 231
231
:on-success =" handleUploadSuccess"
232
232
>
233
233
<template #trigger >
234
- <el-button type =" text " >本地上传</el-button >
234
+ <el-button type =" primary " link >本地上传</el-button >
235
235
</template >
236
236
<el-button type =" primary" link @click =" openMaterial" style =" margin-left : 5px "
237
237
>素材库选择
You can’t perform that action at this time.
0 commit comments