qinzhipeng_v 5 gadi atpakaļ
vecāks
revīzija
aa05f49cae

BIN
src/assets/ordinary.png


+ 3 - 9
src/views/projectManage/requirement/list/create.vue

@@ -22,8 +22,8 @@
         <div style="flex; 1;">
           <el-form-item label="需求类型" prop="type">
             <el-radio-group v-model="form.type">
-              <el-radio :label="0">普通 <img class="imageWidthOne" :src="ordinary"></el-radio>
-              <el-radio :label="1">紧急 <img class="imageWidth" :src="urgentUrl"></el-radio>
+              <el-radio :label="0">普通 </el-radio>
+              <el-radio :label="1" style="margin-left: 14px;">紧急 <img class="imageWidth" :src="urgentUrl"></el-radio>
             </el-radio-group>
           </el-form-item>
           <el-form-item label="优先级" prop="priority">
@@ -102,7 +102,6 @@
 import { getMemberInfo, createRequirement, updateRequirement, showRequirementEnum, settingGetBizList, projectListProject } from '@/api/requirement.js'
 import { iterationList } from '@/api/requirement.js'
 import urgentUrl from '@/assets/紧急.png'
-import ordinary from '@/assets/ordinary.png'
 export default {
   props: {
     title: {
@@ -122,7 +121,6 @@ export default {
   },
   data() {
     return {
-      ordinary: ordinary,
       urgentUrl: urgentUrl,
       all_bizId: '', // 业务线
       iterationList: [], // 所属迭代列表
@@ -364,10 +362,6 @@ export default {
 }
 .imageWidth {
   width: 12px;
-  padding-bottom: 1px;
-}
-.imageWidthOne {
-   width: 10px;
-  padding-bottom: 1px;
+  padding-bottom: 4px;
 }
 </style>

+ 0 - 1
src/views/projectManage/schedule.vue

@@ -47,7 +47,6 @@ export default {
       this.dialogVisible = val
     },
     isScheduleLocked(val) {
-      console.log(val, 'xsxsx')
       val === null ? this.isSchedule = 0 : this.isSchedule = val
       // this.isSchedule = val
     },