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
7cd7f07c
Commit
7cd7f07c
authored
Oct 10, 2023
by
Marcus
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
88c071ec
e0326401
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
index.vue
src/views/ecw/channel/index.vue
+12
-12
No files found.
src/views/ecw/channel/index.vue
View file @
7cd7f07c
...
...
@@ -81,18 +81,18 @@
<!-- <el-table-column label="内部名称-英文" align="center" prop="internalNameEn" />
<el-table-column :label="$t('类型编码')" align="center" prop="typeNumber" />-->
<!-- <el-table-column label="仓库id字符串" align="center" prop="warehouseIds" /> -->
<el-table-column
:label=
"$t('仓库名')"
align=
"center"
prop=
"warehouseNameList"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<el-scrollbar
style=
"margin-right: 6px;"
>
<div
class=
"left"
>
<el-tag
v-for=
"warehouseName in scope.row.warehouseNameList"
:key=
"warehouseName.index"
>
<span>
{{
warehouseName
}}
</span
>
</el-tag
>
</div
>
</el-scrollbar
>
</
template
>
</el-table-column
>
<!-- <el-table-column :label="$t('仓库名')" align="center" prop="warehouseNameList" width="180">--
>
<!-- <template slot-scope="scope">--
>
<!-- <el-scrollbar style="margin-right: 6px;">--
>
<!-- <div class="left">--
>
<!-- <el-tag v-for="warehouseName in scope.row.warehouseNameList"-->
<!-- :key="warehouseName.index">--
>
<!-- <span>{{warehouseName}}</span>--
>
<!-- </el-tag>--
>
<!-- </div>--
>
<!-- </el-scrollbar>--
>
<!-- </template>--
>
<!-- </el-table-column>--
>
<el-table-column
:label=
"$t('简码')"
align=
"center"
prop=
"code"
/>
<el-table-column
:label=
"$t('排序')"
align=
"center"
prop=
"sort"
/>
<el-table-column
:label=
"$t('快递公司')"
align=
"center"
prop=
"companyName"
/>
...
...
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