Commit 7b939f45 authored by wuchun's avatar wuchun

提交

parent 18e7698a
......@@ -114,7 +114,7 @@
prop="Config_OfferId"
label="报价详情">
<template slot-scope="scope">
<p v-if="scope.row.ConfigID>0&&scope.row.Config_OfferId>0 || 1"
<p v-if="scope.row.ConfigID>0&&scope.row.Config_OfferId>0"
style="cursor: pointer;text-decoration: underline;color: #33B3FF;font-size: 12px;"
@click="showDialog(scope.row.ConfigID, scope.row.Config_OfferId)">报价详情</p>
</template>
......
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