目录归类

main
许宏杰 16 hours ago
parent 089adb43a9
commit 60bfdbb39d

@ -229,7 +229,7 @@
</template>
<script>
import formTitle from "./formTitle.vue";
import formTitle from "../formTitle.vue";
import formItem from "./unitNewAndEdit.js";
import { lookUnit, postUnit } from "@/api/auditPagesApi/index";
import { MessageBox } from "element-ui";

@ -1,5 +1,3 @@
import { options } from "runjs";
const list = [
{ key: "nickName", label: "新增单位名称", type: "input", prop: "nickName" },
{ key: "dwjc", label: "单位简称", type: "input" },

@ -255,7 +255,7 @@ import { deptTreeSelect } from "@/api/system/user";
import { listUnit, delUnit, editPassword } from "@/api/auditPagesApi/index";
import { getToken } from "@/utils/auth";
import { MessageBox } from "element-ui";
import unitNewAndEdit from "./components/unitNewAndEdit.vue";
import unitNewAndEdit from "./components/unitNewAndEdit/index";
export default {
name: "User",
dicts: ["dwlx", "sshy"],

@ -148,6 +148,7 @@
>查看</el-button
>
<el-button
v-show="scope.row.auditState == 1"
type="warning"
size="mini"
plain

Loading…
Cancel
Save