company/src/views/business/contract.vue
@@ -50,7 +50,7 @@ <template v-else-if="row.signType === 2">商户-企业</template> </template> </el-table-column> <el-table-column prop="companyName" label="对方名称" min-width="100px"> <el-table-column prop="companyName" label="甲乙方名称" min-width="100px"> <template slot-scope="{row}"> {{ row.partyCompanyName }} / {{ row.companyName }} </template>