feat(AppAccountConfigManage):BUG 519 修改对话框标题

- 将对话框标题从"认证材料"修改为"场地配置"
- 此修改提高了界面文案的准确性,更好地反映了对话框内容的主题
This commit is contained in:
aixianling
2025-01-08 16:24:22 +08:00
parent 6bb4802f15
commit 7a21ab3804

View File

@@ -100,7 +100,7 @@ export default {
</template>
</el-table-column>
</ai-table>
<ai-dialog v-model="dialog" title="认证材料" width="50vw" @close="userId='',getTableData()"
<ai-dialog v-model="dialog" title="场地配置" width="50vw" @close="userId='',getTableData()"
@open="getTreeData" customFooter>
<el-button class="mar-b8" type="primary" @click="createNode(treeData)">新增根节点</el-button>
<el-tree :data="treeData" :props="{label:'name'}" default-expand-all>