|
@@ -98,21 +98,21 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width=""></th>
|
|
|
- <th>计量模式</th>
|
|
|
- <th>版本</th>
|
|
|
+ <th>名称</th>
|
|
|
+ <th>备注</th>
|
|
|
<th width="100">操作</th>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>1</td>
|
|
|
- <td><a href="qingdan-detail.html">0号台帐</a></td>
|
|
|
- <td>全国</td>
|
|
|
+ <td><a href="qingdan-detail.html">全国标准清单</a></td>
|
|
|
+ <td></td>
|
|
|
<td><a href="" class="btn btn-sm">删除</a></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>2</td>
|
|
|
- <td><a href="qingdan-detail.html">工程量清单</a></td>
|
|
|
- <td>全国</td>
|
|
|
+ <td><a href="qingdan-detail.html">广东标准清单</a></td>
|
|
|
+ <td></td>
|
|
|
<td><a href="" class="btn btn-sm">删除</a></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -145,12 +145,12 @@
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
<div class="form-group">
|
|
|
- <lable>版本</lable>
|
|
|
- <select class="form-control"><option>全国</option><option>广东</option></select>
|
|
|
+ <lable>标准清单名称<b class="text-danger">*</b></lable>
|
|
|
+ <input class="form-control" placeholder="" type="text">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <lable>计量模式</lable>
|
|
|
- <select class="form-control"><option>0号台帐</option><option>工程量清单</option></select>
|
|
|
+ <lable>备注</lable>
|
|
|
+ <input class="form-control" placeholder="" type="text">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|