Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李星剑
hs-app-project
Commits
a529c6e2
Commit
a529c6e2
authored
Jan 11, 2022
by
阮藤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
相关问题解决
parent
5feaf225
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modelingOrder.vue
src/pages/fabricModeling/modelingOrder.vue
+2
-2
No files found.
src/pages/fabricModeling/modelingOrder.vue
View file @
a529c6e2
...
...
@@ -57,7 +57,7 @@
</view>
<!-- list -->
<view
class=
"u-p-t-20 u-p-l-30 u-p-r-30 u-p-b-20"
>
<view
v-if=
"!isEmpty"
class=
"u-m-b-20 bd_rad1 u-p-30"
@
click=
"dateilEnt(item,'item')"
v-for=
"item in entrustmentList"
:key=
"item.id"
style=
"background: #fff;"
>
<view
class=
"u-m-b-20 bd_rad1 u-p-30"
@
click=
"dateilEnt(item,'item')"
v-for=
"item in entrustmentList"
:key=
"item.id"
style=
"background: #fff;"
>
<view
class=
"u-m-b-30 u-flex justify-between"
>
<view
class=
"entrus_list_title u-font-32 ov_hid"
>
{{ item.materialName }}
</view>
<view
class=
"u-font-28"
>
{{ item.status | filterStatus }}
</view>
...
...
@@ -65,7 +65,7 @@
<view
class=
"dis_flex"
>
<image
class=
"hs-img-160"
:src=
"`${$IMG_URL}${item.pictureCode}`"
mode=
"cover"
></image>
<view
class=
"u-m-l-20 u-flex-1"
>
<view
class=
"u-m-b-10"
>
<view
class=
"u-m-b-10"
v-if=
"item.status >= 4"
>
<span
class=
"color_00004"
>
建模服务商
</span>
<span
class=
"u-m-l-20"
>
{{ item.enterpriseName }}
</span>
</view>
...
...
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