所属机构统一改成机构名称
This commit is contained in:
@@ -237,7 +237,7 @@ export default {
|
||||
addBtn: true,
|
||||
editBtn: true,
|
||||
addBtnText: "社区街道登记",
|
||||
addTitle: "新增所属机构",
|
||||
addTitle: "新增机构名称",
|
||||
delBtn: false,
|
||||
menuWidth: 300,
|
||||
labelWidth: 151,
|
||||
@@ -246,7 +246,7 @@ export default {
|
||||
dialogFullscreen: true,
|
||||
column: [
|
||||
{
|
||||
label: "所属机构",
|
||||
label: "机构名称",
|
||||
prop: "companyName",
|
||||
search: true,
|
||||
searchSpan: 6,
|
||||
@@ -273,7 +273,7 @@ export default {
|
||||
column: [
|
||||
{
|
||||
type: "input",
|
||||
label: "所属机构",
|
||||
label: "机构名称",
|
||||
span: 20,
|
||||
display: true,
|
||||
size: "small",
|
||||
@@ -284,7 +284,7 @@ export default {
|
||||
{
|
||||
required: true,
|
||||
whitespace: true,
|
||||
message: "请输入所属机构",
|
||||
message: "请输入机构名称",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -382,7 +382,7 @@ export default {
|
||||
});
|
||||
if (!flags) {
|
||||
this.$message.closeAll(); //只显示一个提示
|
||||
this.$message.error("该所属机构已经审核,不用重复操作");
|
||||
this.$message.error("该机构名称已经审核,不用重复操作");
|
||||
return;
|
||||
}
|
||||
this.$refs.check.open(this.ids[0]);
|
||||
|
||||
Reference in New Issue
Block a user