diff --git a/README.md b/README.md index a857617..4ebd1c3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ ## 开发 ```bash -# 克隆项目 -git clone https://gitee.com/y_project/RuoYi-Vue - -# 进入项目目录 -cd ruoyi-ui # 安装依赖 npm install @@ -27,4 +22,4 @@ npm run build:stage # 构建生产环境 npm run build:prod -``` \ No newline at end of file +``` diff --git a/src/views/components/EnterpriseDemandForm/index.vue b/src/views/components/EnterpriseDemandForm/index.vue new file mode 100644 index 0000000..1814a6c --- /dev/null +++ b/src/views/components/EnterpriseDemandForm/index.vue @@ -0,0 +1,244 @@ + + \ No newline at end of file diff --git a/src/views/components/FieldOptions/index.vue b/src/views/components/FieldOptions/index.vue index e3d414f..ab01c92 100644 --- a/src/views/components/FieldOptions/index.vue +++ b/src/views/components/FieldOptions/index.vue @@ -4,6 +4,7 @@ :model="value" :rules="rules" :label-width="labelWidth + 'px'" + :disabled="disabled" > @@ -94,6 +95,10 @@ export default { type: Number, default: 120, }, + disabled: { + type: Boolean, + default: false, + }, }, data() { return { diff --git a/src/views/components/InputBoxAdd/index.vue b/src/views/components/InputBoxAdd/index.vue index 8429888..b19815f 100644 --- a/src/views/components/InputBoxAdd/index.vue +++ b/src/views/components/InputBoxAdd/index.vue @@ -1,5 +1,10 @@ + \ No newline at end of file diff --git a/src/views/dataAudit/product/ProductForm.vue b/src/views/dataAudit/product/ProductForm.vue new file mode 100644 index 0000000..e6f86ce --- /dev/null +++ b/src/views/dataAudit/product/ProductForm.vue @@ -0,0 +1,262 @@ + + + \ No newline at end of file diff --git a/src/views/dataAudit/product/examine.vue b/src/views/dataAudit/product/examine.vue new file mode 100644 index 0000000..a70348d --- /dev/null +++ b/src/views/dataAudit/product/examine.vue @@ -0,0 +1,95 @@ + + \ No newline at end of file diff --git a/src/views/dataAudit/product/index.vue b/src/views/dataAudit/product/index.vue index bf21ab8..9b44c7e 100644 --- a/src/views/dataAudit/product/index.vue +++ b/src/views/dataAudit/product/index.vue @@ -1,3 +1,168 @@ \ No newline at end of file +
+ + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file