Explorar o código

bug-6903室间质评增加领域字段

shenqilong hai 4 meses
pai
achega
b15c9878f5
Modificáronse 1 ficheiros con 19 adicións e 2 borrados
  1. 19 2
      src/views/component/sjzlpjjhx/sjzlpjjhx.vue

+ 19 - 2
src/views/component/sjzlpjjhx/sjzlpjjhx.vue

@@ -84,6 +84,17 @@
                 <span v-else>{{ row.yanZhengLeiXing }}</span>
               </template>
             </el-table-column>
+            <el-table-column label="领域" prop="lingYu">
+              <template slot-scope="{ row }">
+                <el-input
+                  v-if="!isRead && !(row.shiFouYiDengJi === '1')"
+                  v-model="row.lingYu"
+                  size="mini"
+                  placeholder="请输入"
+                />
+                <span v-else>{{ row.lingYu }}</span>
+              </template>
+            </el-table-column>
             <el-table-column label="活动名称" prop="huoDongMing">
               <template slot-scope="{ row }">
                 <el-input
@@ -98,7 +109,7 @@
             <el-table-column
               label="能力验证提供者"
               prop="tiGongZhe"
-              width="200"
+              width="180"
             >
               <template slot-scope="{ row }">
                 <ibps-link-data
@@ -120,7 +131,7 @@
             <el-table-column
               label="室间质评组织方或室间比对方"
               prop="biDuiFang"
-              width="200"
+              width="180"
             >
               <template slot-scope="{ row }">
                 <ibps-link-data
@@ -347,6 +358,7 @@ export default {
             jiHuaShiJian: '',
             canYuRenYuan: '',
             zuHe: '',
+            lingYu: '',
             shiFouYiDengJi: '0'
           })
 
@@ -471,6 +483,11 @@ export default {
           label: '验证类型',
           name: 'yanZhengLeiXing'
         },
+        {
+          field_name: 'lingYu',
+          label: '领域',
+          name: 'lingYu'
+        },
         {
           field_name: 'huoDongMing',
           label: '活动名称',