|
|
|
@ -73,7 +73,7 @@ |
|
|
|
<a type="text" size="small" @click="addOrUpdateLanguageList(scope.row.functionId)">{{ buttons.settingLanguageList }} |
|
|
|
</a> |
|
|
|
| |
|
|
|
<a type="text" size="small" v-show="" @click="addOrUpdateLanguage(scope.row)">{{ buttons.settingLanguage }}</a> |
|
|
|
<a type="text" size="small" @click="addOrUpdateLanguage(scope.row)">{{ buttons.settingLanguage }}</a> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
@ -348,34 +348,34 @@ export default { |
|
|
|
"columnType": null, |
|
|
|
"align": null |
|
|
|
}, |
|
|
|
// { |
|
|
|
// "tableId": "common1002", |
|
|
|
// "tableName": "commonLanguage", |
|
|
|
// "columnProp": "baseName", |
|
|
|
// "columnLabel": "控件名称", |
|
|
|
// "columnHidden": false, |
|
|
|
// "columnImage": false, |
|
|
|
// "columnSortable": false, |
|
|
|
// "columnWidth": null, |
|
|
|
// "format": null, |
|
|
|
// "functionId": "9001", |
|
|
|
// "sortLv": 2, |
|
|
|
// "status": true, |
|
|
|
// "fixed": false, |
|
|
|
// "serialNumber": null, |
|
|
|
// "columnType": null, |
|
|
|
// "align": null |
|
|
|
// }, |
|
|
|
{ |
|
|
|
"tableId": "common1002", |
|
|
|
"tableName": "commonLanguage", |
|
|
|
"columnProp": "languageValue", |
|
|
|
"columnProp": "baseName", |
|
|
|
"columnLabel": "控件名称", |
|
|
|
"columnHidden": false, |
|
|
|
"columnImage": false, |
|
|
|
"columnSortable": false, |
|
|
|
"columnWidth": null, |
|
|
|
"format": null, |
|
|
|
"functionId": "9001", |
|
|
|
"sortLv": 2, |
|
|
|
"status": true, |
|
|
|
"fixed": false, |
|
|
|
"serialNumber": null, |
|
|
|
"columnType": null, |
|
|
|
"align": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"tableId": "common1002", |
|
|
|
"tableName": "commonLanguage", |
|
|
|
"columnProp": "languageValue", |
|
|
|
"columnLabel": "控件值", |
|
|
|
"columnHidden": false, |
|
|
|
"columnImage": false, |
|
|
|
"columnSortable": false, |
|
|
|
"columnWidth": null, |
|
|
|
"format": null, |
|
|
|
"functionId": this.$route.meta.menuId, |
|
|
|
"sortLv": 2, |
|
|
|
"status": true, |
|
|
|
@ -520,9 +520,17 @@ export default { |
|
|
|
addOrUpdateVisible: false |
|
|
|
} |
|
|
|
}, |
|
|
|
// watch:{ |
|
|
|
// querySysLanguagePack: { |
|
|
|
// deep: true, |
|
|
|
// handler: function (newV, oldV) { |
|
|
|
// this.querySysLanguagePack.key = this.querySysLanguagePack.key.toUpperCase() |
|
|
|
// } |
|
|
|
// } |
|
|
|
// }, |
|
|
|
mounted() { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.height = window.innerHeight - 180; |
|
|
|
this.heigquerySysLanguagePackht = window.innerHeight - 180; |
|
|
|
}) |
|
|
|
}, |
|
|
|
activated() { |
|
|
|
|