问题修复

This commit is contained in:
hongchao 2025-11-25 09:57:47 +08:00
parent b5938e42bb
commit 42eab94744
8 changed files with 14 additions and 24 deletions

View File

@ -12,20 +12,10 @@
</title>
<!-- 百度一旦更新,散列会变,上线前重新跑一遍-->
<script async src="https://api.map.baidu.com/api?v=2.0&ak=cClgLBaLgGUdQDilX9dGvieL"
integrity="sha384-8be4499e12b47c9a2f6b90a4e9025fcfd289ddca34c4756ec1e03dd78026f752d0a53ea36791ac6c8391300f04491304"
crossorigin="anonymous">
</script>
<script async src="https://api.map.baidu.com/api?v=2.0&ak=k5PrSzhP6vMtyNSpzSNMARYVF4Fm7FYL"></script>
<script src="https://api.map.baidu.com/api?type=webgl&v=2.0&ak=k5PrSzhP6vMtyNSpzSNMARYVF4Fm7FYL"></script>
<script src="https://api.map.baidu.com/api?type=webgl&v=2.0&ak=cClgLBaLgGUdQDilX9dGvieL"
integrity="sha384-c0942dfc4beaea6aa68a3634d6e4b38aed2ccee2a528f05c15825024bf4da336cda71d23845c116443f2af322851706f"
crossorigin="anonymous">
</script>
<script type="text/javascript" src="//api.map.baidu.com/library/TrackAnimation/src/TrackAnimation_min.js"
integrity="sha384-399331ab3feebedced9c52983a82a0bf86f61ca52e078de821413eca9b5a69f4b796e7a1c7b6ea67f2f415d5c27bcb69"
crossorigin="anonymous">
</script>
<script type="text/javascript" src="//api.map.baidu.com/library/TrackAnimation/src/TrackAnimation_min.js"></script>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>

View File

@ -209,7 +209,7 @@
<el-table-column label="操作" align="center">
<template
slot-scope="scope"
v-if="scope.row.userId !== 1"
v-if="scope.row.userId !== 1 && scope.row.propName"
>
<el-button
size="mini"

View File

@ -159,7 +159,7 @@
<el-input
v-model="form.propName"
placeholder="请输入资产类型名称"
maxlength="60"
maxlength="20"
/>
</el-form-item>
<el-form-item label="所属上级" prop="deptId">

View File

@ -181,7 +181,7 @@
<el-input
v-model="form.unitName"
placeholder="请输入单位名称"
maxlength="60"
maxlength="20"
/>
</el-form-item>
<el-form-item label="单位类型" prop="typeId">

View File

@ -29,11 +29,11 @@
<el-col :span="1.5">
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd">新增</el-button>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>

View File

@ -127,7 +127,7 @@
v-hasPermi="['system:user:import']"
>导入</el-button>
</el-col> -->
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="warning"
plain
@ -137,7 +137,7 @@
v-hasPermi="['machinery:keeper:export']"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar
:showSearch.sync="showSearch"
@queryTable="getList"

View File

@ -139,7 +139,7 @@
v-hasPermi="['system:user:export']"
>导出</el-button>
</el-col> -->
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="warning"
plain
@ -149,7 +149,7 @@
v-hasPermi="['machinery:personnel:export']"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar
:showSearch.sync="showSearch"
@queryTable="getList"

View File

@ -71,7 +71,7 @@
<!-- v-hasPermi="['store:labelType:remove']"-->
<!-- >删除</el-button>-->
<!-- </el-col>-->
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="warning"
plain
@ -81,7 +81,7 @@
v-hasPermi="['machinery:type:export']"
>导出</el-button
>
</el-col>
</el-col> -->
<!-- <el-col :span="1.5">-->
<!-- <el-button-->
<!-- type="danger"-->