Authored by 王涛

Merge branch 'master-500-dev-xwx' into 'master-500-dev'

乙方运维按钮样式优化



See merge request !664
@@ -2,8 +2,8 @@ @@ -2,8 +2,8 @@
2 <div> 2 <div>
3 <!-- 人员信息总汇--> 3 <!-- 人员信息总汇-->
4 <el-divider content-position="left">人员信息汇总</el-divider> 4 <el-divider content-position="left">人员信息汇总</el-divider>
5 - <el-button @click="deleteUser()" style="float:right;margin-right: 6px;margin-bottom: 6px">删除</el-button>  
6 - <el-button @click="add" style="float:right;margin-right: 6px;margin-bottom: 6px">录入</el-button> 5 + <el-button @click="deleteUser()" :size="$global.elementConfig.size.button" style="float:right;margin-right: 6px;margin-bottom: 6px">删除</el-button>
  6 + <el-button @click="add" :size="$global.elementConfig.size.button" style="float:right;margin-right: 6px;margin-bottom: 6px">录入</el-button>
7 <cm-table-page :columns="columns" :dataList="dataList" @loaddata="getPage"@selectionChange="selectionChange" :showIndex="true" 7 <cm-table-page :columns="columns" :dataList="dataList" @loaddata="getPage"@selectionChange="selectionChange" :showIndex="true"
8 :showBorder="true" :currentPage="currentPage" :total="total" :loading="false" :showSelection="true" 8 :showBorder="true" :currentPage="currentPage" :total="total" :loading="false" :showSelection="true"
9 :showPage="true" :showTools="true" :height="height" :pageSize="pageSize"> 9 :showPage="true" :showTools="true" :height="height" :pageSize="pageSize">
@@ -194,7 +194,7 @@ export default { @@ -194,7 +194,7 @@ export default {
194 id.value = row.id 194 id.value = row.id
195 } 195 }
196 if (id.value == null || id.value ==undefined){ 196 if (id.value == null || id.value ==undefined){
197 - proxy.$global.showMsg("请选择用户!","error"); 197 + proxy.$global.showMsg("请选择需要操作的用户!",'warning');
198 return; 198 return;
199 } 199 }
200 let params={ 200 let params={