lex hace 2 años
padre
commit
12c9bc3a32

+ 2 - 2
src/school/approval-manage/subsidy/subsidyTypes.ts

@@ -5,9 +5,9 @@ interface ISchoolStaffManageSalary {
   /**扣减奖励 */
   reduceSalary: number | string
   /**补助标准 */
-  standardSalary: number | string
+  standardSalary: number
   /**实际奖励 */
-  actualSalary: number | string
+  actualSalary: number
   /**课件数 */
   coursewareNum: number | string
   /**预计奖励 */

+ 7 - 1
src/school/train-planning/component/standard/index.tsx

@@ -246,7 +246,13 @@ export default defineComponent({
               forms.timerStatus = true
             }}
           />
-          <Cell title="训练时长" value={forms.trainTimer + '分钟'}></Cell>
+          <Cell
+            title="训练时长"
+            value={forms.trainTimer + '分钟'}
+            v-slots={{
+              'right-icon': () => <span></span>
+            }}
+          ></Cell>
           <Field
             label="训练周次"
             placeholder="请选择训练周次"

+ 1 - 1
src/school/train-planning/index.tsx

@@ -40,7 +40,7 @@ export default defineComponent({
             document.documentElement.style.setProperty('--header-height', height + 'px')
           }}
         >
-          <OHeader />
+          <OHeader border={false} />
         </OSticky>
         <Tabs
           sticky