| | |
| | | </div> |
| | | <div v-for="(item1, index1) in item.children" class="attach_row"> |
| | | <div class="attach_row_title"> |
| | | {{ index1 + 1 }} {{ item1.title }} |
| | | {{ index1 + 1 }}. {{ item1.title }} |
| | | </div> |
| | | <div style="margin: 10px;" class="attach_row_btn"> |
| | | <el-upload class="upload-demo" :limit="1" :data="item1" :on-change="handleChange" |
| | |
| | | .attach_row { |
| | | display: flex; |
| | | border: 0.2px solid rgba(221, 223, 229, 0.5); |
| | | height: 54px; |
| | | |
| | | .attach_row_title { |
| | | width: 85%; |
| | |
| | | display: flex; |
| | | justify-content: left; |
| | | align-items: center; |
| | | margin-left: 15px; |
| | | margin-left: 12px; |
| | | } |
| | | |
| | | .attach_row_btn { |
| | |
| | | </div> |
| | | <div v-for="(item1,index1) in item.children" class="attach_row"> |
| | | <div class="attach_row_title"> |
| | | {{index1+1}} {{item1.title}} |
| | | {{index1+1}}. {{item1.title}} |
| | | </div> |
| | | <div style="margin: 10px;" class="attach_row_btn"> |
| | | <el-button v-if="item1.images" @click="handleExport(item1.images)" size="small" |
| | |
| | | display: flex; |
| | | justify-content: left; |
| | | align-items: center; |
| | | margin-left: 15px; |
| | | margin-left: 12px; |
| | | } |
| | | |
| | | .attach_row_btn { |
| | |
| | | proxy: { |
| | | '/api': { |
| | | //本地服务接口地址 |
| | | // target: 'http://localhost:9528', |
| | | target: 'http://localhost:9528', |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | target: 'https://srgdjczzxtpt.com:2080/api', |
| | | // target: 'https://srgdjczzxtpt.com:2080/api', |
| | | // target: "http://61.131.136.25:2080/api", |
| | | // target: 'http://60.220.177.113:2081/api', |
| | | ws: true, |