Commit 492fd10e authored by zhengke's avatar zhengke

修改样式

parent a499e4a4
...@@ -23,6 +23,13 @@ ...@@ -23,6 +23,13 @@
<q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="新增供应商" @click="EditSupplier(null)" /> <q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="新增供应商" @click="EditSupplier(null)" />
</div> </div>
</template> </template>
<template v-slot:body-cell-Name="props">
<q-td>
<div style="min-width: 150px;word-break: break-word;white-space: normal;">
{{props.row.Name}}
</div>
</q-td>
</template>
<template v-slot:body-cell-ContractUrl="props"> <template v-slot:body-cell-ContractUrl="props">
<q-td> <q-td>
<template v-if="props.row.ContractUrl&&props.row.ContractUrl!=''"> <template v-if="props.row.ContractUrl&&props.row.ContractUrl!=''">
......
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