File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ export default {
206206 } ,
207207 larkSetting : {
208208 title : 'Lark Configuration' ,
209- appIdPlaceholder : 'Please enter APP ID' ,
210- appSecretPlaceholder : 'Please enter APP secret' ,
209+ appIdPlaceholder : 'Please enter App ID' ,
210+ appSecretPlaceholder : 'Please enter App secret' ,
211211 verificationTokenPlaceholder : 'Please enter verification token' ,
212212 urlInfo :
213213 '-Events and callbacks - event configuration - configure the "request address" of the subscription method' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ export default {
33 createDataset : 'Create Knowledge' ,
44 general : 'General' ,
55 web : 'Web Site' ,
6+ lark : 'Lark' ,
67 relatedApplications : 'Linked App' ,
78 document_count : 'docs' ,
89 relatedApp_count : 'linked apps' ,
Original file line number Diff line number Diff line change 151151 :placeholder =" $t('views.application.applicationAccess.larkSetting.appIdPlaceholder')"
152152 />
153153 </el-form-item >
154- <el-form-item label =" App Secret" prop =" app_id " v-if =" datasetForm.type === '2'" >
154+ <el-form-item label =" App Secret" prop =" app_secret " v-if =" datasetForm.type === '2'" >
155155 <el-input
156156 v-model =" datasetForm.app_secret"
157157 type =" password"
You can’t perform that action at this time.
0 commit comments