| | |
| | | |
| | | </script> |
| | | |
| | | <template> |
| | | <div class="grid-container" v-loading="loading"> |
| | | <template > |
| | | <div class="grid-container" > |
| | | <div class="grid-item" v-for="(item,index) in order"> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-text class="orderId" size="large"> {{item['orderId']}}</el-text> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-text class="project" size="default"> {{item['project']}}</el-text> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | |
| | | font-size: larger; |
| | | font-weight: bold; |
| | | } |
| | | .project{ |
| | | font-weight: bolder; |
| | | } |
| | | .date{ |
| | | font-weight: bolder; |
| | | } |