|
@@ -26,7 +26,7 @@
|
|
<img class="img_icon" v-if="item.htmlType=='imageUpload' && scope.row[scope.column.property]" @click="imgBtn(JSON.parse(scope.row[scope.column.property])[0].url)"
|
|
<img class="img_icon" v-if="item.htmlType=='imageUpload' && scope.row[scope.column.property]" @click="imgBtn(JSON.parse(scope.row[scope.column.property])[0].url)"
|
|
:src="JSON.parse(scope.row[scope.column.property])[0].url" alt="">
|
|
:src="JSON.parse(scope.row[scope.column.property])[0].url" alt="">
|
|
<!-- :style="scope.row.list_class" scope.row[scope.column.property] -->
|
|
<!-- :style="scope.row.list_class" scope.row[scope.column.property] -->
|
|
- <span :style="scope.row.list_class" v-else-if="item.columnComment == '状态' || item.columnComment == '提交' " >{{ scope.row[scope.column.property] }}</span>
|
|
|
|
|
|
+ <span :style="scope.row.list_class" v-else-if="item.columnName == 'status' " >{{ scope.row[scope.column.property] }}</span>
|
|
<span v-else>{{ scope.row[scope.column.property] }}</span>
|
|
<span v-else>{{ scope.row[scope.column.property] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|