| | |
| | | <radio value="MQ" checked="{{selectedProject === 'MQ'}}" color="#1890FF" /> |
| | | <text>民勤项目</text> |
| | | </label> |
| | | <label class="project-radio {{selectedProject === 'TEST' ? 'project-radio-selected' : ''}}"> |
| | | <radio value="TEST" checked="{{selectedProject === 'TEST'}}" color="#1890FF" /> |
| | | <text>测试项目</text> |
| | | </label> |
| | | </radio-group> |
| | | </view> |
| | | <view class="project-modal-footer"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <t-dialog class="dialog" title="通知结果" visible="{{showTipDialog}}" content="{{tipData}}" confirm-btn="{{ confirmBtn }}" bind:confirm="cancelDialog" /> |
| | | </view> |