| | |
| | | </el-table-column> |
| | | <el-table-column prop="price" label="金额" align="center"> |
| | | <template slot-scope="scope"> |
| | | {{ scope.row.price }} |
| | | {{ scope.row.totalAmount }} |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | <img |
| | | v-if="checkImg(src.name)" |
| | | class="v-img" |
| | | :src="src.url" |
| | | :src="getUrl(src.path)" |
| | | :alt="src.name" |
| | | style="width: 100px; height: 100px" |
| | | /> |
| | |
| | | this.loading = true; |
| | | transferDetail({id: this.setting.id}).then((res) => { |
| | | this.detail = res; |
| | | this.fileList = this.detail.doc ? JSON.parse(this.detail.doc) : []; |
| | | this.fileList = this.detail.procureDoc ? JSON.parse(this.detail.procureDoc) : []; |
| | | this.loading = false; |
| | | this.$nextTick(() => { |
| | | this.initPreviewImg(); |