Commit b8052eaf authored by 黄奎's avatar 黄奎

页面修改

parent 9cc14195
......@@ -259,7 +259,7 @@
<div class="col">
<div class="row" style="justify-content: space-between">
<span>收款单据:</span>
<q-btn flat size="xs" icon="edit" v-if="isShowClass" style="font-weight:400;color: #02C499" label="修改"
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn" style="font-weight:400;color: #02C499" label="修改"
@click="chanceType(item,1)" />
</div>
<div class="row wrap">
......@@ -272,7 +272,7 @@
</div>
<div class="row" style="justify-content: space-between">
<span>付款单据:</span>
<q-btn flat size="xs" icon="edit" v-if="isShowClass" style="font-weight:400;color: #02C499" label="修改"
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn" style="font-weight:400;color: #02C499" label="修改"
@click="chanceType(item,2)" />
</div>
<div class="row wrap">
......@@ -470,7 +470,7 @@
</div>
</div>
<div class="row" style="justify-content: space-between">
<span>付款单据:</span>
<span>付款单据:</span>
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn"
style="font-weight:400;color: #02C499" label="修改" @click="chanceType(item,2)" />
</div>
......@@ -660,6 +660,7 @@
this.AuthorityObj.isShowRenewClass = this.authObj.isShowRenewClass;
}
}
console.log(" this.AuthorityObj", this.AuthorityObj)
},
closeQuota() {
this.isShowviewQuo = false;
......
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