|
|
@@ -6,7 +6,7 @@
|
|
|
<el-button-group class="btn-group">
|
|
|
<!-- 刷新按钮 -->
|
|
|
<el-button
|
|
|
- size="default"
|
|
|
+ size="mini"
|
|
|
type="primary"
|
|
|
@click="cancel"
|
|
|
style="margin-right: 10px;"
|
|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
<!-- 添加按钮 -->
|
|
|
<el-button
|
|
|
- size="default"
|
|
|
+ size="mini"
|
|
|
type="primary"
|
|
|
:disabled="!isAuth('positionList:add')"
|
|
|
@click="classAdd(1)"
|
|
|
@@ -26,7 +26,7 @@
|
|
|
</el-button>
|
|
|
|
|
|
<!-- Excel导入按钮(核心:强制inline-block,消除换行) -->
|
|
|
- <el-upload
|
|
|
+ <!-- <el-upload
|
|
|
class="upload-btn-wrapper"
|
|
|
action="#"
|
|
|
:auto-upload="false"
|
|
|
@@ -45,7 +45,7 @@
|
|
|
>
|
|
|
导入Excel
|
|
|
</el-button>
|
|
|
- </el-upload>
|
|
|
+ </el-upload> -->
|
|
|
</el-button-group>
|
|
|
|
|
|
<!-- 确认导入按钮(可选,同排显示) -->
|
|
|
@@ -149,6 +149,7 @@
|
|
|
</el-dialog>
|
|
|
<!-- 添加、修改职业技能 -->
|
|
|
<el-dialog :title="titles" :visible.sync="dialogFormVisible9" center>
|
|
|
+ <div style="color: orange;text-align: center; margin-bottom: 20px;"> * 职业方向/技能添加或修改时,名称请勿使用特殊字符,请使用&连接,例如狩猎&渔具</div>
|
|
|
<div style="margin-bottom: 10px;position: relative;">
|
|
|
<div style="width: 200px;display: inline-block;text-align: right;position: absolute;top: 0;">所属岗位:</div>
|
|
|
<div class="ruleitem" style="display: inline-block;margin-left: 200px;">
|