update tương ứng với db mới

This commit is contained in:
2020-12-09 17:13:48 +07:00
parent 24e3347d43
commit 75073b956d
8 changed files with 70 additions and 9 deletions

View File

@@ -96,6 +96,12 @@
</select>
</div>
</div>
<div class="row">
<div class="col-md-4 text-right">Code</div>
<div class="col-md-8">
<input type="text" name="Code">
</div>
</div>
<div class="row">
<div class="col-md-4 text-right">Name</div>
<div class="col-md-8">

View File

@@ -51,6 +51,11 @@
'headerOptions' => ['class' => 'text-center', 'style' => 'width:15%'],
'value' => \app\helpers\CaptureLogsGrid::image()
],
[
'attribute' => 'confidence',
'contentOptions' => ['class' => 'text-center'],
'headerOptions' => ['class' => 'text-center']
],
'listManagement.name',
'listManagement.gender',
'listManagement.telephone',

View File

@@ -40,7 +40,7 @@
'rowOptions' => \app\helpers\ListManagementGrid::rows(),
'columns' => [
[
'attribute' => 'id',
'attribute' => 'code',
'contentOptions' => ['class' => 'text-center'],
'headerOptions' => ['class' => 'text-center']
],
@@ -196,6 +196,12 @@
</select>
</div>
</div>
<div class="row">
<div class="col-md-4 text-right">Code</div>
<div class="col-md-8">
<input type="text" name="Code">
</div>
</div>
<div class="row">
<div class="col-md-4 text-right">Name</div>
<div class="col-md-8">