|
|
@@ -14,7 +14,7 @@
|
|
|
:options="ztreeNodes" :props="optionProps" clearable filterable></el-cascader>
|
|
|
</template> -->
|
|
|
<template slot="imageUrl" slot-scope="scope">
|
|
|
- <img :src="`${process + scope.row.imageUrl}`" class="imageclass" />
|
|
|
+ <img v-if="scope.row.imageUrl" :src="`${process + scope.row.imageUrl}`" class="imageclass" />
|
|
|
</template>
|
|
|
<template slot="dockingPerson">
|
|
|
<el-select v-model="pageData.dockingPerson" filterable clearable placeholder="请选择" size="small">
|