|
@@ -63,7 +63,7 @@
|
|
|
<view class="modal-header">
|
|
<view class="modal-header">
|
|
|
<text class="modal-title">{{ editId ? '编辑抬头' : '新增抬头' }}</text>
|
|
<text class="modal-title">{{ editId ? '编辑抬头' : '新增抬头' }}</text>
|
|
|
<view class="modal-header-right">
|
|
<view class="modal-header-right">
|
|
|
- <text class="import-title-btn" @click="importWechatTitle">导入微信抬头</text>
|
|
|
|
|
|
|
+ <text class="import-title-btn" @click="importWechatTitle">同步微信抬头</text>
|
|
|
<view class="modal-close" @click="closeForm">
|
|
<view class="modal-close" @click="closeForm">
|
|
|
<uni-icons type="closeempty" size="20" color="rgba(0,0,0,0.4)"></uni-icons>
|
|
<uni-icons type="closeempty" size="20" color="rgba(0,0,0,0.4)"></uni-icons>
|
|
|
</view>
|
|
</view>
|