Commit 856a3f62 authored by agping's avatar agping

独家方姓名修改

parent edefdac0
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<td>上传时间:{{d.create_time}}</td> <td>上传时间:{{d.create_time}}</td>
<td>最后编辑时间:{{d.update_time}}</td> <td>最后编辑时间:{{d.update_time}}</td>
<td v-if="(d.is_exclusive_type==1)">独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}</td> <td v-if="(d.is_exclusive_type==1)">独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}</td>
<td v-if="(d.is_exclusive_type==1)">独家方:{{d.exclusive_name}}</td> <td v-if="(d.is_exclusive_type==1)">独家方:{{d.exclusive_user}}</td>
</tr> </tr>
<tr v-show='clickPublicUser("index/isShow")'> <tr v-show='clickPublicUser("index/isShow")'>
<td colspan="4" align="center"> <td colspan="4" align="center">
......
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