目录归类

yfy
许宏杰 2 months ago
parent 089adb43a9
commit 60bfdbb39d

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

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

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

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

Loading…
Cancel
Save