绩效考核手机版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
42 KiB

3 years ago
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-approval-dingliang"],{"09f4":function(t,e,i){var n=i("e462");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("b5312d1c",n,!0,{sourceMap:!1,shadowMode:!1})},"1c01":function(t,e,i){"use strict";var n=i("4962"),a=i.n(n);a.a},"1e25":function(t,e,i){"use strict";var n=i("23e7"),a=i("58a8").end,r=i("c8d2"),o=r("trimEnd"),s=o?function(){return a(this)}:"".trimEnd;n({target:"String",proto:!0,forced:o},{trimEnd:s,trimRight:s})},2478:function(t,e,i){"use strict";i("a9e3"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"UniSteps",props:{direction:{type:String,default:"row"},activeColor:{type:String,default:"#449FF4"},deactiveColor:{type:String,default:"#B7BDC6"},closeColor:{type:String,default:"#FF0000"},active:{type:Number,default:0},activeIcon:{type:String,default:"checkbox"},options:{type:Array,default:function(){return[]}},adopt:{type:String,default:"checkbox"},reject:{type:String,default:"close"},operation:{type:String,default:"email"}},data:function(){return{loading:!1}},onLoad:function(){console.log("steps----\x3e",this.direction)}};e.default=n},"2ff0":function(t,e,i){"use strict";var n=i("ce69"),a=i.n(n);a.a},4439:function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.uni-steps[data-v-6c479aec]{display:flex;width:100%;flex-direction:column}.uni-table-td[data-v-6c479aec]{border:0;padding:0}.uni-steps__row[data-v-6c479aec]{display:flex;flex-direction:column}.uni-steps__column[data-v-6c479aec]{display:flex;flex-direction:row-reverse}.uni-steps__row-text-container[data-v-6c479aec]{display:flex;flex-direction:row;align-items:flex-end;margin-bottom:8px}.uni-steps__column-text-container[data-v-6c479aec]{display:flex;flex-direction:column;flex:1}.uni-steps__row-text[data-v-6c479aec]{display:inline-flex;flex:1;flex-direction:column}.uni-steps__column-text[data-v-6c479aec]{padding:6px 15px;display:flex;flex-direction:column}.uni-steps__row-title[data-v-6c479aec]{font-size:14px;line-height:16px;text-align:center}.uni-steps__column-title[data-v-6c479aec]{font-size:20px;text-align:left;line-height:30px;align-items:flex-start}.uni-steps__row-desc[data-v-6c479aec]{font-size:12px;line-height:14px;text-align:center}.uni-steps__column-desc[data-v-6c479aec]{font-size:12px;text-align:left;line-height:18px}.uni-steps__row-container[data-v-6c479aec]{display:flex;flex-direction:row}.uni-steps__column-container[data-v-6c479aec]{display:inline-flex;width:30px;flex-direction:column}.uni-steps__row-line-item[data-v-6c479aec]{display:inline-flex;flex-direction:row;flex:1;height:14px;line-height:14px;align-items:center;justify-content:center}.uni-steps__column-line-item[data-v-6c479aec]{display:flex;flex-direction:column;flex:1;align-items:center;justify-content:center}.uni-steps__row-line[data-v-6c479aec]{flex:1;height:1px;background-color:#b7bdc6}.uni-steps__column-line[data-v-6c479aec]{width:1px;background-color:#b7bdc6}.uni-steps__row-line--a