@@ -30,7 +30,7 @@
</a-col>
<a-col :xs="12" :sm="12">
<a-form-model-item label="排序" prop="sort" :label-col="{span:8}" :wrapper-col="{span:14}">
- {{ form.sort ||'--' }}
+ {{ form.sort||form.sort==0?form.sort:'--' }}
</a-form-model-item>