MrShi
2024-11-13 b496da6315314d9bd048ac2214d8bc95d2f1df02
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>