审批调整
This commit is contained in:
parent
f6781c742d
commit
02adf11b40
@ -6,6 +6,8 @@
|
||||
<view class="card-title">课程信息</view>
|
||||
<view class="card-actions" v-if="canSelected">
|
||||
<view class="radio-container">
|
||||
<text class="select-hint">请选择退课课程</text>
|
||||
<uni-icons type="arrowright" color="#ff4757" size="16" class="arrow-icon"></uni-icons>
|
||||
<uni-icons
|
||||
:type="item.selected ? 'checkbox-filled' : 'circle'"
|
||||
:color="item.selected ? '#3FBF72' : '#ccc'"
|
||||
@ -138,6 +140,17 @@ defineExpose({
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.select-hint {
|
||||
font-size: 14px;
|
||||
color: #ff4757;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.arrow-icon {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.radio-container uni-icons {
|
||||
|
||||
@ -131,6 +131,7 @@ const submit = debounce(async () => {
|
||||
jzId: getUser.jzId,
|
||||
qmFile: sign_file ? sign_file : "",
|
||||
xkId: selectedList[0].xkId,
|
||||
xklxId:getTf.xklxId,
|
||||
xkqdIdList: selectedList.map((item:any) => item.id),
|
||||
}
|
||||
uni.showLoading({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user