Commit 6986ab72 by Ooh-Ao

ชื่อสมรรถนะ

parent 1e433d6e
......@@ -120,7 +120,7 @@
<thead>
<tr>
<ng-container
*ngFor="let item of ['รหัส Competency','ชื่อ competency','ระดับความหวัง','Action']; let f = first; let l = last; let i = index">
*ngFor="let item of ['รหัสสมรรถนะ','ชื่อสมรรถนะ','ระดับความหวัง','Action']; let f = first; let l = last; let i = index">
<th scope="col" class="relative px-10px py-10px bg-soft-secondary text-primary"
[class.!text-center]="f || l || item === 'ระดับความหวัง'">
<span class="text-sm">{{ item }}</span>
......@@ -429,4 +429,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
......@@ -56,7 +56,7 @@
<div class="border-t border-gray-200 pt-10px grid grid-cols-1 space-y-6">
<div class="grid grid-cols-11">
<div class="space-y-2 col-span-2">
<label class="ti-form-label">รหัส Competency</label>
<label class="ti-form-label">รหัสสมรรถนะ</label>
<input type="text" class="ti-form-input bg-input-readonly" readonly>
</div>
<div class="col-span-1"></div>
......@@ -520,4 +520,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
......@@ -269,7 +269,7 @@
<thead>
<tr>
<ng-container
*ngFor="let item of ['รหัส Competency','ชื่อ competency','ระดับความหวัง','Action']; let f = first; let l = last; let i = index">
*ngFor="let item of ['รหัสสมรรถนะ','ชื่อสมรรถนะ','ระดับความหวัง','Action']; let f = first; let l = last; let i = index">
<th scope="col"
class="relative px-10px py-10px bg-soft-secondary text-primary"
[class.!text-center]="f || l || item === 'ระดับความหวัง'">
......@@ -593,4 +593,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment