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
5c6c5a80
Commit
5c6c5a80
authored
Feb 01, 2023
by
wanglianghe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据来源字典
parent
02b386fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dict.js
src/utils/dict.js
+1
-1
index.vue
src/views/system/version/index.vue
+3
-3
No files found.
src/utils/dict.js
View file @
5c6c5a80
...
...
@@ -67,7 +67,7 @@ export const DICT_TYPE = {
PAY_REFUND_ORDER_STATUS
:
'
pay_refund_order_status
'
,
// 退款订单状态
PAY_REFUND_ORDER_TYPE
:
'
pay_refund_order_type
'
,
// 退款订单类别
ECW_BANK_TYPE
:
'
bank_type
'
,
// 银行账号类型
//
ECW_DATA_SOURCE: 'data_source', // 数据来源
ECW_DATA_SOURCE
:
'
data_source
'
,
// 数据来源
ECW_REGION_TYPE
:
'
region_trade_type
'
,
// 区域类型
ECW_TRANSPORT_TYPE
:
'
transport_type
'
,
//货运方式
ECW_CHARGE_TYPE
:
'
warehouse_charge_type
'
,
//仓储收费方式
...
...
src/views/system/version/index.vue
View file @
5c6c5a80
...
...
@@ -6,7 +6,7 @@
<el-form-item
:label=
"$t('系统类型')"
prop=
"appType"
>
<el-select
v-model=
"queryParams.appType"
:placeholder=
"$t('请选择系统类型')"
clearable=
""
>
<el-option
v-for=
"type in this.getDictDatas(DICT_TYPE.
APP_TYP
E)"
:key=
"type.value"
:label=
"$l(type, 'label')"
:value=
"type.value"
></el-option>
<el-option
v-for=
"type in this.getDictDatas(DICT_TYPE.
ECW_DATA_SOURC
E)"
:key=
"type.value"
:label=
"$l(type, 'label')"
:value=
"type.value"
></el-option>
</el-select>
</el-form-item>
...
...
@@ -44,7 +44,7 @@
<el-table-column
label=
"系统类型"
align=
"center"
prop=
"appType"
>
<template
slot-scope=
"
{row}">
<dict-tag
:type=
"DICT_TYPE.
APP_TYP
E"
:value=
"row.appType"
/>
<dict-tag
:type=
"DICT_TYPE.
ECW_DATA_SOURC
E"
:value=
"row.appType"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"版本号"
align=
"center"
prop=
"appVersion"
>
...
...
@@ -83,7 +83,7 @@
<el-form-item
:label=
"$t('系统')"
prop=
"appType"
>
<el-select
v-model=
"form.appType"
:placeholder=
"$t('请选择系统类型')"
>
<el-option
v-for=
"type in this.getDictDatas(DICT_TYPE.
APP_TYPE)"
:key=
"type.value"
:label=
"type.label"
:value=
"parseInt(type.value)
"
/>
<el-option
v-for=
"type in this.getDictDatas(DICT_TYPE.
ECW_DATA_SOURCE)"
:key=
"type.value"
:label=
"type.label"
:value=
"type.value
"
/>
</el-select>
</el-form-item>
...
...
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