Commit da2b3c49 by 米嘉伟

信息卡

parent 20a771f8
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>ic_收藏备份</title>
<desc>Created with Sketch.</desc>
<defs>
<rect id="path-1" x="0" y="0" width="16" height="16"></rect>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="人员关注列表" transform="translate(-1777.000000, -450.000000)">
<g id="ic_收藏备份" transform="translate(1777.000000, 450.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="矩形" fill="#055FE7" opacity="0" xlink:href="#path-1"></use>
<path d="M13.3430196,5.475 L16.0839804,5.87335555 L12.0419902,9.81332223 L12.9961746,15.3766445 L8,12.75 L3.00382536,15.3766445 L3.41801961,12.953 L13.3430196,5.475 Z M8,-1.89182003e-13 L10.0660196,4.187 L3.36601961,9.237 L-0.0839803885,5.87335555 L5.50191268,5.06167777 L8,-1.89182003e-13 Z" id="形状结合" fill="#055FE7" fill-rule="nonzero" mask="url(#mask-2)"></path>
<rect id="矩形" fill="#055FE7" mask="url(#mask-2)" transform="translate(7.500000, 8.000000) rotate(-307.000000) translate(-7.500000, -8.000000) " x="7" y="-1" width="1" height="18" rx="0.5"></rect>
</g>
</g>
</g>
</svg>
\ No newline at end of file
......@@ -154,10 +154,10 @@
class="btn"
@click="showType==1?isShowDcftpxBtn:dcFptx"
>FPTX导出</div>
<div
<!-- <div
class="btn"
@click="showType==1?delMore:dcFptx"
>删除</div>
>删除</div> -->
<div
class="btn send"
@click="isShowFcxBtn"
......@@ -208,7 +208,7 @@
<el-table-column
prop="followPerson.barcode"
label="人员编号"
width="220"
width="400"
>
</el-table-column>
<el-table-column
......@@ -322,11 +322,11 @@
confirm-button-text="确认"
@onConfirm="delOne(scope.row.followPerson.id)"
class="icon del"
title="确认要删除该数据吗?该操作无法撤消!"
title="确认要取消关注吗?该操作无法撤消!"
>
<div slot="reference">
<img
src="../../assets/img/qbryk/del.svg"
src="../../assets/img/qbryk/qxgz.svg"
alt=""
/>
</div>
......@@ -368,7 +368,7 @@
<el-table-column
prop="followCase.caseType"
label="案件类型"
width="300"
width="200"
show-overflow-tooltip
>
</el-table-column>
......@@ -381,7 +381,7 @@
<el-table-column
prop="followCase.briefCase"
label="简要案情"
width="500"
width="600"
>
</el-table-column>
<el-table-column
......@@ -461,7 +461,7 @@
<el-tooltip
class="item"
effect="dark"
content="删除"
content="取消关注"
placement="top"
:open-delay="500"
>
......@@ -475,11 +475,11 @@
confirm-button-text="确认"
@onConfirm="delOne(scope.row.followCase.id)"
class="icon del"
title="确认要删除该数据吗?该操作无法撤消!"
title="确认要取消关注该数据吗?该操作无法撤消!"
>
<div slot="reference">
<img
src="../../assets/img/qbryk/del.svg"
src="../../assets/img/qbryk/qxgz.svg"
alt=""
/>
</div>
......
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