Commit 5cb5f792 authored by 黄奎's avatar 黄奎

页面修改

parent af1fbbaf
......@@ -58,7 +58,7 @@
</template>
</q-td>
<q-td key="SupplierName" :props="props">
<div>{{props.row.SupplierName}}</div>
<div v-if="isHaveViewSupplierAction">{{props.row.SupplierName}}</div>
<div>
<a :href="props.row.SupplierContract" style="color:#2961FE;text-decoration:none;"
v-if="props.row.SupplierContract && isHaveViewContractAction" target="_blank">
......@@ -414,7 +414,7 @@
mounted() {
this.getList();
if (!this.isHaveViewSupplierAction) {
this.visibleColumns.splice(this.visibleColumns.length - 1, 1);
//this.visibleColumns.splice(this.visibleColumns.length - 1, 1);
}
},
created() {
......
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