From 4983abda27a10440ed6e9d5d45849f499b0f6f25 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 25 十月 2023 11:35:19 +0800 Subject: [PATCH] modified: src/views/basic/company/company-form.vue modified: src/views/basic/part/index.vue modified: src/views/basic/part/part-form.vue modified: src/views/common/operationParamTemplate.vue modified: src/views/common/rich-text.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/document/index.vue modified: src/views/technology/operation/index.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/routing/index.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/technology/structure/index.vue modified: src/views/technology/structure/single-structure-form.vue --- src/views/technology/structure/single-structure-form.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/technology/structure/single-structure-form.vue b/src/views/technology/structure/single-structure-form.vue index 13e7cd0..fd0319d 100644 --- a/src/views/technology/structure/single-structure-form.vue +++ b/src/views/technology/structure/single-structure-form.vue @@ -59,7 +59,7 @@ </el-option> </el-select> </el-form-item> - <el-form-item label="鏇夸唬" prop="alternativeNo"> + <!-- <el-form-item label="鏇夸唬" prop="alternativeNo"> <el-input v-model="dataForm.alternativeNo"></el-input> </el-form-item> <el-form-item label="鏇夸唬鎻忚堪" prop="alternativeDesc"> @@ -68,7 +68,7 @@ :autosize="{ minRows: 1, maxRows: 3 }" v-model="dataForm.alternativeDesc" ></el-input> - </el-form-item> + </el-form-item> --> <el-form-item label="鐗堟湰鍙�" prop="version"> <el-input v-model="dataForm.version" disabled></el-input> </el-form-item> @@ -79,12 +79,12 @@ v-model="dataForm.remark" ></el-input> </el-form-item> - <el-form-item label="宸插悓姝ヨ嚦IFS" prop="ifsSync"> + <!-- <el-form-item label="宸插悓姝ヨ嚦IFS" prop="ifsSync"> <span style="width: 146px;display: inline-block;font-size:12px;font-weight:bold;" >{{ dataForm.ifsSync ? '鏄�' : '鍚�' }}</span > - </el-form-item> + </el-form-item> --> <el-form-item label="榛樿缁撴瀯" prop="master"> <el-checkbox v-model="dataForm.master"></el-checkbox> </el-form-item> -- Gitblit v1.9.3