Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
95ef0c58
Commit
95ef0c58
authored
Oct 12, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端客户模块国际化
parent
f92f111d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
213 additions
and
213 deletions
+213
-213
customSelectorsDictionary.vue
.../ecw/customerCommissionInfo/customSelectorsDictionary.vue
+2
-2
index.vue
src/views/ecw/customerCommissionInfo/index.vue
+27
-27
index.vue
src/views/ecw/customerComplaint/index.vue
+99
-99
index.vue
src/views/ecw/customerConfirm/index.vue
+85
-85
No files found.
src/views/ecw/customerCommissionInfo/customSelectorsDictionary.vue
View file @
95ef0c58
<
template
>
<
template
>
<el-select
v-if=
"options"
v-model=
"selectVal"
placeholder=
"请选择
"
>
<el-select
v-if=
"options"
v-model=
"selectVal"
:placeholder=
"$t('请选择')
"
>
<el-option
v-if=
"allShow"
label=
"全部
"
:value=
'0'
></el-option>
<el-option
v-if=
"allShow"
:label=
"$t('全部')
"
:value=
'0'
></el-option>
<el-option
<el-option
v-for=
"item in options"
v-for=
"item in options"
:key=
"item[valueKey]"
:key=
"item[valueKey]"
...
...
src/views/ecw/customerCommissionInfo/index.vue
View file @
95ef0c58
This diff is collapsed.
Click to expand it.
src/views/ecw/customerComplaint/index.vue
View file @
95ef0c58
This diff is collapsed.
Click to expand it.
src/views/ecw/customerConfirm/index.vue
View file @
95ef0c58
This diff is collapsed.
Click to expand it.
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