Commit 58a5b124 authored by tanghao's avatar tanghao

123

parent 95227725
......@@ -38,8 +38,8 @@
>
<vxe-column type="expand" title="尺码" width="120">
<template #default="row">
{{row.sizeListDto!=null?'尺码信息':'无尺码'}}
<template #default="{row}">
{{row.sizeListDto!==null?'尺码信息':'无尺码'}}
</template>
<template #content="{ row }">
<div style="width: 1024px" v-if="row.sizeListDto!=null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment