Browse Source

发料

master
ruanqi 2 years ago
parent
commit
b291481315
  1. 2
      src/views/modules/base/partInformation.vue

2
src/views/modules/base/partInformation.vue

@ -612,7 +612,7 @@
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" style="width: 100px; height: 80px"/></span> <span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" style="width: 100px; height: 80px"/></span>
</div> </div>
<div v-else> <div v-else>
{{scope.row.textValue?scope.row.textValue:scope.row.numValue}}
{{scope.row.valueTypeDb==='T'?scope.row.textValue:scope.row.numValue}}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save