Commit 55d0f9f7 authored by dragondean@qq.com's avatar dragondean@qq.com

批量加价单证加分隔符

parent 5410782a
......@@ -69,7 +69,7 @@
<div class="document-status" v-if="sectionObj">
<span>{{$t('单证状态')}}</span>
<template v-for="(item, index) in getDocStatus(sectionObj.sectionOrderList)">
<dict-tag :type="DICT_TYPE.ECW_CUSTOMS_TYPE" :value="item" :key="index" />
<dict-tag :type="DICT_TYPE.ECW_CUSTOMS_TYPE" :value="item" :key="index" class="document" />
</template>
</div>
</div>
......@@ -391,5 +391,7 @@ export default {
</script>
<style scoped>
.document-status .document ~ .document:before{
content: ',';
}
</style>
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