Commit 0e712b6d authored by agping's avatar agping

商铺详情 独家方修改

parent 71fa1922
......@@ -175,7 +175,7 @@
<td>上传时间:{{d.create_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.exclusive_name}}--></td>
<td v-if="(d.is_exclusive_type==1)">独家方:{{d.exclusive_name}}</td>
</tr>
<tr v-show='clickPublicUser("index/isShow")'>
<td colspan="4" align="center">
......
......@@ -231,7 +231,7 @@
</select>
<select class="form-control btn2" id="leased">
<option value="">商铺状态</option>
<option value="1" selected="selected">上架</option>
<option value="1">上架</option>
<option value="2">下架</option>
</select>
<select class="form-control btn2 " id="yetai_id">
......
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