| | |
| | | res: "data", |
| | | }, |
| | | tip: "请上传 .xls,.xlsx 标准格式文件", |
| | | action: "/api/examSubjectChoices/import-examSubject", |
| | | action: "/api/blade-user/import-user", |
| | | }, |
| | | { |
| | | label: "模板下载", |
| | |
| | | // { |
| | | // label: "登记状态", |
| | | // prop: "regstsat", |
| | | // // addDisplay: true, |
| | | // // addDisplay: true, |
| | | // // editDisplay: true, |
| | | // // viewDisplay: true, |
| | | // // searchSpan: 4, |
| | |
| | | // // // }], |
| | | // }, |
| | | { |
| | | label: "成立日期", |
| | | label: "注册时间", |
| | | prop: "establishtime", |
| | | labelWidth: 160, |
| | | width: 130, |
| | |
| | | // // rules: [{ |
| | | // // required: false, |
| | | // // message: "请选择单位规模", |
| | | // // trigger: "blur" |
| | | // // trigger: "blur" |
| | | // // }], |
| | | }, |
| | | // { |
| | |
| | | // }] |
| | | // }, |
| | | { |
| | | label: "成立日期", |
| | | label: "注册时间", |
| | | prop: "establishtime", |
| | | labelWidth: w, |
| | | span: s, |
| | |
| | | valueFormat: "timestamp", |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入成立日期", |
| | | message: "请输入注册时间", |
| | | trigger: "blur" |
| | | }] |
| | | }, |
| | |
| | | // prop: "beneficial", |
| | | // labelWidth: w, |
| | | // span: s |
| | | // }, |
| | | // }, |
| | | { |
| | | label: "出资金额", |
| | | prop: "capital2", |
| | |
| | | </avue-form> |
| | | </el-dialog> |
| | | </basic-container> |
| | | </template> |
| | | </template> |
| | | |
| | | <script> |
| | | import { column, column0, column1, column2 } from "./data"; |
| | |
| | | res: "data", |
| | | }, |
| | | tip: "请上传 .xls,.xlsx 标准格式文件", |
| | | action: "/api/examSubjectChoices/import-examSubject", |
| | | action: "/api/information/import-informaton", |
| | | }, |
| | | { |
| | | label: "模板下载", |
| | |
| | | .el-collapse { |
| | | border-top: 1px solid transparent !important; |
| | | } |
| | | </style> |
| | | </style> |
| | |
| | | disabled: true, |
| | | }, |
| | | { |
| | | label: "成立日期", |
| | | label: "注册时间", |
| | | prop: "establishtime", |
| | | span: 11, |
| | | labelWidth: 130, |
| | |
| | | import { mapState } from 'vuex'; |
| | | |
| | | export default { |
| | | |
| | | |
| | | data() { |
| | | return { |
| | | form: {}, |
| | |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "成立日期", |
| | | label: "注册时间", |
| | | prop: "establishtime", |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | |
| | | trigger: "blur" |
| | | }], |
| | | }, |
| | | |
| | | |
| | | ], |
| | | }, |
| | | data: [], |
| | |
| | | module.exports = { |
| | | //路径前缀 |
| | | publicPath: "/enterprises/", |
| | | publicPath: "/", |
| | | lintOnSave: true, |
| | | productionSourceMap: false, |
| | | chainWebpack: (config) => { |
| | |
| | | '/api': { |
| | | //本地服务接口地址 |
| | | // target: 'http://localhost', |
| | | target: 'http://192.168.0.114:81',//钟W |
| | | target: 'http://192.168.0.109:81',//钟W |
| | | // target: 'http://localhost:81',//原W |
| | | // target: 'http://192.168.0.108:81',//原W |
| | | // target: 'http://192.168.0.109:81',//唐N |