e2e92cca by lihua

专区的产品目录不能查看数据

1 parent 00f56e9a
...@@ -1007,7 +1007,7 @@ const handleClick = () => { ...@@ -1007,7 +1007,7 @@ const handleClick = () => {
1007 <span>{{ scope.row["updateTime"] || '--' }}</span> 1007 <span>{{ scope.row["updateTime"] || '--' }}</span>
1008 </template> 1008 </template>
1009 </el-table-column> 1009 </el-table-column>
1010 <el-table-column label="操作" minWidth="120px" align="left" fixed="right" show-overflow-tooltip> 1010 <el-table-column label="操作" minWidth="120px" align="left" fixed="right" v-if="!detailInfo.zqName" show-overflow-tooltip>
1011 <template #default="scope"> 1011 <template #default="scope">
1012 <span class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> 1012 <span class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span>
1013 </template> 1013 </template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!