hkshu12 5 лет назад
Родитель
Сommit
e05c0f642f
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      src/components/RequirementDrawer.vue

+ 6 - 1
src/components/RequirementDrawer.vue

@@ -11,7 +11,12 @@
         <el-col :span="2">
           <div class="node-type">{{type}}</div>
         </el-col>
-        <el-col :span="12" :offset="2">
+        <el-col :span="4">
+          <template class="entry-row">
+            <span>#{{id}}</span>
+          </template>
+        </el-col>
+        <el-col :span="8">
           <template class="entry-row" v-if="isEditing">
             <el-input placeholder="请输入标题" size="mini" style="width: 200px;display: inline;" v-model="editedRequirement.title"/>
           </template>