Commit 4c9bbd51 authored by 黄奎's avatar 黄奎

页面修改

parent f0b984f1
...@@ -380,21 +380,23 @@ ...@@ -380,21 +380,23 @@
<span @click="isShowPop=true">查看合同</span> <span @click="isShowPop=true">查看合同</span>
<q-popup-proxy v-if="isShowPop"> <q-popup-proxy v-if="isShowPop">
<q-banner> <q-banner>
<div style="width: 550px;max-height:220px;overflow:auto;"> <div style="width: 700px;max-height:220px;overflow:auto;">
<table class="Contract_Table"> <table class="Contract_Table">
<tr> <tr>
<th>姓名</th> <th style="width:100px;">姓名</th>
<th style="width:180px;">合同编号</th> <th style="width:150px;">合同编号</th>
<th>状态</th> <th style="width:50px;">状态</th>
<th width="200px;">操作</th> <th style="width:150px;">上传合同信息</th>
<th style="width:200px;">操作</th>
</tr> </tr>
<tr v-for="subItem in item.GuestList"> <tr v-for="subItem in item.GuestList">
<td>{{subItem.GuestName}}</td> <td>{{subItem.GuestName}}</td>
<td> <td>
<span style="color:var(--q-color-primary);cursor:pointer;" {{subItem.ContractNo}}
@click="getShowContract(subItem)">{{subItem.ContractNo}}</span>
</td> </td>
<td>{{subItem.ContractStatusStr}}</td> <td>{{subItem.ContractStatusStr}}</td>
<td> <span style="color:var(--q-color-primary);cursor:pointer;"
@click="getShowContract(subItem)">{{subItem.GuestContractNo}}</span></td>
<td> <td>
<template v-if="subItem.ContractId==0"> <template v-if="subItem.ContractId==0">
<q-btn v-if="AuthorityObj.isShowEdit" color="accent" size="sm" <q-btn v-if="AuthorityObj.isShowEdit" color="accent" size="sm"
......
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