@newview/permission-service 1.2.57 → 1.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -12179,16 +12179,10 @@ class InstitutionInstance2 extends BaseInstance {
|
|
|
12179
12179
|
onclick: () => {
|
|
12180
12180
|
this.doAddInstitution();
|
|
12181
12181
|
}
|
|
12182
|
-
},
|
|
12183
|
-
{
|
|
12184
|
-
name: "importInstitution",
|
|
12185
|
-
type: "default",
|
|
12186
|
-
icon: "md-arrow-round-up",
|
|
12187
|
-
text: "引入",
|
|
12188
|
-
onclick: () => {
|
|
12189
|
-
this.doShowImportInstitution();
|
|
12190
|
-
}
|
|
12191
12182
|
}
|
|
12183
|
+
// {
|
|
12184
|
+
// name: 'importInstitution', type: 'default', icon: 'md-arrow-round-up', text: '引入', onclick: () => { this.doShowImportInstitution() }
|
|
12185
|
+
// }
|
|
12192
12186
|
],
|
|
12193
12187
|
rightToolbars: [
|
|
12194
12188
|
{
|