瀏覽代碼

自动日结配置

lihong 2 月之前
父節點
當前提交
0481025a4e
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/components/settings/permissions/PersonnelInformationEditing.vue

+ 11 - 0
src/components/settings/permissions/PersonnelInformationEditing.vue

@@ -176,6 +176,17 @@
           clearable
         ></el-input>
       </el-form-item>
+      <el-form-item prop="autoDaily" label="自动日结">
+        <el-switch
+            v-model="userInfo.autoDaily"
+            active-color="#ff4949"
+            active-text="是"
+            active-value="1"
+            inactive-color="#13ce66"
+            inactive-text="否"
+            inactive-value="0"
+        />
+      </el-form-item>
     </el-form>
     <template #footer>
       <div>