|
|
@@ -340,6 +340,16 @@
|
|
|
<label>当前日期:</label><span>{{ ktjeInfo.cur_date }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
+ <div
|
|
|
+ class="item-info"
|
|
|
+ v-if="
|
|
|
+ ktjeInfo.issue_no_list_other_order &&
|
|
|
+ ktjeInfo.issue_no_list_other_order.length > 0
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <label>其他订单上架刊数:</label
|
|
|
+ ><span>{{ ktjeInfo.issue_no_list_other_order.join("、") }}</span>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button size="small" @click="dialogVisible = false">取 消</el-button>
|
|
|
@@ -981,7 +991,7 @@ export default {
|
|
|
width: 100%;
|
|
|
margin: 10px 0;
|
|
|
label {
|
|
|
- width: 90px;
|
|
|
+ width: 130px;
|
|
|
text-align: right;
|
|
|
flex-shrink: 0;
|
|
|
}
|