@@ -201,15 +201,15 @@
},
{
label: '文档位置',
- prop: 'typeName',
+ prop: 'directoryPath',
width: 180,
align: 'center',
fixed: 'left',
showOverflowTooltip: true,
- formatter: () => {
- // 优先使用fullPath,如果没有则回退到name
- return this.parentData?.fullPath || this.parentData?.name || '';
- }
+ // formatter: () => {
+ // // 优先使用fullPath,如果没有则回退到name
+ // return this.parentData?.fullPath || this.parentData?.name || '';
+ // }
label: '编码',
@@ -38,7 +38,7 @@
style="width: 100%"
v-model="form.parentId"
:options="folderList"
- :disabled="this.type == 'edit'"
+ :disabled="this.form.id == 99"
:props="{
value: 'id',
label: 'name',
@@ -118,15 +118,15 @@
- return this.curNodeData?.fullPath || this.curNodeData?.name || '';
+ // return this.curNodeData?.fullPath || this.curNodeData?.name || '';
@@ -328,6 +328,7 @@ export default {
handleNotificationsClick(item) {
console.log('item~~~', item);
+ if(this.activeTab === 'system') return;
this.$router.push({
path: '/documents/noticeIssuance/add-or-edit',
// query