|
@@ -26,9 +26,8 @@
|
|
|
<!--<el-col :span="4">{{project.id}}</el-col>-->
|
|
|
<el-col :span="6" type="flex" align="middle" justify="center">
|
|
|
<span style="font-size: 10px;"
|
|
|
- v-bind:class="['badge',{ 'ios-platform': item=='IOS','android-platform': item=='ANDROID','web-platform': item=='WEB'}]"
|
|
|
- v-for="item in project.platform"
|
|
|
- >{{item}}</span>
|
|
|
+ v-bind:class="['badge']"
|
|
|
+ >{{project.platform}}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="2" type="flex" align="middle" justify="center">
|
|
|
<div class="badge">¥{{project.budget}}</div>
|