Commit c4e16209 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents 9b1b3258 98b69d40
...@@ -207,9 +207,9 @@ export default { ...@@ -207,9 +207,9 @@ export default {
}, },
// 预览 // 预览
handlePictureCardPreview(file) { handlePictureCardPreview(file) {
// this.dialogImageUrl = file.url; this.dialogImageUrl = file.url;
// this.dialogVisible = true; this.dialogVisible = true;
window.open(file.url) // window.open(file.url)
}, },
// 对象转成指定字符串分隔 // 对象转成指定字符串分隔
listToString(list, separator) { listToString(list, separator) {
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</el-form> </el-form>
<!-- 操作工具栏 --> <!-- 操作工具栏 -->
<div style="color: red;margin-bottom: 5px;"> <div v-if="path === '/customer/customer'" style="color: red;margin-bottom: 5px;">
注意:创建的客户需接收 注意:创建的客户需接收
</div> </div>
<el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
......
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