Commit 68fe1e06 by liuchenxi

update: ui

parent 7b13bfd1
......@@ -225,7 +225,7 @@
<el-option class="options" v-for="item in parent.searchOptions" :key="item.key" :label="item.value" :value="item.key">
<div :class="parent.addSelectTags.some(el => el.clerkId == item.key) && 'active'">
<p>{{ item.value || '--' }}</p>
<p>{{ item.clerkCode || '--' }}{{ parent.addSelectTags }}</p>
<p>{{ item.clerkCode || '--' }}</p>
</div>
</el-option>
</el-select>
......
......@@ -964,7 +964,7 @@ export default {
}
.my-pop-tagbox {
position: fixed;
z-index: 2;
z-index: 10;
right: 29px;
bottom: 230px;
height: 120px;
......
......@@ -174,7 +174,8 @@ export default {
...el,
editName: false,
editText: '编辑',
deleteText: '删除'
deleteText: '删除',
originLevelName: el.levelName
}));
this.editData[i].editName = true;
this.editData[i].editText = '确认';
......@@ -227,6 +228,7 @@ export default {
this.editData[i].editName = false;
this.editData[i].editText = '编辑';
this.editData[i].deleteText = '删除';
this.editData[i].levelName = list.originLevelName;
return;
}
const param = {
......@@ -361,6 +363,7 @@ export default {
.light-active {
background: #EBEFFE;
color: #2f54eb;
font-weight: 500;
}
.icon-next- {
font-size: 30px;
......
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